Zerocheck developer resources

Docs, the CLI, the local MCP server, and the files that agents read. Import a checklist on your machine, then run the same checks in CI.

Machine-readable files

PathPurpose
/llms.txtSite index for language models: what Zerocheck is, when to use it, and where the docs are.
/agents.mdInstructions for coding agents: commands, when to use Zerocheck, and when not to.
/sitemap.xmlEvery public page.

Agent quickstart

npm install --save-dev [email protected]
npx zerocheck login
npx zerocheck init --url http://localhost:3000 --github-actions
npx zerocheck import release-checklist.md --env dev
npx zerocheck run --env dev