3 Commits

Author SHA1 Message Date
Leonard (VeriPath Agent) 6583c85871 fix(auditing): normalize address punctuation + category synonyms
- _normalize_address: drop commas, map 'suite'->'ste' so '3460 Robin Ln,
  Ste 4' == '3460 Robin Ln Ste 4' (no false address mismatch)
- check_category_alignment: add _CATEGORY_SYNONYMS map so 'beauty salon' /
  'beauty and spa' / 'beauty & spa' collapse; real drift (e.g. 'medical
  spa', 'barber shop') still fires
- Phoenix proof run drops from 4 findings to 2 (removes 2 false positives)
2026-08-14 21:02:33 +00:00
tonyjbala ba57991c0f feat(auditing): add --output-dir flag to audit_engine.py 2026-08-14 16:13:11 +00:00
tonyjbala 2e1cb49cba feat(auditing): add audit_engine.py — 16 deterministic checks with severity + evidence 2026-08-14 15:41:09 +00:00