Record the 1.0.0 milestone as complete in TODO.md #199
Reference in New Issue
Block a user
Delete Branch "todo-final-1.0.0"
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?
Docs-only:
TODO.mdand nothing else, so no adversarial review per repo policy. Manager-maintained onnextunder the provisional ruling in #112.The 1.0.0 milestone is empty — 39 closed, 0 open. Status and Next Step now say so, and the last six units are recorded in Completed Steps: #186, #176, #178, #187, #196 and #194.
One stale claim corrected
Status asserted, in the present tense, that "a superseded run is recorded as
skippedand still rolls up green, so a commit status onnextdoes not by itself evidence an executed check". That is the defect #152 fixed — superseded runs are now recorded asfailure. The sentence described the world before its own fix landed.The narrower caveat that genuinely survives is kept: a docs-only commit deliberately replays from the layer cache (#119), so a green check on such a commit evidences a replay rather than an executed run, while a code commit invalidates the
COPYlayer and really executes. Both historical hazards are now named as fixed rather than as current.Next Step also records the three items that belong to the owner and block nothing: #150 (decided by the manager, flagged for reversal), #112, and #198.
Gate
make check— exit 0, lint in Docker0 issues.in 46.99 s.Note
script/fmtandscript/fmt-checkare gofmt-only in this repo, so markdown is not machine-formatted here; the added prose is hand-wrapped to the file's existing 72-column width, verified as the maximum line length across the whole file.Separately,
nextat1326f82— the tree this lands on — is verified green by a cache-defeateddocker build --no-cache-filter=lint --no-cache-filter=builder: exit 0, lint0 issues.in 49.62 s,make test68.7 s across 16 packages with real durations and zero(cached)lines,make build42.6 s. The onlyCACHEDlayers are the final runtime stage.internal/handlersmeasured 17.573 s against the new 90 s budget. Image removed,docker ps -aempty, no prune of any kind.