core/calibration
Shay 310aed9ff0
chore: Refactor CLI and Governance Anchors (#926)
* 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
2026-07-03 12:34:56 -07:00
..
__init__.py Add cognitive eval harness and calibration replay (#30) 2026-05-15 07:41:36 -07:00
params.py Add cognitive eval harness and calibration replay (#30) 2026-05-15 07:41:36 -07:00
README.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
replay.py Add cognitive eval harness and calibration replay (#30) 2026-05-15 07:41:36 -07:00
report.py Add cognitive eval harness and calibration replay (#30) 2026-05-15 07:41:36 -07:00
tune.py Add cognitive eval harness and calibration replay (#30) 2026-05-15 07:41:36 -07:00

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, and calibration/report.py support deterministic parameter audits.
  • workbench/calibration.py projects committed practice and serving artifacts into a read-only UI/API surface.