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
|
|
@ -768,8 +768,9 @@ window.marked = marked;
|
|||
}
|
||||
renderStateBadge();
|
||||
}
|
||||
// Todos section: in-agent todos (loose-ends v2) pushed by subsystems
|
||||
// (matrix, forge, bash). Best-effort fetch on cold load + after every
|
||||
// Todos section: in-agent todos (loose-ends v2) pushed by subsystems —
|
||||
// matrix, forge, bash are the built-in ones, but any user-configured MCP
|
||||
// server can push its own. Best-effort fetch on cold load + after every
|
||||
// turn_end. Silent failure keeps the pill at zero.
|
||||
async function refreshTodos() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue