2026-02-09 16:32:04 +01:00
|
|
|
---
|
|
|
|
|
# nuzlocke-tracker-765i
|
|
|
|
|
title: Update CLAUDE.md with branching rules
|
2026-02-10 11:50:11 +01:00
|
|
|
status: completed
|
2026-02-09 16:32:04 +01:00
|
|
|
type: task
|
|
|
|
|
priority: normal
|
|
|
|
|
created_at: 2026-02-09T15:30:38Z
|
2026-02-10 11:50:11 +01:00
|
|
|
updated_at: 2026-02-10T10:49:56Z
|
2026-02-09 16:32:04 +01:00
|
|
|
parent: nuzlocke-tracker-ahza
|
|
|
|
|
blocking:
|
|
|
|
|
- nuzlocke-tracker-3c9l
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Once the branching structure is in place, add instructions to CLAUDE.md enforcing the branching strategy:
|
|
|
|
|
|
|
|
|
|
- Never commit directly to `main`
|
|
|
|
|
- Day-to-day work happens on `develop`
|
|
|
|
|
- New work is done on `feature/*` branches off `develop`
|
|
|
|
|
- Merge flow: `feature/*` → `develop` → `main`
|
|
|
|
|
- `main` is always production-ready
|