From 44a9ac7002b00c7738af579accc07e3a20d6b1bf Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 9 Jun 2026 00:25:18 +0200 Subject: [PATCH] address review: drop issue ref from set_status test comment --- hive-ag3nt/src/mcp.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index c05bfaea..c9e0b83f 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -2092,9 +2092,8 @@ mod allowed_tools_tests { #[test] fn set_status_present_with_no_groups() { - // The whole point of #1548: an agent with zero tool groups - // (or any group set that omits `meta`) must still be able to - // report its dashboard status. + // An agent with zero tool groups (or any group set that omits + // `meta`) must still be able to report its dashboard status. let tools = allowed_mcp_tools(&[]); assert!( tools.contains(&qualified("set_status")),