release: 0.34.0 — the two-way review loop, and the viewer's hide/fold/label model - #51
Merged
Merged
Conversation
…/label model Review mode: comments are sent, not dumped (ADR 0009 slice 1). A comment is a draft until the reviewer sends it; scr review returns at once with the run id and a detached server; Claude listens with scr review --wait and answers into the thread with scr comment reply / resolve; the /scr:review command is rewritten around that loop. PR mode is unchanged until slice 2. Viewer: ADR 0008 lands whole — hide by the diff (lazy, uncapped disclosure), fold by the structure (regions from the AST over the whole file), label by meaning (spans addressed by boundary ids); the ladder is files | hunks | code; spans are tickets in a right-edge gutter that open into a card with a brace over their rows. Collapsed folds, hunks and files list the reviewer's threads. Reveals and folds are a per-tab record every paint re-applies; picking a fold level is a bulk action, not a reset; the gutter fold and divider widths are server-side preferences. Fixes: the symbol delta of a dirty tree; a hunk's stated range; the console's accounting of a turn's spend; rendered mode's panel controls. ADR 0006 is on main as superseded by 0008.
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.
Version bump only (
pyproject.toml,plugin.json, lock). The release note is the commit body; the GitHub Releasev0.34.0is published after this lands, which firesrelease.yml→ PyPI. Per the README, main's version must be one PyPI carries or is carrying, so this merges immediately before the release is published.