fix(cli): route calibration and search dashboard commands#1212
fix(cli): route calibration and search dashboard commands#1212rivet-ops wants to merge 1 commit into
Conversation
- Route calibration through CLI-only dispatch. - Route search modes/stats/tune through dashboard dispatch without shadowing keyword search. - Add CLI integration coverage for calibration and search help routing.
|
Thanks for this contribution — and apologies for the slow triage. We did a full pass over the entire PR backlog. gbrain has moved fast, and the maintainer's larger "cathedral" rewrites have superseded a big share of community PRs: the AI gateway + recipes + user_provided_models system replaced almost all individual provider PRs; #1805 fixed the whole Postgres module-singleton class; #1542 unified the type taxonomy; #1657 the retrieval path; #1802 the doctor; and so on. We're closing this one in that cleanup — either the fix already landed on master, it duplicates another PR or merged change, or it's outside the current merge bar. Where a closed PR carried a genuinely valuable idea, we've recorded it in docs/designs/COMMUNITY_IDEAS.md so nothing good is lost (a few may graduate into TODOs). Please don't read the close as a judgment of the work — thank you for contributing. If you believe the underlying issue is still live on the latest master, reopen with a quick note and we'll take another look. 🙏 |
Summary
gbrain calibrationthrough CLI-only dispatch.gbrain search modes|stats|tunethrough the search dashboard without shadowing ordinary keyword search.gbrain search modes --helpprints dashboard help whilegbrain search <query> --helpstill uses shared keyword-search help.Verification
git diff --checkbun test test/cli.test.ts test/commands-search.test.ts test/search-mode.test.ts test/doctor-search-mode.test.ts --timeout 180000— 87 pass / 0 failbun run verify— passNotes