terminal-commander-supervisor 0.1.9

Cross-platform supervisor for Terminal Commander daemon — IPC bring-up, peer identity, ensure-daemon helpers.
Documentation
1
2
3
4
5
6
7
8
// 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;