feat(auditing): pipeline v1.1 — report generation + scripted gate + temporal delta
- report_generate.py: REPORT-final.md + VALIDATION.md from findings + raw capture; per-surface status from summary.surfaces_ok; Data Limitations - report_gate.py: §6 gate scripted (count/evidence/identity/material support); non-zero exit blocks delivery - audit_diff.py: before/after capture comparison -> DELTA.md - audit_pipeline.sh: 2 steps -> 4; collision-safe capture copy (re-runs preserve baseline); relative output dir resolved to absolute - beta-audit-process.md: locked v1.0 -> v1.1 (+ dated decision record) - all 9 runs of the 2026-08-15 batch regenerated + gated (9/9 PASS) - live end-to-end proof: Gilmore re-run, DELTA.md 0 changes (same day)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"audit_engine": "v1",
|
||||
"timestamp": "2026-08-15T14:02:25.713492+00:00",
|
||||
"timestamp": "2026-08-15T16:46:20.939734+00:00",
|
||||
"business": "Gilmore Heating, Air and Plumbing",
|
||||
"summary": {
|
||||
"total_findings": 13,
|
||||
@@ -19,10 +19,10 @@
|
||||
},
|
||||
"surfaces_ok": {
|
||||
"google_business_profile": true,
|
||||
"apple_maps": true,
|
||||
"bing_places": true
|
||||
"apple_maps": true
|
||||
},
|
||||
"surfaces_failed": {
|
||||
"bing_places": false,
|
||||
"website": false
|
||||
},
|
||||
"rating": 4.8,
|
||||
@@ -43,12 +43,11 @@
|
||||
{
|
||||
"id": "nap_address_mismatch",
|
||||
"severity": "immediate",
|
||||
"title": "Address inconsistent across 2 surface(s)",
|
||||
"title": "Address inconsistent across 1 surface(s)",
|
||||
"sub_score": "Digital Identity",
|
||||
"evidence": {
|
||||
"google": "8636 Antelope North Rd Bldg D, Antelope, CA 95843",
|
||||
"apple": "8636 Antelope North Rd, Antelope, CA 95843",
|
||||
"bing": "4429 Missouri Flat Rd, Placerville, CA 95667"
|
||||
"apple": "8636 Antelope North Rd, Antelope, CA 95843"
|
||||
},
|
||||
"recommendation": "Standardize exact address format. GBP address is authoritative."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user