decision: RULES.md "Build & Workflow" still says merge to main, contradicting the branch-per-issue-onto-next model #193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RULES.md"Build & Workflow" reads "Feature branches for all changes, merge to main when done". That is no longer what the repo does: branch per issue fromnext, one PR per issue based onnext, squash-merged intonext, andmainreached only by the per-milestone PR.TODO.mdwas corrected to the current model in #191;RULES.mdnow contradicts it.RULES.mdis owner-only, so no agent edited it.Proposed replacement for that line:
> Branch per issue, cut from
next. One PR per issue, based onnext, squash-merged intonexton a passed independent review.mainis reached only by the per-milestone PR fromnext; releases are tagged frommain.nextandmainmust stay green; feature branches may be red.Options: (a) apply the wording above; (b) apply different wording you prefer; (c) leave it and accept the contradiction.
Recommendation: (a) — it states the model already in force, and
RULES.mdis the document agents are pointed at first, so a stale line there misdirects every future worker. Say the word and I will open the PR againstRULES.md.