jev.nvim
valentynkit
Neovim plugin: type a plain-language question, every function in the buffer gets judged, answers land in quickfix ranked by probability.
- ライセンス
- MIT
- GitHub Stars
- 0
- ソース確認日
- —
Jev が判断する箇所
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.
このプロジェクトの用途
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
確認の範囲
公開ソースと連携ロジックを確認済み。
ソースと実装
同じカテゴリのプロジェクト
jev-playground
Little-Planet-Labs · 判断ツール
状態や選択・採点の質問を入力し、Jev の回答と確率分布を見る Web 実験画面。
jev-predict-skill
DanielKillenberger · 判断ツール
規則と証拠から別の skill の閉じた選択肢での結論を予測する Agent 用レシピ。
jevify
altryne · 判断ツール
Jev に適した判断箇所を探し、質問と比較実験を設計する Agent Skill。
jevchat
kt3k · 判断ツール
定義済みまたは独自の選択肢から回答する、チャット形式の Jev デモ。