From 5f57ea4ef11abdde0923055b81dd817d5b220880 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 10 Jun 2026 12:38:51 +0200 Subject: [PATCH] ci(#1555): de-circularize hive-matrix-mcp lib doc (argus nit) Drop 'Phase 3 of the matrix-MCP work' (circular inside the matrix-mcp crate) + the vague issue-thread pointer; keep the self-contained note that it mirrors damocles-daemon's v0 set. --- hive-matrix-mcp/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;