Documentation
README
Reproduce: API / CLI / Migration / Build
The bug does not need a browser. It lives in a handler, the CLI, the MCP server, a migration, the schema registry, or the build pipeline. Your goal is a deterministic reproduction you can put in the comment as evidence -- ideally a failing vitest test that becomes the regression fixture once fixed.
Environment
- Read and search in the VFS. Use
read_file,ls,grep, andcodeto find the package, read the handler in full, and trace call sites. This is most of the work and none of it needs a container. - Attach a container only to run the project.
pnpm install,pnpm build, andvitestdo not exist in the isolate. When you are ready to actually execute a reproduction, attach a container and run those there.
This is the opening of the README. Read the full README on GitHub.