Private
Public Access
0
0
Files
manual_slop/scripts/audit_code_path_audit_coverage.py
T
ed 18226779bf chore(audit): create empty scripts/audit_code_path_audit_coverage.py
Module docstring + usage comment. The schema validator goes in
Phase 12.
2026-06-22 00:41:55 -04:00

13 lines
509 B
Python

"""Meta-audit for src.code_path_audit v2 output schema.
Verifies that every AggregateProfile produced by the v2 audit
has all 14 required top-level fields, that the
cross_audit_findings has 5 audit scripts, that the
decomposition_cost has the 8 fields, etc. The convention: any
new audit must have a corresponding schema-validator script.
Usage:
uv run python scripts/audit_code_path_audit_coverage.py
uv run python scripts/audit_code_path_audit_coverage.py --strict
"""
from __future__ import annotations