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

ActionContract
Write promptInclude a ## Acceptance block with one requirement per bullet.
SubmitCall hermes_submit and save task_id.
PollWait 30 seconds, then poll every 120 seconds until terminal or 600 seconds.
FetchCall hermes_result once; fetch transcript evidence for non-trivial work.
VerifyDecompose 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

markdown
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.