Forward-port exec-server and route unified exec through it

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-19 18:21:59 +00:00
parent 1837038f4e
commit e0a7c18424
29 changed files with 2534 additions and 262 deletions

View File

@@ -1,6 +1,7 @@
mod filesystem;
mod handler;
mod jsonrpc;
mod processor;
mod registry;
mod transport;
pub(crate) use handler::ExecServerHandler;