Add development practices reference to CLAUDE.md

Reference the shared development practices at ../development-practices.yaml
to provide Claude Code instances with consistent guidance on:
- Task management with TodoWrite
- Tool usage patterns and batching
- Debugging approaches and common bug patterns
- Code quality standards and communication guidelines

Resolves #10
This commit is contained in:
dlond 2025-08-20 14:56:07 +12:00 committed by Daniel Lond
parent b2047723b9
commit 25cab9b193
1 changed files with 10 additions and 0 deletions

View File

@ -63,6 +63,16 @@ Key principles:
- Always use worktrees for feature development
- Complete cleanup after merge
## Development Practices
Claude Code instances should follow the development practices documented at: `../development-practices.yaml`
This includes:
- Task management with TodoWrite
- Tool usage patterns and batching
- Debugging approaches and common bug patterns
- Code quality standards and communication guidelines
## Development Workflow
1. Configuration changes are made in `lua/custom/` files