Resources

For agents

This documentation is written to be read by a model as well as a person.

Markdown copies

Every page has Copy page, which copies it as Markdown, ready to paste into an agent's context.

llms.txt

llms.txt is the plain-text index of this documentation for language models, followed by the full text of every page. It is served at https://trialone.dev/llms.txt.

A working pattern

  1. list_issues, then get_issue for the one to fix. Without a fingerprint, get_issue returns the newest open issue.
  2. Change the files the recipe names. If the issue is routed as physical, stop and tell the user who has to go to the robot.
  3. claim_repair with the fingerprint, one sentence on what changed, and the commit or pull request link.
  4. request_verification to have the robot check its next recording.
  5. check_repair for where it stands: proven, waiting, or back again.

From the command line

trialone diagnose <recording> --json writes one recipe per finding with fixed fields, for an agent that works without MCP.

Something missing or wrong here? Tell us.