hive-c0re/hive-agent-mcp: fix 3 leftover ask/answer-removal doc comments

This commit is contained in:
damocles 2026-08-30 03:13:50 +02:00 committed by mara
commit b7b8aae8e8
3 changed files with 4 additions and 4 deletions

View file

@ -391,8 +391,8 @@ impl AgentServer {
};
let kind_label = loose_end_kind_label(kind);
// Reminders are harness-local — dial the in-agent socket
// directly instead of the broker; every other kind
// (question/approval) still lives in c0re.
// directly instead of the broker; the other kind (approval)
// still lives in c0re.
if kind == hive_sh4re::inbox::CancelLooseEndKind::Reminder {
return match dial_agent_socket(&hive_agent_sock::Request::CancelReminder { id })
.await