[codex] prove grounding-only managed plugin convergence#1058
Merged
TheGreenCedar merged 17 commits intoJul 13, 2026
Conversation
This was referenced Jul 13, 2026
20ec51e to
04a1542
Compare
Owner
Author
|
PR #1058 review remediation is pushed at exact head What changed:
Verification:
The PR remains draft and has not been merged or marked ready. |
Owner
Author
|
Pause checkpoint: exact head
The local-refresh ownership handoff, terminal worker-result requirement, and namespace stability fixes reviewed cleanly. No further changes or tests are being started before the Codex update. |
This was referenced Jul 13, 2026
…97-readiness-convergence
This was referenced Jul 13, 2026
…97-readiness-convergence # Conflicts: # CHANGELOG.md
…97-readiness-convergence # Conflicts: # CHANGELOG.md
This was referenced Jul 13, 2026
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.
Outcome
The packaged managed plugin reaches full Apple Silicon Metal retrieval through its normal
groundactivation, then servespacketandsearchthrough the same MCP session. Readiness stays closed until local freshness, full retrieval, live native-process identity, and verified GPU proof converge.What changed
ground->packet->search, one managed repair, warm identity reuse, endpoint-death blocking, recovery, and proof-owned cleanup.psassumptions.SHA256SUMS.txtin reusable package artifacts so the plugin can provision the exact packaged CLI without a release-network fallback.MTL0 : Apple M5inventory before layer-offload lines while preserving provider-bound, current-launch proof.Verification
895e755: workspace tests and all-target/all-feature clippy.3bceed3: formatting, the focused provider-binding regression, release build, archive checksum, version/help package smoke, and all attached draft checks pass.SHA256SUMS.txt.retrieval_mode=full,gpu_proof=verified, Metal detected/requested, 13/13 layers offloaded, a 7 ms embed smoke, and allowed packet/search. Both packet and search requests succeeded through the managed MCP runtime.Hugging Face's Xet object began returning HTTP 403 to both pinned URLs during the hosted rerun, so hosted stats and Metal preflight stopped before product startup. The checksum-verified local copy was used for exact-head hardware proof; no model contract or checksum was changed. The proof harness then reported a diagnostic-only terminal-result lookup gap after the successful product requests because it read the current identity path while the worker result remained under the compatible prior path. Runtime identity reconciliation remains in the dedicated identity lane.
Closes #1053
Refs #897
Refs #899