Skip to content

Add jevql - #7

Open
kylemclaren wants to merge 1 commit into
hellogumbo:mainfrom
kylemclaren:add-jevql
Open

kylemclaren wants to merge 1 commit into
hellogumbo:mainfrom
kylemclaren:add-jevql

Conversation

@kylemclaren

@kylemclaren kylemclaren commented Sep 18, 2026

Copy link
Copy Markdown

Adds jevql to data/projects.json (category integrations). 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, and jev_score to 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, see internal/typesafe/client.go) in batches, repeated judgements are cached, and the client applies the semantic filter, sort, or group (internal/exec/exec.go).

Disclosure: I'm the author of jevql.


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 jevql project to the projects directory.
    • Included details about its PostgreSQL CLI, SDKs, supported query functions, website, repository, category, and metadata.

@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: f46a1078-c7e9-4c44-9404-8b5019ea5751

📥 Commits

Reviewing files that changed from the base of the PR and between 6a836df and 789d130.

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

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Adds a jevql project entry to data/projects.json. The entry includes its repository, site, description, category, language, star count, and added date.

Changes

jevql catalog entry

Layer / File(s) Summary
Add jevql project entry
data/projects.json
Adds jevql to the projects array with its repository, site, description, integration category, Go language, zero stars, and added date.

Priority: ⬇️ Low

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

Change: Other

Suggested reviewers: scald

Merge Risk: ⚪ Minimal · up to 789d1

This metadata-only change has no identified behavior or deployment risk and is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title, "Add jevql," clearly identifies the primary change: adding the jevql project.
Description check ✅ Passed The description explains the project, provides repository and site links, identifies where Jev fits, confirms that only data/projects.json changed, reports successful validation, and discloses authors…
✨ 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.

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.

1 participant