2026-05-04 23:43:55 +02:00
|
|
|
<!-- AUTOGENERATED by scripts/regenerate_verb_tables.py. -->
|
2026-06-05 17:05:45 +02:00
|
|
|
<!-- Source: services/gateway/role_config.py + api/schemas/v1/. -->
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
# Per-role verb shapes (autogenerated)
|
|
|
|
|
|
|
|
|
|
Run `uv run python scripts/regenerate_verb_tables.py` after changing
|
|
|
|
|
any role config or schema. Role prompts reference this file's sections
|
|
|
|
|
as the source of truth for verb signatures.
|
|
|
|
|
|
2026-06-16 04:50:44 +02:00
|
|
|
Driver-based roles (prompter, secretary) are intentionally omitted — their
|
|
|
|
|
real tools live in their agent_sdk drivers, not role_config.
|
|
|
|
|
|
2026-05-04 23:43:55 +02:00
|
|
|
## developer
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `give_me_work` | `give_me_work()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `i_am_blocked` | `i_am_blocked(task_id: UUID, reason: str, blocker_type: str | None = None, what_needed: str | None = None)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `i_am_done` | `i_am_done(task_id: UUID, notes: str = '', resolved_findings: list[ResolvedFindingInput] = PydanticUndefined)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `i_will_work_on` | `i_will_work_on(task_id: UUID, plan: str | None = None, steps: list[str | str] = PydanticUndefined, technical_considerations: list[str] = PydanticUndefined, risks: list[str | str] = PydanticUndefined, open_questions: list[str | str | bool] = PydanticUndefined)` |
|
|
|
|
|
| `open_pr` | `open_pr(task_id: UUID)` |
|
|
|
|
|
| `resume` | `resume(task_id: UUID)` |
|
2026-07-08 21:40:22 +02:00
|
|
|
| `sync_branch` | `sync_branch(task_id: UUID, stash: bool = False)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `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-07-05 13:37:17 +02:00
|
|
|
| `propose_video` | `propose_video(composition_id: str, x_caption: str, tiktok_caption: str, platforms: list[str], input_props: str | Any | None = None)` |
|
2026-07-13 18:36:47 +02:00
|
|
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | 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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## qa
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `claim_review` | `claim_review(task_id: UUID)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `fail_review` | `fail_review(task_id: UUID, issues: list[str] = PydanticUndefined, findings: list[str | Any] = PydanticUndefined)` |
|
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-30 08:08:35 +02:00
|
|
|
| `pass_review` | `pass_review(task_id: UUID, notes: str, ac_verdicts: list[str] | None = None)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `resume` | `resume(task_id: UUID)` |
|
|
|
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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-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-07-13 18:36:47 +02:00
|
|
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | 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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## documenter
|
|
|
|
|
|
|
|
|
|
### 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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## cell_pm
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
2026-06-05 17:05:45 +02:00
|
|
|
| `complete` | `complete(task_id: UUID, notes: str)` |
|
2026-07-08 21:40:22 +02:00
|
|
|
| `declare_coverage` | `declare_coverage(task_id: UUID, criteria: list[str])` |
|
2026-07-07 10:09:23 +02:00
|
|
|
| `delegate` | `delegate(parent_task_id: UUID, title: str, description: str, assigned_to: str, team: str, task_type: str, nature: str, estimated_complexity: Complexity, acceptance_criteria: list[str], project_id: UUID | None = None, covers_parent_criteria: list[str] | None = None, intends_to_touch: list[str] | None = None, adds_migration: bool = False, touches_shared: bool = False, depends_on: list[UUID] | None = None)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `escalate_up` | `escalate_up(task_id: UUID, reason: str)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `give_me_work` | `give_me_work()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-07-08 02:01:23 +02:00
|
|
|
| `i_will_plan` | `i_will_plan(task_id: UUID, plan: str, approach: str, sub_tasks: list[SubTaskCreate] = PydanticUndefined, technical_considerations: list[str] = PydanticUndefined, risks: list[RiskCreate] = PydanticUndefined, open_questions: list[OpenQuestionCreate] = PydanticUndefined)` |
|
2026-06-06 22:10:48 +02:00
|
|
|
| `reassign` | `reassign(task_id: UUID, new_assignee: str)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `request_changes` | `request_changes(task_id: UUID, issues: list[str] = PydanticUndefined, findings: list[str | Any] = PydanticUndefined)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `resume` | `resume(task_id: UUID)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `submit_up` | `submit_up(task_id: UUID, notes: str, resolved_findings: list[ResolvedFindingInput] = PydanticUndefined)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `triage` | `triage()` |
|
2026-06-26 01:43:08 +02:00
|
|
|
| `unblock` | `unblock(task_id: UUID, reason: str, restore: bool = True)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
|
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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)` |
|
|
|
|
|
| `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` |
|
|
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## main_pm
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
2026-06-05 17:05:45 +02:00
|
|
|
| `complete` | `complete(task_id: UUID, notes: str)` |
|
2026-07-08 21:40:22 +02:00
|
|
|
| `declare_coverage` | `declare_coverage(task_id: UUID, criteria: list[str])` |
|
2026-07-07 10:09:23 +02:00
|
|
|
| `delegate` | `delegate(parent_task_id: UUID, title: str, description: str, assigned_to: str, team: str, task_type: str, nature: str, estimated_complexity: Complexity, acceptance_criteria: list[str], project_id: UUID | None = None, covers_parent_criteria: list[str] | None = None, intends_to_touch: list[str] | None = None, adds_migration: bool = False, touches_shared: bool = False, depends_on: list[UUID] | None = None)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `escalate_to_ceo` | `escalate_to_ceo(task_id: UUID, reason: str)` |
|
|
|
|
|
| `escalate_up` | `escalate_up(task_id: UUID, reason: str)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `give_me_work` | `give_me_work()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-07-08 02:01:23 +02:00
|
|
|
| `i_will_plan` | `i_will_plan(task_id: UUID, plan: str, approach: str, sub_tasks: list[SubTaskCreate] = PydanticUndefined, technical_considerations: list[str] = PydanticUndefined, risks: list[RiskCreate] = PydanticUndefined, open_questions: list[OpenQuestionCreate] = PydanticUndefined)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `request_changes` | `request_changes(task_id: UUID, issues: list[str] = PydanticUndefined, findings: list[str | Any] = PydanticUndefined)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `resume` | `resume(task_id: UUID)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `submit_root` | `submit_root(task_id: UUID, notes: str, resolved_findings: list[ResolvedFindingInput] = PydanticUndefined)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `triage` | `triage()` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `triage_all` | `triage_all()` |
|
2026-06-26 01:43:08 +02:00
|
|
|
| `unblock` | `unblock(task_id: UUID, reason: str, restore: bool = True)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
|
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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)` |
|
|
|
|
|
| `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` |
|
|
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## product_owner
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `escalate_to_ceo` | `escalate_to_ceo(task_id: UUID, reason: str)` |
|
|
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `triage` | `triage()` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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-06-16 03:49:00 +02:00
|
|
|
| `pitch` | `pitch(title: str, slug: str, problem: str, proposed_solution: str, target_cells: list[str])` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
|
|
|
|
| `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` |
|
|
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
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)` |
|
|
|
|
|
| `propose_roadmap` | `propose_roadmap(cycle_goal: str, items: list[RoadmapItemInput])` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## head_marketing
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `escalate_to_ceo` | `escalate_to_ceo(task_id: UUID, reason: str)` |
|
|
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `triage` | `triage()` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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-06-16 03:49:00 +02:00
|
|
|
| `pitch` | `pitch(title: str, slug: str, problem: str, proposed_solution: str, target_cells: list[str])` |
|
2026-05-04 23:43:55 +02:00
|
|
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
|
|
|
|
| `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` |
|
|
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
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)` |
|
2026-07-09 20:59:53 +02:00
|
|
|
| `propose_feature_spotlight` | `propose_feature_spotlight(feature_slug: str = '', feature_title: str = '', body: str = '', wants_video: bool = False, video_script: str = '', skip: bool = False, skip_reason: str = '')` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
## auditor
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
|
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-05 17:05:45 +02:00
|
|
|
| `triage` | `triage()` |
|
2026-07-14 08:36:20 +02:00
|
|
|
| `waive_finding` | `waive_finding(finding_id: UUID, note: str)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
2026-06-26 01:43:08 +02:00
|
|
|
| `approve_playbook` | `approve_playbook(playbook_id: UUID)` |
|
|
|
|
|
| `reject_playbook` | `reject_playbook(playbook_id: UUID, reason: str)` |
|
|
|
|
|
| `archive_playbook` | `archive_playbook(playbook_id: UUID)` |
|
2026-07-11 03:17:59 +02:00
|
|
|
| `curate_vault` | `curate_vault(task_id: UUID, narrative: str)` |
|
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)` |
|
2026-05-04 23:43:55 +02:00
|
|
|
|
2026-06-16 10:37:06 +02:00
|
|
|
## pr_reviewer
|
|
|
|
|
|
|
|
|
|
### Flow verbs
|
|
|
|
|
|
|
|
|
|
| Verb | Body schema |
|
|
|
|
|
|------|-------------|
|
2026-06-20 09:27:29 +02:00
|
|
|
| `claim_gate_review` | `claim_gate_review(task_id: UUID)` |
|
2026-06-16 11:48:24 +02:00
|
|
|
| `claim_pr_review` | `claim_pr_review(task_id: UUID)` |
|
2026-06-16 10:37:06 +02:00
|
|
|
| `give_me_work` | `give_me_work()` |
|
|
|
|
|
| `i_am_idle` | `i_am_idle()` |
|
2026-06-26 01:43:08 +02:00
|
|
|
| `post_pr_review` | `post_pr_review(task_id: UUID, body: str, event: str = 'REQUEST_CHANGES', findings: list[str | Any] = PydanticUndefined)` |
|
2026-07-11 22:54:42 +02:00
|
|
|
| `pr_fail` | `pr_fail(task_id: UUID, issues: list[str] = PydanticUndefined, findings: list[str | Any] = PydanticUndefined)` |
|
2026-06-20 09:27:29 +02:00
|
|
|
| `pr_pass` | `pr_pass(task_id: UUID, notes: str)` |
|
2026-07-04 03:10:33 +02:00
|
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
2026-06-16 10:37:06 +02:00
|
|
|
|
|
|
|
|
### Content (do) tools
|
|
|
|
|
|
|
|
|
|
| Tool | Body schema |
|
|
|
|
|
|------|-------------|
|
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-06-16 10:37:06 +02:00
|
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
|
|
|
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
|
|
|
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
|
|
|
|
|