feat(daemon): socket server with router task, command dispatch, event fan-out (M0)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 19:59:58 +07:00
parent 2aedc6924d
commit 531f89eb73
2 changed files with 390 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
mod lifecycle;
mod registry;
mod server;
mod surface;
fn main() {