Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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