terminal-commander-supervisor 0.1.52

Cross-platform supervisor for Terminal Commander daemon — IPC bring-up, peer identity, ensure-daemon helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: PolyForm-Noncommercial-1.0.0
// Shared daemon-supervisor library used by the MCP adapter and the
// operator CLI. Owns: daemon endpoint resolution, daemon health
// probing, structured Unavailable diagnostics, peer-identity model.

pub mod ensure;
pub mod identity;
pub mod paths;
pub mod pidfile;

pub mod proc_lock;
pub mod replace;
pub mod session;
pub mod sessions;