Docs truth: STATUS/TESTING_GUIDE accuracy + broken links#1144
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Code Review
This pull request updates several documentation files: it updates the status and test total references in docs/STATUS.md, documents delivered roadmap items in docs/TESTING_GUIDE.md, corrects ADR references in docs/platform/SIGNALR_SCALEOUT_RUNBOOK.md, and fixes relative paths in docs/tooling/GEMINI_CLI_GUIDE.md. The feedback points out that the documentation in docs/TESTING_GUIDE.md incorrectly references [Fact(Skip)], which is syntactically invalid in xUnit (C#) and should be corrected to [Fact(Skip = "reason")].
Per Gemini review on #1144: [Fact(Skip)] is invalid C#; correct to [Fact(Skip = "...")].
Review fix evidenceGemini [MEDIUM] |
Pass-2 adversarial review (docs-only, lighter pass)One verifier checked every load-bearing factual claim against the repo, then adversarially verified the findings. Verdict: safe to merge after one in-scope fix (pushed in this PR). Prior bot-fix — verified present at HEAD ✅ Facts verified TRUE:
FindingsLOW (in scope) — FIXED in this PR
LOW (out of scope) — tracked on #1138
All required checks green; mergeable CLEAN. |
Fix evidence (in-scope finding)LOW [in-scope] — The out-of-scope dangling-anchor finding ( |
Summary
Docs-only honesty fixes from the 2026-05-31 repo audit (#1138 first slice). No invented test totals — counts recertification is deferred to a green CI run (still tracked in #1138).
TESTING_GUIDE.md(6,614 / 3,267). Added an authoritative-source note pointing to TESTING_GUIDE as the single source of truth and bumpedLast Updated. (The full STATUS.md split into a lean current-reality head + archive is the larger task in Docs truth & rotation: fix STATUS.md drift/bloat, repair broken links, add a link checker #1138.)RoadmapInvariantTestsfor INV-10/11/12 remain[Fact(Skip)]despite the infra shipping (un-skip tracked in Recertify the CI safety floor: un-skip stale RoadmapInvariant tests (TelemetryGuard / MCP hash-pin / provenance) + DataFlowRegistry #1126; INV-09 DataFlowRegistry genuinely unbuilt).ADR-0023 → ADR-0025(0023 is the SQLite→Postgres ADR; the Redis backplane decision is 0025).../../../ → ../../for.gemini/settings.json,AGENTS.md,GEMINI.md,.gemini/policies/(the guide is two levels below root; the old links overshot it).Verification
node scripts/check-docs-governance.mjs→ passed.node scripts/check-golden-principles.mjs→ passed.Not merging — leaving for review per the repo merge policy.
Refs #1138, #1126.