docs(audit): scaffold prose-audit workspace

This commit is contained in:
Joseph Doherty
2026-06-03 15:24:05 -04:00
parent c47b9d7b02
commit 117936e6fd
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Documentation Audit Workspace
This directory holds the working artifacts for the repo-wide prose
documentation audit.
- `fragments/` — one Markdown findings fragment per subsystem cluster
(`NN-<cluster>.md`), produced by the read-only verifier pass. Each fragment
records claim-by-claim findings (claim, verdict, code evidence, severity,
proposed fix) for its docs.
- The fragments are aggregated, deduplicated by code area, and summarized into
the top-level report `MxAccessGateway-doc-audit.md`.
Design: [`../plans/2026-06-03-documentation-audit-design.md`](../plans/2026-06-03-documentation-audit-design.md)
Plan: [`../plans/2026-06-03-documentation-audit-implementation.md`](../plans/2026-06-03-documentation-audit-implementation.md)
View File