Everything the ghost does πŸ‘»

Sixty-some features. One promise: nothing merges that didn't do what the ticket said.

01verification

Catch the lie

β€œA pass/fail verdict on intent, derived in code β€” a lying agent can't fake it.”

  • βœ“SpecReview verdict β€” every PR scored against what the ticket actually asked for.
  • βœ“Per-criterion GitHub checks β€” each requirement is its own check, pass or fail.
  • βœ“Merge gate β€” the verdict posts as a commit status that can block the merge.
  • βœ“No-spec proposer β€” no ticket? it infers the spec and asks you to confirm before judging.
  • βœ“Local verification β€” run the same verdict on your own machine, before you ever push.
the ghost catching a fake done
the ghost catching a fake done
02calibration & the ledger

Prove it gets sharper

β€œThe only merge gate whose precision is measured, published, and improving.”

  • βœ“The verdict ledger β€” claim, evidence, reasoning, and cost β€” kept for every call.
  • βœ“Calibration β€” precision tracked per language and model, so you know when to trust a FAIL.
  • βœ“Human thumbs β€” your πŸ‘ / πŸ‘Ž feed straight back into the scoring.
  • βœ“Fix-escalation ladder β€” a failed verdict routes to a stronger agent β€” never a self-fix.
precision β€” when it says FAIL, a revert follows
TypeScript Β· Claude86%
Python Β· Claude81%
Go Β· GPT74%
Rust Β· Gemini69%
fix-escalation ladder Β· never self-fix
fast model→stronger model→strongest + tools

numbers illustrative

03autonomous execution

Your compute, your keys

β€œAgents run on hardware you control, in parallel, at $0 metered tokens.”

  • βœ“Dispatcher + parallel slots β€” many agents at once, each in an isolated git worktree.
  • βœ“Agent gateway β€” Claude Code, Codex, Gemini, Aider, or OpenHands β€” your pick.
  • βœ“Ollama local pool β€” route work to models running entirely on your own boxes.
  • βœ“nohup verify β€” verification runs on your own subscription, not our meter.
nohup verify β€” on your own subscription
nohup verify β€” on your own subscription
04the glass box

Nothing hidden

β€œEvery verdict, dollar, decision, and reasoning step β€” visible.”

  • βœ“The Explorer β€” 30 live views over runs, verdicts, cost, and decisions.
  • βœ“Real-time HUD β€” watch jobs, slots, and spend update as they happen.
  • βœ“Transparency log β€” every decision and reasoning step, on the record.
  • βœ“Code intelligence β€” a file explainer that grounds answers in your actual code.
  • βœ“Ask-your-repo β€” cited Q&A over your PR, verdict, and cost history.
Explorer30 live views
runs
verdicts
cost / issue
decision log
file explainer
ask-your-repo
? ask-your-repo: β€œwhy did PR #42 fail?”
β†’ grounded answer, cited to the verdict + diff.
05governance & audit

Spend on rails

β€œHard budget caps that block dispatch, and a provable trail for every AI-authored merge.”

  • βœ“Budget tiers β€” GREEN β†’ YELLOW β†’ ORANGE β†’ RED, with RED halting dispatch.
  • βœ“Cost per verified issue β€” know what a proven 'done' actually costs.
  • βœ“CCB sessions β€” change-control board reviews for the calls that matter.
  • βœ“Audit export β€” spec β†’ verdict β†’ model β†’ cost, exportable end to end.
  • βœ“Secrets rotation β€” keys rotate on a schedule; nothing sensitive is ever rendered.
budget β€” hard caps that block dispatch
GREENYELLOWORANGERED
RED β€” dispatch haltedno new agents spawned
cost / verified issue$0.41

illustrative Β· every merge leaves an audit trail

06onboarding & flow

Empty repo to verified done

β€œOne-click install to a board where 'Done' is machine-proven.”

  • βœ“Zero-config provisioning β€” install on a repo and everything wires itself up.
  • βœ“Scaffolder β€” template discovery to go from empty repo to first PR.
  • βœ“Verified-Done board β€” a native planner β€” no external PM tool required.
  • βœ“Walkthroughs β€” human-verification checklists for the steps a machine can't judge.
  • βœ“Skill library + imports β€” reusable skills, plus Linear / GitHub import.
  • βœ“Casper β€” the free, open-source sibling that runs entirely on your machine.
board β€” β€œdone” is machine-proven
todo
add-webhook-retry
in progress
migrate-users
verified done
add-rate-limit
verdict βœ“
fix-session-expiry
verdict βœ“

native planner + walkthroughs β€” no external PM tool required.

Install it and let the ghost start proving your β€œdone”

capabilities available today; the verification loop is new β€” try it and tell us where the ghost is wrong.