mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Streamline CONTRIBUTING.md: Remove outdated development references
- Remove uv package manager requirement (standard pip installation) - Remove test directory references (Tests/ no longer exists) - Remove Config/ directory from architecture (consolidated into setup/) - Simplify development setup to core essentials 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,6 @@ SuperClaude is a community-driven project that enhances Claude Code through inte
|
|||||||
- Python 3.12+ (standard library only)
|
- Python 3.12+ (standard library only)
|
||||||
- Node.js 18+ (for MCP servers)
|
- Node.js 18+ (for MCP servers)
|
||||||
- Claude Code installed and authenticated
|
- Claude Code installed and authenticated
|
||||||
- uv package manager (recommended for development)
|
|
||||||
|
|
||||||
### Development Setup
|
### Development Setup
|
||||||
|
|
||||||
@@ -22,9 +21,6 @@ cd SuperClaude_Framework
|
|||||||
# Install SuperClaude V4 Beta
|
# Install SuperClaude V4 Beta
|
||||||
python -m pip install -e .
|
python -m pip install -e .
|
||||||
|
|
||||||
# Run tests
|
|
||||||
python Tests/comprehensive_test.py
|
|
||||||
python Tests/v4_integration_test.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🎯 Ways to Contribute
|
## 🎯 Ways to Contribute
|
||||||
@@ -68,11 +64,9 @@ SuperClaude_Framework/
|
|||||||
│ ├── Agents/ # 13 specialized domain agents
|
│ ├── Agents/ # 13 specialized domain agents
|
||||||
│ ├── Commands/ # 21 slash commands (/sc:load, /sc:save, etc.)
|
│ ├── Commands/ # 21 slash commands (/sc:load, /sc:save, etc.)
|
||||||
│ ├── Core/ # Framework documentation and rules
|
│ ├── Core/ # Framework documentation and rules
|
||||||
│ ├── Config/ # Configuration management
|
|
||||||
│ ├── MCP/ # 6 MCP server integrations
|
│ ├── MCP/ # 6 MCP server integrations
|
||||||
│ └── Modes/ # 5 behavioral modes
|
│ └── Modes/ # 5 behavioral modes
|
||||||
├── Guides/ # User guides and documentation
|
├── Guides/ # User guides and documentation
|
||||||
└── Tests/ # Comprehensive test suite
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### V4 Beta Architecture
|
### V4 Beta Architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user