From 25cab9b193eed7faa2f6520d69503de18f8f9a8c Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 20 Aug 2025 14:56:07 +1200 Subject: [PATCH] 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 --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 3fd88615..920b4da4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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