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:
damocles 2026-06-04 12:57:30 +02:00 committed by mara
commit 9c1c4f62fb
3 changed files with 19 additions and 21 deletions

View file

@ -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`).