Skip to content

v0.0.1 — Initial release

Latest

Choose a tag to compare

@MeenakshiSundaram-MS MeenakshiSundaram-MS released this 15 Apr 04:23
· 15 commits to main since this release

prove-it v0.0.1

Never say done without proof.

First public release of prove-it — a verification-first protocol for AI coding agents.

What it does

Enforces structured output blocks before and after every implementation:

  • VERIFICATION PLAN before coding — what done looks like, how to verify, edge cases
  • VERIFICATION RESULT after coding — actual command output, PASS or FAIL
  • CANNOT VERIFY when runtime is unavailable — explicit command + risk, never silent

Install

Claude Code
```bash
bash <(curl -fsSL https://raw.githubusercontent.com/MeenakshiSundaram-MS/prove-it/main/hooks/install.sh)
```

Cursor
```bash
npx @developed-by-ms/prove-it install
```

All platforms at once (Cursor + Windsurf + Cline + Copilot + Codex)
```bash
npx @developed-by-ms/prove-it install --all
```

Modes

Mode When to use
verify Default — plan before, output after
tdd New features/bug fixes — red → green
strict Production/APIs/migrations — 4-gate checklist

Platforms

Claude Code, Cursor, Windsurf, Cline, GitHub Copilot, Codex (OpenAI)

Languages auto-detected

Node.js, TypeScript, Python, Go, Rust, Java, Ruby


Full documentation: AGENTS.md
npm: @developed-by-ms/prove-it