From fb02c477f346df839e86ece5ac8048b6ce551026 Mon Sep 17 00:00:00 2001 From: Creative Muse Date: Wed, 1 Apr 2026 21:29:29 -0400 Subject: [PATCH] chore: add CLAUDE.md with git-flow workflow conventions Co-Authored-By: Paperclip --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..db45385 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,10 @@ +# Creative IP (creative-ip) + +## Git Workflow + +- Default branch: `main` +- Always fetch and pull before branching +- Create feature branches from up-to-date default branch +- Branch naming: `feature/*`, `fix/*`, `chore/*` +- Rebase before pushing +- Never commit directly to the default branch — always use feature branches + PRs