docs: stop implying matrix/bash/forge is a closed todo-producer list
This commit is contained in:
parent
cfe965783e
commit
642377c5e0
10 changed files with 57 additions and 31 deletions
|
|
@ -1,7 +1,9 @@
|
|||
//! In-agent socket server (loose-ends v2 + harness-local reminders +
|
||||
//! questions mirror + self-service compact). Binds the harness-owned
|
||||
//! `HIVE_AGENT_SOCKET` and serves the `hive-agent-sock` protocol to the
|
||||
//! in-container producers (matrix / bash daemons, forge-notify) and to
|
||||
//! in-container producers — matrix / bash daemons and forge-notify are the
|
||||
//! built-in ones, but any user-configured MCP server can dial the same
|
||||
//! socket and push its own todos — and to
|
||||
//! `hive-agent-mcp`'s `ask`/`answer`/`remind`/`get_loose_ends`/
|
||||
//! `cancel_loose_end`/`compact` tool impls. Todo ops hit the harness-local
|
||||
//! [`Todos`] store; a new-or-changed upsert fires an in-process [`Notify`]
|
||||
|
|
|
|||
Loading…
Reference in a new issue