feat: add ACP server skeleton with stdout-purity test

This commit is contained in:
2026-07-27 17:31:47 -06:00
parent f1415067f2
commit f11d4ca760
5 changed files with 242 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
mod server;
mod types;
pub use server::run_acp_server;