Getting started/Your first dispatch
Your first dispatch
Submit one scoped prompt, poll by contract, fetch result and transcript evidence, and verify before trusting the answer.
First dispatch checklist
| Action | Contract |
|---|---|
| Write prompt | Include a ## Acceptance block with one requirement per bullet. |
| Submit | Call hermes_submit and save task_id. |
| Poll | Wait 30 seconds, then poll every 120 seconds until terminal or 600 seconds. |
| Fetch | Call hermes_result once; fetch transcript evidence for non-trivial work. |
| Verify | Decompose claims, oracle read-only, and use hermes_respond for corrective follow-up. |
!
Claims are not proof
The result prose is a claim. Transcript evidence is what makes implementation work verifiable.
Starter prompt
Inspect the requested docs page and make the smallest safe fix. ## Acceptance - The changed page uses public-safe placeholders only. - The docs validation command passes. - The final response lists commands run with real output.
For full fake outputs, read the End-to-end walkthrough.
