From e26e27bca649814bc9ddd33c831fbc8d9cfcc171 Mon Sep 17 00:00:00 2001 From: NomenAK Date: Sat, 16 Aug 2025 16:13:14 +0200 Subject: [PATCH] Streamline CONTRIBUTING.md: Remove outdated development references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15d3b08..5d47a9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,6 @@ SuperClaude is a community-driven project that enhances Claude Code through inte - Python 3.12+ (standard library only) - Node.js 18+ (for MCP servers) - Claude Code installed and authenticated -- uv package manager (recommended for development) ### Development Setup @@ -22,9 +21,6 @@ cd SuperClaude_Framework # Install SuperClaude V4 Beta python -m pip install -e . -# Run tests -python Tests/comprehensive_test.py -python Tests/v4_integration_test.py ``` ## 🎯 Ways to Contribute @@ -68,11 +64,9 @@ SuperClaude_Framework/ │ ├── Agents/ # 13 specialized domain agents │ ├── Commands/ # 21 slash commands (/sc:load, /sc:save, etc.) │ ├── Core/ # Framework documentation and rules -│ ├── Config/ # Configuration management │ ├── MCP/ # 6 MCP server integrations │ └── Modes/ # 5 behavioral modes ├── Guides/ # User guides and documentation -└── Tests/ # Comprehensive test suite ``` ### V4 Beta Architecture