macot 0.1.15

Multi Agent Control Tower - CLI for orchestrating Claude CLI instances
Documentation
1
2
3
4
5
6
7
//! Cross-cutting state primitives.
//!
//! Currently houses the advisory file lock used to serialise mutations
//! to `.macot/` (see [`lock::MacotLock`]). Future state-layer helpers
//! (e.g. checkpoint files, transaction logs) belong here too.

pub mod lock;