Commit Graph

17 Commits

Author SHA1 Message Date
Mithun Gowda B
02e9064eef Update __init__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:26:15 +05:30
Mithun Gowda B
9df2758c9d Update __init__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:25:48 +05:30
Mithun Gowda B
bbd556e4d4 Update __init__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:25:17 +05:30
Mithun Gowda B
9ac8833d2c Update __init__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:24:47 +05:30
Mithun Gowda B
de971860b9 Update __main__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:24:17 +05:30
Mithun Gowda B
8c54fc38d8 Update __main__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-20 20:11:27 +05:30
shashankvivek
5e19d21262 fix:non-breaking space (U+00A0) installation error 2025-07-20 15:12:58 +02:00
Mithun Gowda B
fff298b4cd Update __main__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-20 11:27:37 +05:30
Joevidev
c05ce38159 feat: Add uv for faster and more efficient package management (#156)
* refactor: pyproject.toml to use Hatchling as the build backend and update project metadata

- Changed build backend from setuptools to hatchling.
- Updated project name, description, authors, and dependencies.
- Added project URLs and scripts section for SuperClaude.
- Configured versioning and build targets for wheel and sdist.

* feat: Update installation instructions in README.md to reflect new package management commands using 'uv' instead of 'pip'.

* feat: Add uv.lock file to manage package dependencies and versions for SuperClaude

* fix: Update library usage guidelines in RULES.md to reference pyproject.toml instead of requirements.txt
2025-07-17 12:45:40 +02:00
atlonxp
bc6c53f78d Meta-Orchestration Command (#163)
Add new command to SuperClaude
2025-07-17 12:33:20 +02:00
Mithun Gowda B
67585af9a5 Update __main__.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-16 11:31:05 +05:30
mithun50
d253e048b9 Added PyPI v3 setup and readme updates 2025-07-15 17:32:39 +05:30
NomenAK
a0def375e1 Implement dynamic file discovery for components (PR #133)
Replace hardcoded file arrays with dynamic discovery system:
- CoreComponent: Auto-discovers framework .md files in Core directory
- CommandsComponent: Auto-discovers command .md files in Commands directory
- Eliminates manual maintenance of file lists
- Maintains backward compatibility and error handling
- Adds comprehensive logging and validation

Key changes:
- Added _discover_framework_files() and _discover_command_files() methods
- Added shared _discover_files_in_directory() utility
- Replaced hardcoded arrays with dynamic discovery calls
- Includes filtering, sorting, and error handling
- Validates 9 framework files and 16 command files correctly
- Clean up documentation formatting

Resolves maintenance burden described in PR #133 while preserving
all existing functionality and security validation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 11:17:55 +02:00
NomenAK
f975070946 feat: SuperClaude Core files v3.0 reality refresh
Complete alignment of Core documentation with actual v3.0 implementation:

 COMMANDS.md - Remove 5 phantom commands (/dev-setup, /review, /scan, /deploy, /migrate)
 COMMANDS.md - Fix count from 21→16 commands, update wave commands 9→6
 ORCHESTRATOR.md - Remove 4 broken Scripts/orchestrator_implementation.py references
 ORCHESTRATOR.md - Update wave tiers to match actual commands
 FLAGS.md - Realistic token reduction claims (60-80% → 30-50%)
 FLAGS.md - Remove enterprise-waves references
 MCP.md - Remove phantom command references from integration lists
 PERSONAS.md - Remove all phantom command references from optimized commands
 MODES.md - Update performance metrics to realistic targets
 All files - Verified consistency across 16 actual commands and 6 wave-enabled

Core files now accurately reflect SuperClaude v3.0 capabilities rather than
aspirational v4 features, improving user expectations and framework credibility.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 20:51:44 +02:00
NomenAK
d04beca008 feat: add /sc:implement command and fix documentation consistency
- NEW COMMAND: /sc:implement for feature and code implementation
- Addresses v2 user feedback about /build command functionality change
- Updates command count from 15 to 16 across all documentation
- Adds comprehensive implementation examples and auto-activation patterns
- Includes v2 migration guidance for smooth upgrade path
- Fixes numerical inconsistencies in commands-guide.md, CHANGELOG.md, installation-guide.md

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 20:16:57 +02:00
NomenAK
90716ab7b8 docs: comprehensive documentation update and command system enhancement
- Update all command documentation with improved clarity and examples
- Enhance user guides with simplified activation patterns
- Improve installation and setup documentation
- Refine command system implementation in setup components
- Update changelog with recent improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 18:34:01 +02:00
NomenAK
59d74b8af2 Initial commit: SuperClaude v3 Beta clean architecture
Complete foundational restructure with:
- Simplified project architecture
- Comprehensive documentation system
- Modern installation framework
- Clean configuration management
- Updated profiles and settings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 14:28:11 +02:00