feat: add daily manual price review workflow

This commit is contained in:
Wyndham ARR
2026-08-06 22:40:18 +08:00
parent aae3d8e1db
commit ca3e8e18fa
77 changed files with 7750 additions and 602 deletions

View File

@@ -27,6 +27,7 @@ CANONICAL_OBJECT_FILENAMES = {
"result_json": "result.json",
"structured_result_json": "structured-result.json",
"exception_report": "exception-report.xlsx",
"manual_override_json": "manual-override.json",
}
PREFIX_SEGMENT_RE = re.compile(r"^[a-z0-9][a-z0-9_-]{0,62}$")