v3.3.0 Highlights
- Added a Calibration Quick Start path in the main README for first-time setup.
- Added calibration fixtures and deterministic end-to-end coverage for:
calibrate --policy-out ...->recommend --calibrated ...
- Expanded calibrated-routing docs and precedence behavior:
--policytakes precedence over--calibrated- default discovery at
~/.llm-checker/calibration-policy.{yaml,yml,json}
- Updated command docs for generated calibration artifacts:
calibration-result.jsoncalibration-policy.yaml
- Updated
ml-model/README.mdquick-start and CLI examples to match current commands. - Fixed training artifact output path to reliably write into
ml-model/trainedregardless of working directory. - Hardened Jetson CUDA detection to avoid false CPU-only fallback and added regression tests.
Known Limitations
calibrate --mode fullcurrently supports--runtime ollamaonly.recommend/ai-runfall back to deterministic selection when calibrated policy is missing/invalid or route models are unavailable.- Calibration suite quality checks (
checks) are optional indry-runandcontract-onlymodes.