PRs at a glance — intent distillation, specialist review, auto pre-review, workspace fixes - #21
Merged
Merged
Conversation
… workspace UI fixes
Rust: findings contract v2 ({intent, findings[.area]}, legacy arrays
tolerated), REVIEW_INSTRUCTION v2 (specialist subagent fan-out by files
touched, tiered by diff size), distilled_intent on Review (null-honest
binding), auto_pre_review (default on, insert-branch only, capped by
max_parallel_agents, never Approved/Merged).
FE: band stack bounded + scrollable with the editor kept reachable,
Jump defers reveal until the model swap then scrolls to code, evidence
strip shows verification commands only + a count chip, conversation
renders safe markdown (no raw HTML) with bot comments collapsed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…view toggle Distilled intent readable on the board (2-line clamp, tooltip full text); IntentPanel gains a provenance-labeled AGENT'S READ section shown even without an author description; findings carry neutral area lens chips with a multi-area header hint; Settings gets the auto pre-review switch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 (user-requested, five items)
{intent, findings}(legacy bare arrays still parse). Intent renders on board cards (2-line clamp, tooltip) and as a provenance-labeled AGENT'S READ section in the Intent panel.shrink-0bands were collapsing theflex-1editor to zero height — the bands now live in a bounded scrollable region (each band also self-bounds), and Jump defers its reveal until Monaco's model swap completes, then scrolls the editor into view.[bot]comments collapse to a one-line preview by default.Plus auto pre-review: spawns automatically when a PR is first imported (default on, Settings toggle, capped by max_parallel_agents, insert-branch only, never Approved/Merged — advisory annotation only, §9 untouched).
Verified
cargo fmt/clippy -D warnings/test --all (496 core, all 8 suites) · tsc strict · vitest 255 · vite build. Golden review-prompt regenerated deliberately (documented contract change). New bindings null-honest per the nullable-bindings rule.
🤖 Generated with Claude Code