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
|
|
@ -101,11 +101,13 @@ the login flow first (`NeedsLogin`). (The forge notification poller
|
|||
used to be spawned here too; it is its own process now —
|
||||
`hive-forge-notify`, see [`forge.md`](../forge.md).)
|
||||
|
||||
`spawn_todo_socket` opens the todos store, the socket the in-container
|
||||
producers dial (matrix / bash / forge-notify daemons), and an
|
||||
in-process `disk_watch` todo producer for low state-disk space. See
|
||||
`spawn_todo_socket` opens the todos store and the socket the in-container
|
||||
producers dial. Matrix / bash / forge-notify daemons and the in-process
|
||||
`disk_watch` todo producer (low state-disk space) are the built-in
|
||||
producers, but the socket accepts any `subsystem` marker — a
|
||||
user-configured MCP server can push its own todos the same way. See
|
||||
[`docs/persistence.md`](../persistence.md#state-dirs-per-agent) for
|
||||
what each todo producer watches and how the store + `get_loose_ends`
|
||||
what each built-in todo producer watches and how the store + `get_loose_ends`
|
||||
merge work.
|
||||
|
||||
Plugin install failures are not fatal: each entry comes back as a
|
||||
|
|
|
|||
Loading…
Reference in a new issue