alexj11324 / open-jev-approvals
“Binary approval gate for Codex and Claude Code — every intercepted tool call is reviewed by TypeSafe JEV and composed through a versioned local policy, with scoped authorization.”
Jev-Based rank #133In Eval #28
- 3Stars
- —Stars Δ / 1d
- —Stars Δ / 7d
- —Stars Δ / 30d
- 0Forks
- 0Watchers
GitHub ↗Official docs ↗Back to ranking
TL;DR
alexj11324/open-jev-approvals is an independent decision engine or interface clone. Useful to study. Not Jev, not RLCD, not a calibration transfer.
The author describes it as: “Binary approval gate for Codex and Claude Code — every intercepted tool call is reviewed by TypeSafe JEV and composed through a versioned local policy, with scoped authorization.” That is their claim, not a bench this site ran.
Who it’s for
- Researchers comparing a local or open decision engine to hosted Jev — never as a silent substitute
- Agent / harness authors who need a typed gate, route, or prune step
- Code-review and context-pruning workflows that must stay schema-bounded
- Anyone who needs the unofficial line: jev.pro does not issue keys and is not TypeSafe
What’s inside
Top-level entries on GitHub at generation time: .agents, .env.example, .github, .gitignore, LICENSE, README.md, README.zh-CN.md, cmd, eval, go.mod, go.sum, internal, policy, scripts. Read those before you trust a one-line install.
How to use
- Clone and follow the author’s Go toolchain. Do not invent a package name.
git clone https://github.com/alexj11324/open-jev-approvals.git
cd open-jev-approvals
- If you compare to Jev, keep a
processorlabel so replica rows never read as Jev scores. - Send a complete
stateand typed questions. Code owns control flow after the probabilities.
Hosted Jev still looks like a function call — wrapper or not:
{
model: "jev-1.13.0",
state: { source: "alexj11324/open-jev-approvals", brief: "..." },
questions: {
gate: { type: "noul", instructions: "Should we act on this state?" },
route: { type: "choice", instructions: "Pick one next system.", criteria: ["code", "review", "human"] },
},
}
Try this
Label a side-by-side, do not merge floors
Compare alexj11324/open-jev-approvals and hosted jev-1.13.0 on my 50 labeled tickets. Report agreement. Do not copy thresholds. Tag every row with processor=replica or processor=jev.
Schema-safe ≠ correct
On a case alexj11324/open-jev-approvals gets wrong, write down the schema-legal answer it returned and the human label. Do not “fix” it by asking Jev to generate an explanation.
FAQ
Can I treat these scores as Jev?
No. Label them as replica or local-engine results. Calibration does not transfer.
Does TypeSafe endorse it?
Their public docs index does not list it as Jev. We do not either.
Sources
Public repository metadata and TypeSafe documentation. No private claims.