fix: preserve review operations when curate output is truncated - #770
Open
WhiskeyLabs wants to merge 1 commit into
Open
fix: preserve review operations when curate output is truncated#770WhiskeyLabs wants to merge 1 commit into
WhiskeyLabs wants to merge 1 commit into
Conversation
WhiskeyLabs
requested review from
bao-byterover and
ngduyanhece
as code owners
August 26, 2026 01:40
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.
Summary
Type of change
Scope (select all touched areas)
Linked issues
Root cause
Test plan
test/unit/.code_execoutput, direct curate output, malformed captures, high- and low-impact operations, internal-only transport, and persistence round trips.User-visible changes
Curate log records can include
reviewIntegrity: {status: "verified"}when structured operations were validated, orreviewIntegrity: {status: "unresolved", reason: "..."}when they were not. No CLI defaults or review policy changed.Evidence
The added regression tests fail against the prior implementation because the internal lifecycle result and integrity state do not exist. They pass with this change.
Checklist
npm test)npm run lint)npm run typecheck)npm run build)mainRisks and mitigations