Florian BRUNIAUX
0833e1ca65
fix(audit): correct MCP detection to check ~/.claude.json
...
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>
2026-01-12 08:37:01 +01:00
Florian BRUNIAUX
2714159acb
docs: complete examples catalog with GitHub Actions and workflows
...
- 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>
2026-01-11 19:10:47 +01:00
Florian BRUNIAUX
869f0df782
feat: optimize audit prompt with bash scanning (v2.7.0)
...
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>
2026-01-11 14:39:46 +01:00
Florian BRUNIAUX
76845f8226
chore: release v2.5.0 with content optimization and script externalization
...
- Remove ~1048 lines of non-Claude-Code-specific content (-10.9%)
- Externalize health check and reinstall scripts to examples/scripts/
- Clean up table of contents and fix broken references
- Update version numbers and statistics across all documentation
Removed sections:
- DeepSeek Integration (200 lines)
- Git Archaeology Pattern (250 lines)
- Emergency Hotfix Checklist (140 lines)
- Maturity Model & Success Metrics (95 lines)
- Generic Prompt Templates (105 lines)
- Task-specific checklists
New files:
- examples/scripts/check-claude.{sh,ps1}
- examples/scripts/clean-reinstall-claude.{sh,ps1}
Stats: 9593 → 8545 lines, focus on Claude Code-specific content
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 13:52:19 +01:00
Florian BRUNIAUX
07b8810fe3
feat(workflows): add database branch isolation with git worktrees
...
Add comprehensive documentation for combining git worktrees with database branches
for true feature isolation across Neon, PlanetScale, Supabase, and local Postgres.
Changes:
- examples/commands/git-worktree.md: Add database branch detection and quick reference (~90 lines)
- examples/workflows/database-branch-setup.md: New complete guide with TL;DR and provider workflows (349 lines)
- english-ultimate-claude-code-guide.md: Add section 9.12 "Database Branch Isolation with Worktrees" (~95 lines)
- CHANGELOG.md: Add v2.4.0 release notes
- README.md: Update version to 2.4, line count to 9500+, add source attributions
Architecture: Progressive disclosure pattern (concise command → complete workflow guide)
Sources: Neon branching docs, PlanetScale branching docs
Stats: ~540 lines added | Guide now 9,592 lines, 35,576 words
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 13:25:58 +01:00
Florian BRUNIAUX
162b8562cf
docs: release v2.3.0 with DeepTo guide integration
...
- Add DeepTo Claude Code Guide reference to Resources section
- Document all DeepTo additions in CHANGELOG:
• Image processing (direct terminal input)
• Session continuation/resume (--continue, --resume)
• XML-structured prompts (semantic tags)
• ccusage CLI tool (cost analytics)
• Unix piping workflows (automation patterns)
- Update version to 2.3 across all documentation
- Include proper source attribution throughout
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 17:55:46 +01:00
Florian BRUNIAUX
96f0435291
feat(examples): add production-ready commands, hooks, and comprehensive documentation
...
Added 3 production slash commands:
- /pr: PR creation with complexity scoring and scope analysis
- /release-notes: Generate release notes in 3 formats with migration detection
- /sonarqube: Analyze SonarCloud quality issues for PRs
Added 2 production hooks:
- dangerous-actions-blocker.sh: PreToolUse security hook blocking destructive operations
- notification.sh: Contextual macOS alerts with sound mappings
Created comprehensive hooks documentation (examples/hooks/README.md)
Improved README discoverability:
- Moved "What's Inside" to line 24 for immediate visibility
- Added DeepWiki interactive documentation explorer section
- Added "Ready-to-Use Examples" section with command/hook tables
Extended guide documentation:
- Expanded bash mode (!) with 9 concrete examples
- Documented file references (@) with usage patterns
- Updated statistics: guide now 8,505 lines (+837 lines, +10.9%)
All templates are fully generic with no project-specific references.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 17:30:30 +01:00
Florian BRUNIAUX
2dd2744721
feat: add git best practices, worktrees, and cost optimization sections
...
- Add Section 9.12: Git Best Practices & Workflows (~400 lines)
- Commit message best practices with Conventional Commits
- Git amend workflow with safety rules
- Branch management and naming conventions
- Rewind vs Revert decision tree
- Comprehensive git worktrees documentation
- Add Section 9.13: Cost Optimization Strategies (~350 lines)
- Model selection matrix (Haiku/Sonnet/Opus)
- OpusPlan mode for efficient workflows
- Token-saving techniques and cost tracking
- ROI calculations and economic workflows
- Add examples/commands/git-worktree.md slash command template
- Update CHANGELOG.md with v2.0.0 additions
- Update version metadata to 2.0 across documentation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 17:00:45 +01:00
Florian BRUNIAUX
2f84c2a769
feat(guide): comprehensive improvements - troubleshooting, CLI ref, pitfalls, DeepSeek
...
MAJOR ENHANCEMENTS:
## README Updates
- Add pedagogical approach section emphasizing learning journey over reference manual
- Reference zebbern/claude-code-guide as key inspiration for troubleshooting
- Clarify guide philosophy: mentor for mastering Claude Code
## Main Guide (english-ultimate-claude-code-guide.md)
### New Sections Added:
1. **Status Overview Table** - Section completeness at a glance
2. **Section 10.3: CLI Flags Complete Reference**
- 19 flags with descriptions and examples
- Common flag combinations
- Safety guidelines table
3. **Section 10.4: Enhanced MCP Troubleshooting**
- 3 common errors with solutions (tool validation, server not found, Windows paths)
- MCP debugging techniques (logs, manual testing)
- One-shot health check scripts (PowerShell + Bash)
- Full clean reinstall procedures (Windows + macOS/Linux)
4. **Section 9.11: Common Pitfalls & Best Practices**
- Security pitfalls (Do/Don't + working hook example)
- Performance pitfalls (context strategy, thinking levels)
- Workflow pitfalls (prompt format template)
- Collaboration pitfalls (team coordination)
- Cost optimization pitfalls (model selection table)
- Learning pitfalls (progressive adoption checklist)
5. **Section 11: DeepSeek Integration**
- Complete setup (Windows/macOS/Linux)
- Cost comparison (98% savings)
- Use cases and limitations
- Provider switching strategies
6. **Appendix A: File Locations Reference**
- Platform-specific paths (Windows/macOS/Linux)
- Quick access commands
- Environment variables reference
- Recommended .gitignore
## Cheatsheet (cheatsheet-en.md)
- Add CLI Flags Quick Reference table
- Add Common Issues Quick Fix table
- Add Health Check one-liners
- Add Cost Optimization section
- Update to version 2.0
## GitHub Actions (examples/github-actions/)
- **claude-pr-auto-review.yml**: Comprehensive review workflow
- 8 focus areas (correctness, security, performance, etc.)
- Priority-based feedback (🔴 🟡 🟢 💡 )
- Smart file filtering
- Draft PR detection
- Error handling + fallback comments
- **README.md**: Update workflow #1 documentation with new features
## Documentation Quality
- All examples are practical and tested
- Platform-specific instructions throughout
- Do/Don't format for quick scanning
- Cross-references to zebbern guide where appropriate
- Maintains pedagogical tone established in original guide
IMPACT: Guide now provides exceptional troubleshooting resources, complete CLI reference, real-world integration patterns, and cost-effective alternatives while maintaining focus on learning journey.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 15:47:26 +01:00
Florian BRUNIAUX
87994bb797
feat(guide): add thinking keywords, GitHub Actions examples, and improvement recommendations
...
Documentation enhancements:
- Add inline thinking keywords section (think, think hard, ultrathink) with usage examples
- Create examples/github-actions/ directory with 3 ready-to-use workflows:
* Auto PR review with inline comments
* Security review on every PR
* Issue triage with label suggestions
- Add comprehensive IMPROVEMENT_RECOMMENDATIONS.md with prioritized action items
Improvements based on zebbern/claude-code-guide analysis:
- Enhanced troubleshooting guidance
- Format enhancements (badges, collapsible tables, C-style comments)
- Security/performance/workflow pitfalls sections
- DeepSeek integration documentation
- One-shot health check scripts
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 15:26:18 +01:00
Florian BRUNIAUX
b2acc9b115
feat: add Learning Paths, examples, and project governance files
...
### New Content
- Learning Paths section in README (Junior/Senior/Power User/PM tracks)
- examples/ folder with 18 ready-to-use templates:
- 4 agents (code-reviewer, test-writer, security-auditor, refactoring)
- 2 skills (TDD workflow, security checklist)
- 3 commands (commit, review-pr, generate-tests)
- 4 hooks (bash + PowerShell for security, formatting)
- 3 config templates (settings, MCP, gitignore)
- 2 memory templates (project + personal CLAUDE.md)
### Governance
- CHANGELOG.md: Version history (1.0.0 → 1.1.0 → Unreleased)
- CONTRIBUTING.md: Contribution guidelines for community
### Documentation
- llms.txt: Updated structure with new files/folders
This update makes the guide more actionable with concrete templates
and provides clear learning paths for different skill levels.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 14:25:22 +01:00