a73x

f176908b

retro: what slowed the constant sweep down

a73x   2026-08-23 11:12

Commit message
retro: what slowed the constant sweep down

RETRO.md
Old New
@@ -39,3 +39,9 @@ One line per push to `main`: what slowed the work down. Enforced by
39 says so. `make shape-check` also diffs the generated graph against the 39 says so. `make shape-check` also diffs the generated graph against the
40 COMMIT, so adding one import fails the gate until the regenerated docs are 40 COMMIT, so adding one import fails the gate until the regenerated docs are
41 committed — the same trap proto-check sets, in a second place. 41 committed — the same trap proto-check sets, in a second place.
42 - Constant sweep: the third time this month `make ci` failed on a package the
43 branch never touched. internal/server/web's floor is baselined against a
44 built dist and a fresh worktree has none, so the gate reports a coverage
45 regression where the real fact is "the UI was not compiled". It is written
46 down twice above and was still rediscovered from scratch; a RETRO entry is
47 not a gate. Filed.