Create develop branch from main and document the branching strategy (main/develop/feature/*) in CLAUDE.md to enforce the workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
581 B
581 B
title, status, type, priority, created_at, updated_at, parent, blocking
| title | status | type | priority | created_at | updated_at | parent | blocking | |
|---|---|---|---|---|---|---|---|---|
| Update CLAUDE.md with branching rules | completed | task | normal | 2026-02-09T15:30:38Z | 2026-02-10T10:49:56Z | nuzlocke-tracker-ahza |
|
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 offdevelop - Merge flow:
feature/*→develop→main mainis always production-ready