Documentation
README
Reproduce: API / CLI / Migration / Build
The issue you are reproducing does not need a browser. It is in a handler, the CLI, the MCP server, a migration, the schema registry, or the build pipeline. Your goal is a deterministic local reproduction the bot can describe in a comment, ideally as a failing vitest test that becomes the regression fixture once the bug is fixed.
Hard prohibitions
- No
git commit, nogit push, no branch creation that survives the workflow. - No writes to GitHub (no
gh issue comment,gh pr ...,gh issue edit). - No
curlto arbitrary external hosts. Local processes only. - Do not touch any issue other than the one being investigated.
- No
pnpm publishornpm publish.
This is the opening of the README. Read the full README on GitHub.