Add jevql - #7
kylemclaren wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughAdds a Changesjevql catalog entry
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to This metadata-only change has no identified behavior or deployment risk and is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Adds jevql to
data/projects.json(categoryintegrations). Only the data file is changed; README and site are left for CI to regenerate.What it is: a psql-shaped CLI plus Go/TypeScript/Python SDKs that add
jev(),jev_prob,jev_choice, andjev_scoreto queries against an unmodified Postgres (no extension). The plain SQL runs on the server; the rows that survive are sent to Jev (TypeSafe System One API,POST /v1/systemone, seeinternal/typesafe/client.go) in batches, repeated judgements are cached, and the client applies the semantic filter, sort, or group (internal/exec/exec.go).npm run validate: 491 entries valid.Disclosure: I'm the author of jevql.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit
jevqlproject to the projects directory.