diff --git a/hive-matrix-mcp/src/lib.rs b/hive-matrix-mcp/src/lib.rs index ae57bcd6..25433b0d 100644 --- a/hive-matrix-mcp/src/lib.rs +++ b/hive-matrix-mcp/src/lib.rs @@ -5,8 +5,8 @@ //! The wire protocol between the two binaries lives in [`protocol`]. //! Path helpers (token file, daemon socket) live in [`paths`]. //! -//! Phase 3 of the matrix-MCP work. Architecture rationale + tool surface mirror the -//! existing `damocles-daemon` (see issue thread for details). +//! Architecture rationale and tool surface mirror the existing +//! `damocles-daemon` v0 set. pub mod client; pub mod paths;