docs: rewrite TODO.md workflow for the branch-per-issue model on next #192
Reference in New Issue
Block a user
Delete Branch "docs/issue-191-todo-workflow"
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?
Closes #191. Documentation only —
TODO.mdis the sole changed file.Workflow now describes what the repo actually does: pull
nextand cut one branch per issue from it, one commit whose title ends with(closes #N)carrying theTODO.mdupdate, rebase onto currentnextbefore pushing, one PR per issue with basenext, squash-merged intonexton a passed independent review.mainis reached only by the per-milestone PR fromnext, releases are tagged frommain,nextandmainstay green while a feature branch may be red.Status now names the 1.0.0 milestone in flight on
nextwith its milestone PR #190, and points at the tracker as the authoritative backlog rather than duplicating it. Next Step names a real open item, #152.Judgement calls:
DEBUGflag (#149), which landed but had no entry, and this change. Existing entries keep their bare#Nreferences untouched.make test-e2ein CI, cutting 1.0.0). Everything else there was already filed and is on the tracker.RULES.md"Build & Workflow" still says "Feature branches for all changes, merge to main when done", which the new Workflow contradicts.RULES.mdis owner-only and out of scope here; flagging it rather than editing it.Verification:
make fmtrun, no change toTODO.md(already Prettier-clean).make checkgreen on the rebased branch — 7 suites, 143 tests passed;prettier --check .: "All matched files use Prettier code style!" for bothlintandfmt-check. Rebased ontoorigin/nextate9fa8bebefore pushing; no conflicts.