From 7d83b4a90e39a7b2263507e6c1995adeb9063660 Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Sun, 26 Jul 2026 20:15:32 -0600 Subject: [PATCH] Add CONTRIBUTING.md, SECURITY.md, PR template to doc sources-of-truth table The table only listed 3 files, but the repo gained 4 more contributor-facing docs that make verifiable claims. Neither Phase 7 (PR-scoped doc check) nor Phase 2 Stage A (repo-wide sweep) iterate anything outside this table, so PULL_REQUEST_TEMPLATE.md carried stale pre-CI framing through 7 merged PRs before a manual sweep caught it (PR #72). Closes #74 --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index bf1b188..bc19951 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -61,3 +61,6 @@ The maintainer validates against private reference implementations (`dpm-dev-loo | `create-dev-loop.md` | Steps, template placeholders, and substitution table are internally consistent | | `README.md` | Described behavior matches what `create-dev-loop.md` actually does | | `RESEARCH.md` | Empirical findings are accurate, citations resolve, confidence levels reflect the current state of the evidence | +| `CONTRIBUTING.md` | Restated conventions and the validation checklist still match this file (`CLAUDE.md`) | +| `SECURITY.md` | The trust model still matches what Step 2 of `create-dev-loop.md` actually reads from the target repo | +| `.github/PULL_REQUEST_TEMPLATE.md` | Doc-sync checkboxes and test-plan guidance match the current CI scope and this file (`CLAUDE.md`) |