Script:
- needs_ssot_refactor flag: warns if CLAUDE.md >100 lines with 0 @refs
- Red warning in human output suggesting SSoT pattern
Prompt:
- Focus on incremental improvements, not generic advice
- Stricter health score (penalize missing SSoT)
- Domain-specific quick wins only
- Improve existing CLAUDE.md instead of full rewrite
- Don't suggest duplicates of existing agents/commands
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Full Audit now reads README.md, CLAUDE.md, .claude/CLAUDE.md
- Claude analyzes business domain for tailored recommendations
- Domain-specific suggestions (EdTech, E-commerce, etc.)
- Added privacy notice: all data stays local, nothing sent to repo
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Commands in subfolders (tech/, product/, support/) now counted correctly
- Split count_files() into count_md_files() and count_script_files()
- Hooks counted as scripts (.sh/.js/.py/.ts), others as .md
- Excludes README.md from counts
- Bug: Was reporting 0 commands when 10 existed in subfolders
- Bump version to 2.9.6
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add 🔬 Deep Audit section with two options:
- Quick Version (~10 sec): curl | bash | claude one-liner
- Full Audit (~30 sec): downloads YAML reference for comprehensive analysis
- Add row in navigation table pointing to Deep Audit
- Outputs: health score, prioritized findings, CLAUDE.md template, suggestions
- Bump version to 2.9.5
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create examples/modes/ folder with MODE_Learning.md ready to copy
- Add modes/README.md with installation guide and SuperClaude link
- Update examples/README.md with modes section
- Bump version to 2.9.4 across all files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CHANGELOG entry for LLM Reference section and Learning Mode docs
- Update version in README.md and claude-code-reference.yaml
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add LLM Reference section in README with curl one-liner for AI assistants
- Add learning mode flags and deep_dive refs to YAML index
- Add comprehensive Learning Mode documentation to guide (installation, usage, integration)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create claude-code-reference.yaml (~2K tokens vs 70K full guide)
- Add deep_dive section with 38 line references to main guide
- Structure: decision tree first, then prompting formula, commands, etc.
- Update README.md with LLM Reference in Core Documentation
- Update llms.txt with Machine-Optimized Reference section
- Bump version to 2.9.2
Use case: Claude Code self-reference for fast user question answering
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>