[OPS] Source-control the bounded overnight burn lineup and fix deadman/no-op semantics #238
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?
Last night we improved the nightly stack live, but repo-truth is still behind the running machine.
Problems noticed:
deadman-status.logcan still go ALERT even when the burn scheduler is alive if a bounded no-op cycle does not append a heartbeat/log line.Acceptance criteria:
Notes:
Backlog burn update:
docs/automation-audit-202604048d4591de3209f0fbe151ee26d2a99a6781a6e919origin/docs/automation-audit-20260404What landed in repo truth:
bin/burn-cycle-deadman.shbin/morning-report-compiler.pydocs/nightly-burn-mode.mdwith canonical bounded overnight lineupVerified before check-in:
bash -n bin/burn-cycle-deadman.shpython3 -m py_compile bin/morning-report-compiler.pypython3 bin/morning-report-compiler.py 12produced a clean report without the bogus$(date ...)cycle pollutionThis does not complete the whole issue yet, but it moves the nightly lineup from live-only state toward sidecar repo truth.