feat: harden Phase 2 workspace plugin contracts - #76
Merged
xiayh17 merged 35 commits intoAug 20, 2026
Merged
Conversation
This was referenced Aug 14, 2026
xiayh0107
force-pushed
the
agent/plugin-runtime-phase2-third-party-upstream
branch
from
August 20, 2026 02:54
c67249c to
1286000
Compare
xiayh17
marked this pull request as ready for review
August 20, 2026 02:59
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.
Summary
Stack dependency
This implementation is stacked on Phase 1 PR #75. Its current head includes the exact Phase 1 head plus the hosted Windows cache-contamination repair commit
e1422f1; after PR #75 merges, the Phase 2 diff can be rebased ontomainwithout changing the Phase 2 contract commit.Validation
Local:
cargo test -p rho-extension-runtime: 153 passed;cargo clippy -p rho-extension-runtime --all-targets -- -D warnings: passed;cargo fmt -p rho-extension-runtime -- --check: passed;cargo build --workspace: passed;git diff --check: passed;Hosted, exact head
12860008381910d8280d277ea1006ab04746b281:32326311932: passed;32326626971: all six stable/MSRV platform legs passed;32326278723: all six legs passed, including the repaired Windows installer build/install/smoke/remove path.The repository-wide rustfmt check was not claimed from the shared local worktree because it contains a separate uncommitted ProjectQueryService/Mutation refactor; the clean hosted checks passed repository-wide formatting. No files from that separate lane are included in this PR commit.
Deliberately open gates
This PR does not select or ship a real Web Worker/Wasm host, execute project-authored code, perform privileged I/O, persist grants/evolution state, expose plugin UI, or claim installed-platform/release acceptance. Those remain separately gated by the active Phase 2/2.5 contracts.