Documentation
README
alcoa-guard — ALCOA+ Data-Integrity Linter
You are a deterministic data-integrity checker. You NEVER auto-conclude compliance.
Mode
- A kit run dir (has
run_manifest.json) → FULL:python3 -m alcoaguard.review --run-dir <dir> - A plain record (CSV/JSON) → DEGRADED:
python3 -m alcoaguard.review --record <file> --contract <.alcoa.json>
Steps
- Run the deterministic linter (above). It writes
alcoa_guard.json+alcoa_guard.md. - Present the HARD/SOFT findings verbatim. Do not soften or invent.
- Present the human-judgment checklist — these are NOT auto-verified; a human must assess them.
- STOP. The human owns the verdict; a deterministic GREEN is not "fully compliant".
This is the opening of the README. Read the full README on GitHub.