* docs: consolidate governance anchors and clean up test registries * refactor(cli): decompose cli into dedicated modules * test: fix broken test baselines and formatting * docs: add domain boundary READMEs for governance anchors * test: update baseline for determination lane * test: fix capability_pass expectation * test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement * chore: cleanup CLI extraction and unreachable code |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| params.py | ||
| README.md | ||
| replay.py | ||
| report.py | ||
| tune.py | ||
Calibration Package
calibration/ is the deterministic operator-parameter replay and tuning
package. It explores bounded CalibrationParams candidates against eval cases
and emits before/after metrics for review.
It is not the ADR-0175 reliability ledger and it does not grant serving
licenses. Serving discipline is owned by core.reliability_gate; Workbench reads
that evidence through workbench/calibration.py without re-running lanes or
mutating license state.
This boundary is intentional:
calibration/params.py,calibration/replay.py,calibration/tune.py, andcalibration/report.pysupport deterministic parameter audits.workbench/calibration.pyprojects committed practice and serving artifacts into a read-only UI/API surface.