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:
@@ -0,0 +1,4 @@
|
||||
use anyhow::Result;
|
||||
pub fn install_agent() -> Result<()> {
|
||||
anyhow::bail!("install-agent implemented in Task 16")
|
||||
}
|
||||
Reference in New Issue
Block a user