Execution/Dispatch a task
Dispatch a task
Dispatch sends a scoped prompt over authenticated MCP to a shared Hermes executor. The client receives a task handle, not proof of completion.
Overview
A dispatch returns task_id. The client still has to poll, fetch result, fetch transcript evidence, decompose claims, and verify.
hermes_submit(prompt, caller="satellite-docs-client") => task_id: task_01EXAMPLE => status: pending
Acceptance blocks
Use a ## Acceptance block so user requirements become explicit claims.
Next steps
Continue through poll, transcript, and the end-to-end walkthrough.
