feat: complete verifiable birth-time rectification flow

This commit is contained in:
Jesse_Chen
2026-07-21 22:16:18 +08:00
parent eb8ed8bee4
commit bfc6870614
117 changed files with 6215 additions and 1038 deletions
+1 -2
View File
@@ -13,11 +13,9 @@ import argparse
import json
import re
import subprocess
import sys
from pathlib import Path
from typing import Any
ROOT = Path(__file__).resolve().parents[1]
REGISTRY_PATH = ROOT / "references" / "technique_registry.json"
SCRIPTS_DIR = ROOT / "scripts"
@@ -87,6 +85,7 @@ FRONTEND_MARKERS = {
SCRIPT_IGNORE = {
"__init__.py",
"_compute_one_chart.py",
"active_rectification_scoring.py",
"add_d60_to_test_charts.py",
"add_high_confidence_yogas_batch1.py",
"analyze_yoga_errors.py",