feat(audit): add pricing signature guards and reporting
Add snapshot, signature, and drift guard support for Vertex AI, Cloudflare Workers AI, and Perplexity API, backed by a queryable audit table and recent-window view. This commit also wires the audit query layer into daily signal materialization and report generation so structure drift becomes a first-class signal instead of a log-only artifact.
This commit is contained in:
@@ -25,4 +25,4 @@ REPORT_DATE="$REPORT_DATE" \
|
||||
REPORT_RUN_KIND="historical_rebuild" \
|
||||
REPORT_TRIGGER_SOURCE="rebuild_script" \
|
||||
REPORT_IS_OFFICIAL_DAILY="false" \
|
||||
go run -tags llm_script ./scripts/generate_daily_report.go "$@"
|
||||
go run -tags llm_script ./scripts/generate_daily_report.go ./scripts/official_import_signature_audit_query_lib.go "$@"
|
||||
|
||||
Reference in New Issue
Block a user