Free local verifier for people who build with coding agents. It does not take the agent’s word. It spawns the tests, reads the exit code it actually saw, and cites unfinished work at file:line.
$ git clone --depth 2 https://github.com/KiniunCorp/bramo-verify-demo demo && cd demo && npx --yes bramo-verify
The rest of this page is where Bramo is going. This part you can run in twenty seconds. It reports what it observed — never what the agent claimed.
bramo-verify --install-hook so it fires on push$ npx bramo-verify
Defaults to HEAD~1..HEAD. This one does run your project’s test command. Use the demo first if you haven’t seen the output yet.
If you build with coding agents, you already know the moves:
Verify is 1 of 3. If the catch was useful, the waitlist is the other two: orchestration with a budget, and a receipt that shows whether Bramo paid for itself.
Every task ends in a verdict with evidence, produced by Bramo, never by the agent’s word: tests that provably ran in a process Bramo spawned, anti-stub scans on the diff, a fresh-context review that never sees the builder’s self-congratulation.
Plain-language request → refined brief with acceptance criteria and a budget ceiling → your agent executes headlessly → verification → recorded. The orchestrator is deterministic code; it never burns tokens deciding what to do next.
Every task shows what it cost through Bramo next to what unmanaged agent flailing would have cost. If Bramo doesn’t pay for itself, that’s a bug we treat like a lie.
bramo-verify. Free, local, no account. npx bramo-verify on a git repo, or the demo command at the top of this page. The orchestrator, receipt, and hosted pieces are what the waitlist is for.bramo-verify itself is free.