Skip to content

Add jevr - #106

Closed
romeromarcelo wants to merge 1 commit into
hellogumbo:mainfrom
romeromarcelo:add-jevr
Closed

romeromarcelo wants to merge 1 commit into
hellogumbo:mainfrom
romeromarcelo:add-jevr

Conversation

@romeromarcelo

@romeromarcelo romeromarcelo commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Project: https://github.com/romeromarcelo/jev-retrieval · https://crates.io/crates/jevr

Where Jev fits: jevr is a semantic code and document search CLI built for coding agents. A local, stateless BM25 + git-grep pass recalls candidate files; Jev then does all the judging — Noul questions verify each candidate file window-by-window against the query concept, and a single listwise Choice per lane reranks the kept files. Results print as grep-style path:start-end score lines whose scores are Jev's calibrated probabilities.

I am the author and maintainer of jevr (Rust, Apache-2.0). The agents category fits because the CLI is deliberately grep-shaped as the product surface for coding agents (positional query + path, grep exit codes, path:line output, --help as the primary agent documentation — the interface was shaped by A/B observation of live Claude Code sessions), and the repo ships a Claude Code skill and plugin.

Where Jev is called:

  • src/jev/questions.rs: builds the Noul membership/coverage questions (separate measured phrasings for code and documents) and the listwise Choice rerank.
  • src/verify.rs: concurrent per-file verification — per-window plus file-level Nouls, scores thresholded at calibrated per-lane cutoffs.
  • src/rerank.rs: one listwise Choice request per lane orders the final results.
  • src/jev/client.rs: the single HTTP choke point with retry and a sha256-keyed response cache.

Measured results (documented in the repo's benchmarks and docs/BENCHMARKS.md): 0.900 any-gold@10 on SWE-bench Lite file localization; nDCG@10 0.778 (SciFact) / 0.363 (NFCorpus) on BEIR vs published BM25 baselines 0.665 / 0.325; 2nd of 90 models on the HAKARI-Bench NanoRTEB reranking leaderboard.

Ran npm run validate (998 entries valid). Only data/projects.json is modified in this PR.

Checklist:

  • I added one object to data/projects.json and ran npm run validate
  • I did not commit README.md or site/index.html (CI regenerates them)
  • I am the author, or I linked where the project was announced

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added the jevr project to the agents listing, with its description and links.

@coderabbitai

coderabbitai Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 3328f294-9a07-433f-9a1d-52f306e11fe3

📥 Commits

Reviewing files that changed from the base of the PR and between 1149aac and c6b9c31.

📒 Files selected for processing (1)
  • data/projects.json

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The project catalog now includes jevr under the agents category. Its record contains repository and package links, a description, Rust as its language, zero stars, and an added date.

Changes

Project catalog entry

Layer / File(s) Summary
Add jevr record
data/projects.json
Adds the jevr project record with repository and package links, a description, the agents category, Rust language, zero stars, and an added date.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested reviewers: scald

Merge Risk: ⚪ Minimal · up to c6b9c

The new entry passes catalog validation, and its category is supported by the build. No actionable merge risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: adding the jevr project.
Description check ✅ Passed The description includes the required Project and Where Jev fits sections, confirms validation, confirms that only data/projects.json changed, and completes all checklist items.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

scald pushed a commit that referenced this pull request Sep 24, 2026
Landed from #106.
@scald

scald commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Landed on main as 74900b5 with you as the commit author, now live on https://awesomejev.com. Closing rather than merging because every PR appends to the same data file and they conflict with each other; landing directly keeps your authorship. Thanks!

@scald scald closed this Sep 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants