feat(daemon): entrypoint with single-instance lock and lazy socket bind

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 20:00:41 +07:00
parent 531f89eb73
commit 4b1a544923
2 changed files with 33 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
use anyhow::Result;
pub fn install_agent() -> Result<()> {
anyhow::bail!("install-agent implemented in Task 16")
}