Skip to content

fix(receipts): preserve sidecar evidence - #605

Merged
solomonneas merged 1 commit into
mainfrom
codex/issue-567-write-once-sidecars
Jul 28, 2026
Merged

fix(receipts): preserve sidecar evidence#605
solomonneas merged 1 commit into
mainfrom
codex/issue-567-write-once-sidecars

Conversation

@solomonneas

Copy link
Copy Markdown
Collaborator

Summary

  • append private, immutable revisions for every worker-results and synthesis emission
  • preserve the existing sidecar paths as current projections for legacy readers
  • archive exact legacy bytes before resume or patch-reference updates
  • keep revision evidence when a later projection write fails

Root cause

Resume and patch-reference binding rewrote worker-results.json and synthesis.json in place. The previous documents were lost even though they were run evidence.

Verification

  • ./scripts/verify: 4,662 passed, 3 skipped, 82.93% coverage
  • post-rebase focused suite: 244 passed
  • independent review: no Critical or Important findings

Closes #567

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: escoffier-labs/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 9423454d-c2d9-498e-b120-7509b778af1e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/issue-567-write-once-sidecars

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@solomonneas solomonneas self-assigned this Jul 28, 2026
Co-Authored-By: Codex <codex@openai.com>
@solomonneas
solomonneas force-pushed the codex/issue-567-write-once-sidecars branch from a997c17 to 6e5071d Compare July 28, 2026 03:42
@solomonneas
solomonneas merged commit d6f828d into main Jul 28, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

receipts: preserve worker and synthesis sidecars across resume and patch-ref updates

1 participant