terminal-commander-supervisor 0.1.30

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
// SPDX-License-Identifier: Apache-2.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 replace;
pub mod session;
pub mod sessions;