Merge remote-tracking branch 'origin/SuperClaude-v3-pypi'

This commit is contained in:
NomenAK
2025-07-15 21:04:57 +02:00
16 changed files with 148 additions and 41 deletions

View File

@@ -1,5 +1,6 @@
# SuperClaude v3 🚀
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://img.shields.io/pypi/v/SuperClaude.svg)](https://pypi.org/project/SuperClaude/)
[![Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://github.com/NomenAK/SuperClaude)
[![PyPI version](https://img.shields.io/pypi/v/SuperClaude.svg)](https://pypi.org/project/SuperClaude/)
[![GitHub issues](https://img.shields.io/github/issues/NomenAK/SuperClaude)](https://github.com/NomenAK/SuperClaude/issues)
@@ -92,16 +93,22 @@ This is because v3 has a different structure and the old files can cause conflic
### Quick Start
```bash
pip install SuperClaude
#Install with python-pip
```
### Install via Git
```bash
# Clone the repo
git clone https://github.com/NomenAK/SuperClaude.git
cd SuperClaude
# Install with our unified CLI
python3 SuperClaude.py install --quick
pip install .
# That's it! 🎉
```
**Missing Python?**
```bash
# Linux (Ubuntu/Debian)
@@ -117,16 +124,16 @@ brew install python3
### Other Installation Options
```bash
# Minimal install (just core framework)
python3 SuperClaude.py install --minimal
python3 SuperClaude install --minimal
# Developer setup (everything)
python3 SuperClaude.py install --profile developer
python3 SuperClaude install --profile developer
# Interactive selection
python3 SuperClaude.py install
python3 SuperClaude install
# See what's available
python3 SuperClaude.py install --list-components
python3 SuperClaude install --list-components
```
The installer handles everything: framework files, MCP servers, and Claude Code configuration.
@@ -187,7 +194,7 @@ The codebase is pretty straightforward Python + documentation files.
```
SuperClaude/
├── SuperClaude.py # Main installer CLI
├── setup.py # pypi setup file
├── SuperClaude/ # Framework files
│ ├── Core/ # Behavior documentation (COMMANDS.md, FLAGS.md, etc.)
│ ├── Commands/ # 16 slash command definitions