fix(t12): close payment delivery and governance remediation
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-15 11:39:31 +08:00
parent 3158bb839c
commit 7fabc23715
35 changed files with 1529 additions and 338 deletions

View File

@@ -10,8 +10,8 @@ from pathlib import Path
OVERALL_MIN = 0.80
CORE_MIN = 1.00
CORE_FILES = (
"gaokao-spec-checker/scripts/spec_checker_v2.py",
"gaokao-college-advisor/scripts/gaokao_visual_report.py",
"skills/gaokao-spec-checker/scripts/spec_checker_v2.py",
"skills/gaokao-college-advisor/scripts/gaokao_visual_report.py",
)