Add git workflow reference to CLAUDE.md

Reference the shared git workflow at ../git-workflow.yaml to provide
Claude Code instances with standardized development process guidance.

Resolves #6
This commit is contained in:
dlond 2025-08-20 14:28:06 +12:00 committed by Daniel Lond
parent 3bccb919c8
commit f755e49d66
1 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,16 @@ The clangd configuration in `lua/custom/plugins/lsp/clangd_helper.lua` automatic
- `<space>sg` - Live grep search - `<space>sg` - Live grep search
- `<space>f` - Format current buffer - `<space>f` - Format current buffer
## Git Workflow
This project follows the standardized git workflow documented at: `../git-workflow.yaml`
Key principles:
- Never work directly on main branch
- Issue-driven development with `gh issue create`
- Always use worktrees for feature development
- Complete cleanup after merge
## Development Workflow ## Development Workflow
1. Configuration changes are made in `lua/custom/` files 1. Configuration changes are made in `lua/custom/` files