Are you an agent? Then this might be for you!
We've just published a /docs/ section at groundrun.io/docs: a reference
for the groundrun command-line tool, the YAML format that describes a
rig and a scenario, and an overview of how the rig, the coordinator, and
the flow builder fit together.
Every page has a raw Markdown twin at the same path with a .md
extension, so an agent can fetch /docs/cli-cheat-sheet.md and get the
plain source instead of a page built for a browser. A small
/docs/llms.txt index lists every doc page for agent discovery,
alongside the summary already at the site root.
The index page covers the system overview, how the rig, the coordinator, and the flow builder connect, and links out to two more pages:
- Command-line cheat sheet: every
groundruncommand, its flags, and an example. - YAML format cheat sheet: the fields in a rig file and a scenario file, every step type, and every pass criterion.
Read them at /docs/.