Skip to main content

terminal_commander_supervisor/
lib.rs

1// SPDX-License-Identifier: PolyForm-Noncommercial-1.0.0
2// Shared daemon-supervisor library used by the MCP adapter and the
3// operator CLI. Owns: daemon endpoint resolution, daemon health
4// probing, structured Unavailable diagnostics, peer-identity model.
5
6pub mod ensure;
7pub mod identity;
8pub mod paths;
9pub mod pidfile;
10
11pub mod proc_lock;
12pub mod replace;
13pub mod session;
14pub mod sessions;