fix(runtime): consolidate profile ownership and remote-view recovery - #14
Merged
ecochran76 merged 558 commits intoSep 9, 2026
Merged
Conversation
added 30 commits
September 5, 2026 20:20
added 28 commits
September 8, 2026 06:00
Retain the active external-vantage workflow run-name. Import two Reddit incident notes; the X note already matches byte for byte. Executable files are unchanged. Full runtime-backlog merge readiness and Plan0160 acceptance remain open.
The direct-child identity fixture previously expired after 30 seconds. Slow executable hashing on CI could therefore turn the process stale before the second observation. Keep the shell blocked on a test-owned stdin pipe so teardown, rather than elapsed time, controls its lifetime.
The partition loop caused uncached native runners to rebuild the CLI test executable for every filter, consuming roughly two minutes per partition. Run the full CLI harness serially in one Cargo invocation to preserve global-state isolation without repeated compilation, and cap the CI step at 30 minutes.
Build one exact-head debug CLI after the fixed-input harness and reuse it across command smokes. Refresh the MCP inventory, current CDP-free test names, and remedy persistence assertions exposed by the pinned path. Bound the smoke step to ten minutes.
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.
The production runtime fixes, ownership diagnostics, remote-view handoff work, and policy improvements accumulated on one long-lived plan branch while the installed candidate was qualified separately. This PR consolidates that work onto
mainso the repository matches the running candidate and the durable incident evidence is no longer stranded off the default branch.The installed candidate is source
052848aawith binary SHA25671834ecdb3d3fe527a968303e31fb4c6c7f8cbf4ac4387d348b801581fd8bd93. Installation preserved five browser roots and 39 tab-custody records; post-install doctor, retained-handle attestation, durable-link reconnect, and trusted input passed. Plan0160 remains open for the outstanding A1–A4/AX acceptance work and deferred standalone CLI download compatibility.Local validation for consolidated head
ad120da2:Pre-existing local incident-note edits are outside this PR.