fix: route calibration CLI and serialize profile ids#1203
Open
rivet-ops wants to merge 1 commit into
Open
Conversation
- Add calibration to CLI-only dispatch so the command reaches its handler - Cast calibration profile BIGSERIAL ids to int for JSON output - Pin regressions in CLI and calibration tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gbrain calibrationthrough the CLI-only dispatcher so it reaches the existing calibration handler.calibration_profiles.idfromBIGSERIALtointin the latest-profile query socalibration --jsoncan serialize profile rows.Verification
bun run typecheckbun test test/cli.test.ts test/calibration-cli.test.ts test/cross-brain-calibration.test.ts test/recall-footer.test.ts test/doctor-calibration-checks.test.ts test/budget-meter.test.ts test/auto-think-phase.test.ts test/eval-takes-quality-rubric.test.ts— 111 pass / 0 failbun run verifyGBRAIN_HOME, insert calibration profile, rungbrain calibration --json, verifyidparses as a JSON number.Notes
This is scoped to the v0.36.1 calibration adoption blockers. It does not run production migrations, enable embeddings, or change runtime config.