Add interpretation source inventory gate

This commit is contained in:
732642856
2026-07-02 14:17:18 +08:00
parent 801416458f
commit f2a741d36b
7 changed files with 353 additions and 2 deletions
+2
View File
@@ -30,6 +30,7 @@ EXTRA_COMPILE_TARGETS = [
ROOT / "scripts" / "audit_fragments.py",
ROOT / "scripts" / "dasha_reference_audit.py",
ROOT / "scripts" / "external_oracle_sanity_closure.py",
ROOT / "scripts" / "interpretation_source_inventory_gate.py",
ROOT / "scripts" / "oracle_boundary_audit.py",
ROOT / "scripts" / "oracle_collection_queue.py",
ROOT / "scripts" / "oracle_evidence_validator.py",
@@ -480,6 +481,7 @@ def main() -> int:
validate_json_files()
run([PYTHON, "scripts/audit_capabilities.py", "--mode", "validate"])
run([PYTHON, "scripts/audit_fragments.py", "--strict"])
run([PYTHON, "scripts/interpretation_source_inventory_gate.py"])
run([PYTHON, "scripts/deployment_preflight.py"])
if profile["check_release_hygiene"]:
release_hygiene_check()