Fix interrupted rollout projection and run reporting#2
Merged
Conversation
Owner
Author
|
CI follow-up: Ubuntu exposed a test-harness assumption, not a production failure. The scheduler preview test now validates installation on Windows/macOS and explicitly validates the unsupported-platform contract on Linux. The full 65-check suite still passes locally on Windows. |
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.
What changed
<turn_aborted>marker,reason: interrupted, numericcompleted_at, and numericduration_ms.Root cause
The previous semantic audit treated any
turn_abortedevent as a valid closure. Codex desktop projection requires a stricter native event shape, so Sync2 could report a healthy rollout while the UI continued to show the old turn asinProgress. Device reports were also written before the current run record, causing a one-run observability lag.User impact
Recovered tasks now project correctly after restart, unsafe snapshots remain quarantined, and fleet health reports describe the run that produced them.
Validation
npm test— 65 checks passednode --check scripts/sync2.mjsgit diff --checkPrivacy
All fixtures use synthetic IDs and temporary directories. No conversation content, vault data, local usernames, IP addresses, device IDs, credentials, or databases are included.
Closes #1