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