Conversation
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.
#117 formal G2 exposed a transport/lifecycle seam after the first worker parked successfully: slot 2 timed out during OpenCLI provisioning before the runtime durably recorded its exact conversation handle. The current OpenCLI driver sends the peer-status probe with
--wait false, but it waits for the conversation to become idle and for peer identity readback before returning any evidence to the registry. A later timeout therefore collapses an already-created carrier into a headlessoutcome_unknown.This change separates handle acquisition from peer identity resolution. The exact conversation URL/fingerprint is persisted first, peer identity is then resolved read-only from that same conversation, and bootstrap still requires the authenticated peer fingerprint. A restart between those phases resumes identity readback from the saved handle without reprovisioning. The OpenCLI provision lease is extended to cover the additional bounded identity phase; CDP behavior keeps its existing phase count.
Regression coverage checks that the handle is available before detail/readback, malformed or timed-out peer identity fails closed while preserving the handle, deferred identity still binds bootstrap authority to the authenticated peer, and a cold resume does not create another conversation. Local executable tests were not run because the current DevSpace dependency-sync gate requires a paired carrier and this isolated worktree has no node_modules;
git diff --checkpassed. GitHub CI is the executable verifier for this exact Candidatedac2bd023cbc40f09a9224a0b892dd89b4db06ec.