fix(render): attn-lane render-integrity contract + board header restructure (r3) - #48
Merged
Merged
Conversation
… (run-16 r3) The Needs-human-reading lane had been render-broken since run-14: the lane table was glued to its intro blockquote (GFM lazy continuation absorbed it as run-on pipe text inside the quote), the agent-channel <details> lacked the blank line after </summary> (fenced blocks rendered raw), and the three run-14 lane rows (#671 #686 #710) sat headerless INSIDE the collapsed details — invisible and unrenderable. Half the lane was hidden on the live board. - Board r3 posted: one visible six-row lane table (all sentinel attn items), well-formed details block for screen notes, and the opening verdict paragraph restructured from a 20-line prose block into a verdict line + context sentence + six-row at-a-glance table. - SKILL §7d gains the render-integrity contract (4 mechanical rules). - dashboard-refresh gate gains check 5 (markdown render integrity): table-after-blockquote, details blank-line hygiene, attn-lane completeness in the visible table. - Fixture: docs/fixtures/vsdd-factory-312-curated-run16r3.md (gate PASS, 65,204 bytes, zero coverage/heading/control regression vs r2).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The board's highest-leverage section — the six items the maintainer should personally read — has been render-broken since run-14 and nobody's gate caught it: GFM lazy continuation swallowed the lane table into its intro blockquote, and three of the six lane rows sat headerless inside the collapsed agent-channel
<details>, rendering as raw pipe text where no human would find them. A lane that exists to earn maintainer clicks was invisible at exactly the moment 22 maintainer actions passed it by. This PR fixes the live board, restructures the wall-of-text opening into a scannable verdict + at-a-glance table, and — the durable part — encodes the four mechanical render rules into SKILL §7d and the regression gate so a hand-curated body that violates them fails before posting.What
vsdd-factory-312-curated-run16r3.md(gate PASS, zero content regression vs r2).