core+app: agent headline for board rows + resizable preview rail#34
Merged
Conversation
alejandro-nexcade
changed the base branch from
alejandro/board-density-live
to
main
July 3, 2026 10:38
The table's agent's-read column showed a mid-sentence 2-line cut of the intent paragraph — dense, not scannable. The pre-review contract now asks for a dedicated one-line HEADLINE (<=80 chars) alongside the intent; parse caps it at 120 and flattens whitespace; ingest stores it on Review.distilled_headline (cleared with the other head-anchored annotations). The table renders the headline (or the intent's first sentence for pre-headline data) on a single line. Goldens regenerated DELIBERATELY: the review output contract gained the headline field. The preview rail is now resizable: drag its left divider (or arrow keys when focused; double-click resets), width persisted and clamped to 300-720px.
LifeLex
force-pushed
the
alejandro/board-tweaks
branch
from
July 3, 2026 10:38
b291f94 to
e83d195
Compare
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.
What
Board tweaks from live triage feedback (stacked on #33):
headlinefield — one plain sentence (≤80 chars) the pre-review agent writes alongside the intent. Parsed (whitespace-flattened, capped 120), stored asReview.distilled_headline: string | null, cleared when the head moves like the other head-anchored annotations. The table's AGENT'S READ column now shows this single scannable line instead of a mid-sentence two-line paragraph cut; reviews analyzed before the contract change fall back to the intent's first sentence. Full read stays in the rail + Briefing.role="separator"with value semantics), double-click to reset. Width persists, clamped 300–720px.Prompt goldens regenerated deliberately — the output-contract line gained
"headline"(all three review goldens; the diff is exactly the two contract sentences).Verified
cargo fmt --check·clippy -D warnings·cargo test(569; new headline parse tests) ·tsc·vitest391 (+6: headline fallback matrix, rail clamp/persistence) ·vite buildok.🤖 Generated with Claude Code