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 답변과 확률 분포를 살펴보는 웹 실험 도구.
jev-predict-skill
DanielKillenberger · 판단 도구
규칙과 증거로 다른 skill의 닫힌 선택지 결론을 예측하는 Agent용 레시피.
jevify
altryne · 판단 도구
Jev에 적합한 판단 지점을 찾고 질문과 비교 실험을 설계하는 Agent Skill.
jevchat
kt3k · 판단 도구
미리 정의하거나 직접 만든 선택지에서 답을 고르는 채팅형 Jev 데모.