docs(rectification): bind sealed holdout metrics to the frozen scorer identity

The published six keys stay on the 2026-07-21 freeze. Current-tree sidecar numbers remain diagnostic and unlabeled as release metrics. Remove the unused v2 PILOT_REPORT_PATH.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-29 01:23:34 +08:00
parent 3dc2af0c96
commit dc2879020a
6 changed files with 215 additions and 6 deletions
-3
View File
@@ -13,9 +13,6 @@ from typing import Any, Final
ROOT = Path(__file__).resolve().parents[2]
HOLDOUT_PATH: Final = ROOT / "references" / "rectification_sealed_holdout.v1.json"
PILOT_REPORT_PATH: Final = (
ROOT / "references" / "real_case_calibration" / "minute_rectification_holdout_v2_pilot_report.json"
)
def load_sealed_minute_holdout() -> dict[str, Any]: