test(prose): a resumed review over a partially-processed tracking file - #847
Merged
Conversation
The one behaviour the worklist review pass found uncovered anywhere: a session dies mid-findings-walk — finding 1 Fixed, finding 2 Pending, the tracking entry in-progress — and a cold re-entry must show true state and finish the walk without repeating settled work. The case pins the resumed path end to end: cycle increments to 2, the clean cycle-2 reviews run, completion's checkpoint routes into the findings walk, the summary renders the Fixed finding struck with the remaining count, exactly one finding gate fires, and the plan concludes. Co-Authored-By: Claude Opus 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.
Coverage fill from the worklist review pass (stack #846): no case anywhere covered a resumed review over a partially-processed tracking file — the exact path
findings-summary's status field and the walk's unresolved-only filter exist to serve.The fixture dies mid-walk (finding 1 Fixed and applied, finding 2 Pending, tracking entry in-progress). The case pins the cold re-entry end to end: cycle increments to 2, clean cycle-2 reviews, completion's checkpoint routes into the findings walk, the summary renders the Fixed finding struck with a remaining count, exactly one finding gate fires, the plan concludes. New
plan-review-clean-c2stub for the cycle-2 clean returns.Snapshot generated via the runner and verified rebuilding byte-identical; corpus validation and snapshot goldens green.
🤖 Generated with Claude Code