Package · Coding & code review
jev: Function-to-Question Decorator
@jev.fn compiles a Python function definition (parameters, docstring, return annotation) into a state plus typed questions, then validates the…
Open pypi.org ↗How builders describe it
@jev.fn compiles a Python function definition (parameters, docstring, return annotation) into a state plus typed questions, then validates the answers back into Pydantic models.
The decision Jev makes
Label a change, score its risk, pick the relevant file, or decide whether a coding agent should continue.
Where it fits
Code review and coding agents are full of small questions: is this change risky, what kind of fix is this, which file matters. These projects answer them with Jev and route the rest to people or bigger models. All 239 coding & code review projects →