docs: TODO.md describes the old branch-from-main workflow and its Status/Next Step are stale #191
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?
TODO.mdopens with a Workflow section that says to branch frommainand "merge tomainif the branch is not protected". That is no longer how this repo works:nextis the branch for the next milestone, every issue gets its own branch cut fromnextand its own PR based onnext, and those are squash-merged intonextby the manager on a passed review.mainis only ever touched by the milestone PR fromnext.The Status and Next Step blocks are also stale — they describe
feat/issue-144-settings-aboutas in flight, which landed as23aeae4.Definition of done
next, one branch and one PR per issue based onnext, commit title ending(closes #N), squash-merged intonext,mainreached only via the milestone PR,nextkept green and mergeable at all times.next,make checkgreen onnext.make checkgreen,make fmtrun and its result committed.Documentation only: no change to code, config, scripts, CI or build files.