From 117936e6fd4fee4c9a67c4aa6116e42183686020 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 3 Jun 2026 15:24:05 -0400 Subject: [PATCH] docs(audit): scaffold prose-audit workspace --- docs/audit/README.md | 14 ++++++++++++++ docs/audit/fragments/.gitkeep | 0 2 files changed, 14 insertions(+) create mode 100644 docs/audit/README.md create mode 100644 docs/audit/fragments/.gitkeep diff --git a/docs/audit/README.md b/docs/audit/README.md new file mode 100644 index 0000000..a93a1b6 --- /dev/null +++ b/docs/audit/README.md @@ -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-.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) diff --git a/docs/audit/fragments/.gitkeep b/docs/audit/fragments/.gitkeep new file mode 100644 index 0000000..e69de29