825 B
825 B
02 — Branching/Release — Confirm (LLM)
-
Goals: top 3 drivers for change? [ ]
-
Stability: main = always green release-ready OR docs-only? [ ]
-
Consumption: what must be on main for bootstrap? [ ]
-
Choose model:
- Trunk-based (main green; short-lived branches) [ ]
- WIP branch (main release-only; WIPhax/wip/*) [ ]
- GitFlow (main/develop/release/hotfix) [ ]
-
Repo content on main: A full repo [ ] / B no code/prompts [ ] / C minimal bootstrap [ ]
-
If B/C: where do code/prompts live? naming? [ ]
-
Protections: require CI checks on main [ ]; PR reviews [ ]; Conventional Commits [ ]; tags only for release-ready [ ]
-
Migration: baseline commit/tag [ ]; create branches [ ]; update CI protections [ ]; add docs/branching.md [ ]
Final: Reply “Approved for Branching Plan” with choices to proceed.