fix: add approval kind to cancel_loose_end docs; drop stale role comment in mcp.rs; fix system.md approval-cancel description
This commit is contained in:
parent
78a00d1258
commit
9c1c4f62fb
3 changed files with 19 additions and 21 deletions
|
|
@ -328,8 +328,9 @@ at_unix_timestamp?)`, `request_next_turn()`.
|
|||
scheduled reminders. Each row carries an id + kind for
|
||||
`cancel_loose_end`.
|
||||
- `cancel_loose_end` — withdraw a `question` (posts `[cancelled by
|
||||
<self>]`) or hard-delete a `reminder`. Agents may only cancel rows
|
||||
they own.
|
||||
<self>]`), hard-delete a `reminder`, or cancel a pending `approval`
|
||||
row. Agents may only cancel rows they own; the `approval` kind is
|
||||
further restricted to the root agent (`ruth`) server-side.
|
||||
- `remind` — schedule a reminder in this agent's own inbox. Large
|
||||
payloads spill to `/agents/<self>/state/reminders/`. Pending count
|
||||
capped at 50 per agent (`HIVE_REMIND_MAX_PENDING_PER_AGENT`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue