[codex] Plugin runtime stage 2 dispatch activation#40
Draft
winrey wants to merge 8 commits into
Draft
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.
Summary
Validation
rustfmt --edition 2024 --config skip_children=true --check crates/ahandd/src/ahand_client.rs crates/ahandd/src/browser.rs crates/ahandd/src/ipc.rs crates/ahandd/src/main.rs crates/ahandd/src/plugin_runtime/activation.rs crates/ahandd/src/plugin_runtime/capability.rs crates/ahandd/src/plugin_runtime/mod.rscargo test -p ahandd plugin_runtimecargo test -p ahandd ahand_clientcargo test -p ahandd ipccargo test -p ahandd --test hub_handshakecargo test -p ahandd --test hello_signaturecargo test -p ahandd browser_setupcargo test -p ahandd --test browser_doctorcargo check -p ahandd -p ahandctlcargo build -p ahandd --bin ahanddtarget/debug/ahandd plugin host-resource --jsontarget/debug/ahandd plugin doctorgit diff --check 8d65c32..HEADNote: full
cargo fmt -- --checkstill reports existing unrelated formatting drift in file manager/store/test files, so this PR only formats the Stage 2 files it touches.