2026-05-04 23:43:55 +02:00
|
|
|
<!-- AUTOGENERATED by scripts/regenerate_verb_tables.py. -->
|
|
|
|
|
<!-- Per-role verb signatures, derived from Pydantic schemas. -->
|
|
|
|
|
|
|
|
|
|
## Verbs available to you (autogenerated source of truth)
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `claim_doc_task` | `claim_doc_task(task_id: UUID)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `give_me_work` | `give_me_work()` |
|
|
|
|
|
| `i_am_blocked` | `i_am_blocked(task_id: UUID, reason: str, blocker_type: str | None = None, what_needed: str | None = None)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `i_documented` | `i_documented(task_id: UUID, notes: str, files: list[str])` |
|
|
|
|
|
| `resume` | `resume(task_id: UUID)` |
|
|
|
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `commit` | `commit(message: str, files: list[str] | None = None)` |
|
2026-06-29 05:38:21 +02:00
|
|
|
| `note` | `note(text: str, scope: str = 'note', task_id: UUID | None = None, title: str | None = None, context: str = '', options: list[str | str] | None = None, chosen: str = '', rationale: str = '', consequences: list[str] | None = None, what_done: str = '', what_learned: str = '', what_struggled: str = '', next_steps: list[str] | None = None, section: str | Any | None = None, done: str = '', next: str = '', where_to_look: list[str] | None = None)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
|
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `progress` | `progress(task_id: UUID, message: str, plan_step: str | None = None, percentage: int | None = None)` |
|
|
|
|
|
| `pr_update` | `pr_update(see do_server)` |
|
2026-06-26 01:43:08 +02:00
|
|
|
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
|
|
|
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
|
|
|
|
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
2026-06-16 03:49:00 +02:00
|
|
|
| `read_messages` | `read_messages()` |
|
2026-07-04 03:10:33 +02:00
|
|
|
| `read_a2a` | `read_a2a(see do_server)` |
|