[codex] prove grounding-only managed plugin convergence#1058
Draft
TheGreenCedar wants to merge 10 commits into
Draft
[codex] prove grounding-only managed plugin convergence#1058TheGreenCedar wants to merge 10 commits into
TheGreenCedar wants to merge 10 commits into
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
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 protected Apple Silicon release proof now reaches its first full Agent generation through the packaged managed plugin's normal
groundactivation. It no longer uses an explicit repair command to establish initial readiness.On a local Apple Silicon macOS 15 run, one managed
shared-agentrepair advanced a stale complete publication from generation 1 to 4, launched the checksum-pinned native Metal backend, verified meaningful accelerator work and an embedding smoke, then servedpacketandsearchthrough the same MCP session. A fresh MCP process reused the exact native PID and launch fingerprint.What changed
ground,packet, andsearch; canonical status polling proves packet/search remain closed until local freshness, full retrieval, live native identity, and GPU proof converge.cache_busyrace on repositories whose bounded grounding refresh outlives the MCP request.Hardware proof
codestory-cli-v0.14.3-macos-arm64.tar.gzground->packet->searchfull; packet/search allowedverified; meaningful accelerator work true; embed smoke true; observation sourcenative_lognative_spawned; exact PID/fingerprint reused after MCP restartVerification
cargo check --workspace --lockedcargo test --workspace --lockedcargo clippy --workspace --all-targets --all-features --locked -- -D warningscargo build --release -p codestory-cli --lockedactionlint, documentation links, andgit diff --checkThe stats run emitted one telemetry warning: retrieval indexing took 56.30 seconds versus the latest local warning baseline. Correctness remained
full_sidecar; repeat refresh took 15.44 seconds and search took 2.22 seconds.Closes #1053
Refs #897
Refs #899