feat(daemon): lifecycle paths, single-instance lock, stale-socket cleanup

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 19:57:11 +07:00
parent 0b6de3d3b4
commit cd1fe1dfd5
2 changed files with 72 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
mod lifecycle;
fn main() {
println!("spaceshd skeleton");
}