### 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>
2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased]
Added
examples/folder with 18 ready-to-use templates- 4 agent templates (code-reviewer, test-writer, security-auditor, refactoring-specialist)
- 2 skill templates (tdd-workflow, security-checklist)
- 3 command templates (commit, review-pr, generate-tests)
- 4 hook templates (bash + PowerShell for security-check, auto-format)
- 3 config templates (settings.json, mcp.json, .gitignore-claude)
- 2 memory templates (project + personal CLAUDE.md)
CONTRIBUTING.mdwith contribution guidelinesCHANGELOG.md(this file)- Learning Paths section in README for different audience profiles
- OpusPlan Mode documentation in Plan Mode section
- Uses Opus for planning, Sonnet for implementation
- Cost optimization for Pro users with limited Opus tokens
- Alternative approach using subagents with specific models
[1.1.0] - 2025-01-10
Added
- Comprehensive Windows compatibility support
- PowerShell hook templates
- Windows-specific paths throughout documentation
- PowerShell profile setup instructions
- Batch file alternatives where applicable
- Windows disclaimer in README (author on macOS, Windows untested)
- DeepWiki exploration link for interactive repository discovery
llms.txtfile for AI indexation
Changed
- Installation instructions now prioritize npm (cross-platform)
- Cheatsheet updated with dual-platform paths (macOS/Linux + Windows)
- Audit prompt includes Windows paths
[1.0.0] - 2025-01-09
Added
- Complete Claude Code guide (4700+ lines)
- Section 1: Quick Start
- Section 2: Core Concepts (Context Management, Plan Mode, Rewind)
- Section 3: Memory & Settings (CLAUDE.md, .claude/ folder)
- Section 4: Agents (Custom AI personas, Tool SEO)
- Section 5: Skills (Reusable knowledge modules)
- Section 6: Commands (Custom slash commands)
- Section 7: Hooks (Event-driven automation)
- Section 8: MCP Servers (Serena, Context7, Sequential, Playwright)
- Section 9: Advanced Patterns (Trinity, CI/CD, Vibe Coding)
- Section 10: Reference (Commands, Troubleshooting, Checklists)
- Appendix: Templates Collection
- 1-page printable cheatsheet (
cheatsheet-en.md) - Setup audit prompt (
claude-setup-audit-prompt.md) - PDF versions for offline reading
- NotebookLM audio deep dive
Documentation
- README with quick start guide
- Table of contents with anchor links
- Quick links by topic
- Who Is This For section
[0.1.0] - 2025-01-08
Added
- Initial repository structure
- License (CC BY-SA 4.0)
- .gitignore for common patterns