The GitHub twin is a deterministic in-process simulation of the GitHub REST API — issues, pull requests, comments, labels, repositories, and the bits of the search API agents tend to reach for. Every twin instance starts from a fixture and resets between runs, so the same scenario produces the same state every time.Documentation Index
Fetch the complete documentation index at: https://docs.pome.sh/llms.txt
Use this file to discover all available pages before exploring further.
What it covers
- Repositories, issues, pull requests, comments, labels
- Search across issues and PRs
- Webhook-style event payloads recorded for assertions
Quickstart
Example: triage a new issue
- Read the issue,
- Apply the correct label,
- Comment with a triage note.
Pointing your own agent at the twin
If you want to drive the twin with your own agent code rather than a pome scenario, you can:GITHUB_API_URL and it just works.