mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
- Transform 28K+ token superclaude-user-guide.md into 4.5K token overview (84% reduction) - Extract specialized guides: examples-cookbook.md, troubleshooting-guide.md, best-practices.md, session-management.md, technical-architecture.md - Add comprehensive cross-references between all guides for improved navigation - Maintain professional documentation quality with technical-writer agent approach - Remove template files and consolidate agent naming (backend-engineer → backend-architect, etc.) - Update all existing guides with cross-references and related guides sections - Create logical learning paths from beginner to advanced users - Eliminate content duplication while preserving all valuable information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
include VERSION
|
|
include README.md
|
|
include LICENSE
|
|
include CHANGELOG.md
|
|
include CONTRIBUTING.md
|
|
include ROADMAP.md
|
|
include SECURITY.md
|
|
include ARCHITECTURE_OVERVIEW.md
|
|
include pyproject.toml
|
|
recursive-include SuperClaude *
|
|
recursive-include Templates *
|
|
recursive-include Docs *.md
|
|
recursive-include Setup *
|
|
recursive-include profiles *
|
|
recursive-include config *
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co]
|
|
global-exclude .DS_Store
|