OPEN-SOURCE PROJECT
jev-judgment
Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.
- Stars
- 3
- Forks
- 0
- License
- MIT
- Last commit
- 2026-09-17
What Jev does here
Uses conversation and command results to assess whether to ask the user, whether an action exceeds scope, and whether to retry.
Makes checkpoints that may require user confirmation explicit.
Model probabilities do not replace user authorization. Missing keys or network failures may leave the original workflow running.