governance: add .gitignore housekeeping and regular audits; implement audit script and CI step; update templates, proposal, and docs
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
2025-09-17 11:17:12 -05:00
parent bae62d94dc
commit 1eaa2f7997
14 changed files with 177 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# 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.