jev.nvim
valentynkit
Neovim plugin: type a plain-language question, every function in the buffer gets judged, answers land in quickfix ranked by probability.
- License
- MIT
- GitHub Stars
- 0
- Source reviewed
- —
Where Jev makes a decision
Treesitter splits the buffer into functions; one request scores each function against the question; implementation in lua/. The README compares against a regex grep on a twelve-file fixture corpus, no accuracy claim beyond that.
What this project offers
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Review scope
Author and repository text is preserved where clear; missing languages are enriched automatically. Checks establish source-level Jev integration, not runtime, safety, or performance validation.
Sources and implementation
Related projects
jev-playground
Little-Planet-Labs · Decision Tools
A web playground for entering state and decision questions, then inspecting Jev answers and probability distributions.
jev-predict-skill
DanielKillenberger · Decision Tools
An Agent skill recipe that predicts another skill’s closed-set outcome from its rules and evidence.
jevify
altryne · Decision Tools
An Agent Skill for finding suitable Jev decision points and designing questions and comparison experiments.
jevchat
kt3k · Decision Tools
A chat-style Jev demo whose answers are selected from predefined or custom options rather than generated prose.