From f755e49d6695efe2613810725de01b7a5d150625 Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 20 Aug 2025 14:28:06 +1200 Subject: [PATCH] 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 --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 189cf72e..3fd88615 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -53,6 +53,16 @@ The clangd configuration in `lua/custom/plugins/lsp/clangd_helper.lua` automatic - `sg` - Live grep search - `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 1. Configuration changes are made in `lua/custom/` files