Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
3 tasks
kmbroai
force-pushed
the
dev/kyleb/resilient-scan
branch
from
September 10, 2026 01:08
571c4f8 to
15fb691
Compare
kmbroai
force-pushed
the
dev/kyleb/resilient-publish
branch
from
September 10, 2026 01:09
6adc7ed to
473c269
Compare
3 tasks
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
Interrupted publication can repeat embedding requests or lose the local receipt for an issue already created. Persist reusable work and reconcile retained outcomes before retrying publication.
Changes
--skip-existingoption recovers confirmed results and retries known failures or work that never started.Testing
Risk and rollout
Depends on #851 (scan resilience). Adds an append-only SQLite migration. Default Linear publication still creates new issues; recovery uses the existing
--skip-existingoption. Custom services need the matching receipt contract for safe replay. Unknown remote outcomes require reconciliation; Cloud retains uncertain attempts and warns before manual resubmission. Local receipts do not serialize independent concurrent publications.Public disclosure review