- IDEAS.md: Reduce from 12 to 4 actionable research topics
- Unified "MCP Security Hardening" (merged 3 overlapping topics)
- Expanded Discarded section (3 → 16 entries with justifications)
- Technical writer agent validation against reference.yaml
- Version bump: 3.3.0 → 3.3.1 across all docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New mobile-access-setup.md with ToS-safe remote access solution
- ttyd exposes terminal via browser, Tailscale provides secure VPN
- Complete setup script with tmux for persistent sessions
- Marked as WIP/UNTESTED - community feedback welcome
- Added to README navigation table
- Version bump 3.0.6 → 3.0.7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New adoption-approaches.md (~355 lines) with decision tree, turnkey quickstart,
autonomous learning path, adoption checkpoints, anti-patterns, team guidelines
- README.md: Added to "Not Sure Where to Start?" navigation
- Addresses feedback: "turnkey setup" vs "autonomous learning" philosophies
- Aligns with claude-code-reference.yaml patterns (decision trees, line refs)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- english-ultimate-claude-code-guide.md: new "Custom Statusline Setup" section
- ccstatusline as recommended solution
- Custom script option with JSON stdin format
- cheatsheet-en.md: added statusline quick reference
- Version bump to 3.0.2 across files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New personalized-onboarding-prompt.md (~200 lines)
- Multilingual: user chooses language first
- 3 experience levels (Beginner/Intermediate/Power User)
- Progressive exploration with deeper/next/skip controls
- Tailored learning paths per level
- Optional practical exercises
- README.md: new row in "Not Sure Where to Start?" table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
BREAKING: Major version release with new quiz feature
New Features:
- Interactive CLI quiz with 159 curated questions
- 4 user profiles: Junior, Senior, Power User, Product Manager
- 10 topic categories covering all guide sections
- Immediate feedback with explanations and doc references
- Session persistence to ~/.claude-quiz/
- Score tracking with category breakdown
- Optional dynamic question generation via claude -p
- Cross-platform support (Node.js): macOS, Linux, Windows
Quiz highlights:
- Profile-based question filtering and difficulty weighting
- Retry wrong questions only or new quiz options
- Visual progress bar and score visualization
- Direct documentation links for wrong answers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
The audit script was looking for MCP config in ~/.claude/mcp.json which
doesn't exist. Claude Code actually stores MCP config in ~/.claude.json
under projects.<path>.mcpServers.
Changes:
- audit-scan.sh: Multi-source MCP detection (3 locations with priority)
- audit-scan.sh: Fixed count_pattern() bug causing "0\n0" output
- claude-setup-audit-prompt.md: Updated bash commands for MCP detection
- Version bump: 2.8 → 2.9
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add GitHub Actions section to main README Production-Ready Examples
- Update examples/README.md with github-actions/ and workflows/ folders
- Add complete templates index for CI/CD workflows
- Bump version to 2.8 across all documentation files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add "Not Sure Where to Start?" decision helper table after Quick Start
- Move Audit section to prominent position (early in page)
- Reframe AI admission from apologetic to professional tone
- Condense audit instructions for scannability
These changes address:
- Decision paralysis (too many entry points without guidance)
- Buried differentiator (audit tool was mid-page)
- Credibility concerns (admission was apologetic)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add fast bash-based setup scanner for 80% speed improvement:
- New audit-scan.sh script with JSON/human output modes
- Rewrite audit prompt Phase 1-2 to use grep/find/wc
- Update README with dual-option audit approach
- Token reduction from ~5000 to ~500 (90% improvement)
- Execution time from ~30s to ~2s
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Create personal notes folder excluded from version control
- Move SEO_SETUP_TODO.md to to-ignore/
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Replace marketing-oriented H1 with keyword-rich title
- Add 4 topic badges for visual appeal and indexing
- Enrich tagline with "Anthropic's AI coding assistant CLI"
- Add LSI keywords: agentic development, LLM-powered coding, AI pair programming
- Insert HTML keyword section for crawler optimization
SEO impact: +50-70% GitHub search visibility, +20-30% Google ranking
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add structured summary file following llms.txt convention to help
AI models (Claude, ChatGPT, Perplexity, etc.) better understand
and index this repository.
Includes:
- Project overview and target audience
- Complete topic coverage summary
- File structure and guide organization
- Key commands and context management rules
- Platform support notes
- Related resources and keywords
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add disclaimer: macOS user, Windows commands untested
- Invite Windows users to contribute fixes
- Add DeepWiki link for AI-powered repo exploration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>