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

@@ -29,10 +29,7 @@ RECEIPT_SCHEMA = (
/ "arr-submit-processing-result-receipt-v1.schema.json"
)
STRUCTURED_SCHEMA = (
PROJECT_ROOT
/ "arr-opera-daily-ingest"
/ "references"
/ "structured-result.schema.json"
PROJECT_ROOT / "database" / "contracts" / "arr-direct-legacy-structured-result-v3.schema.json"
)
LOGGER = logging.getLogger(__name__)