feat: add Unix socket control interface with command parsing

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:58:38 -04:00
parent a2314ba50f
commit cc806c55e7
2 changed files with 129 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod config;
mod control;
mod events;
mod health;
mod html;