No-write proof · setup preview · agent wiring

Run Sverklo proof before writing config

Requires Node 24 or newer. MIT, no API keys, no code upload. Start with a no-write proof receipt from a real repo; first run may cache the local ONNX model and index under ~/.sverklo. Project files, MCP config, and agent instruction files are not written until you run sverklo init.

npm exec --yes --package=sverklo@latest -- sverklo prove --no-write --guided --markdown
npm install -g sverklo
sverklo init --dry-run
sverklo init
sverklo doctor --agent claude

The first command prints central files, one real caller graph, why that proof was selected, and a prompt to paste into your agent without writing project config. If the receipt looks useful, sverklo init --dry-run previews setup targets and sverklo init writes the MCP config for Claude Code, Cursor, Windsurf, Zed, Antigravity, OpenAI Codex CLI, or GitHub Copilot CLI. Share the receipt in the proof thread, or share the part it gets wrong.

Need the concept first? Read Repo Memory MCP for AI Coding Agents. Using Codex? Follow the Codex CLI recipe.

Use sverklo doctor --agent cursor, --agent codex, --agent windsurf, or another supported agent name if you are not using Claude Code. Open an issue if doctor does not explain the fix.