Record what the caps-reference drift hook cannot catch #1395
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1395
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/ee98-capsprose"
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?
#1337's first two acceptance criteria were already met by
4ed13fe6, which landed under #1331: every band row now reads "lines, blank ones included" and the module README row correctly keeps "non-blank lines". #1337 is a duplicate that stayed open.This closes the third criterion, which asked whether prose-level drift is the sync hook's job.
The answer is split, and worth writing down where the hook is:
check_driftbyte-compares the whole rendered document (actual == expected), so doc-vs-generator drift is impossible. The doc cannot be hand-edited at all.The guard for that second class is a behavior test,
test_the_line_cap_counts_blank_lines_too, which measures a 62-line file against the 40-line cap rather than trusting prose. The docstring now names it.Closes #1337