Skip to content

Commit d956ab7

Browse files
github-actions[bot]CopilotCopilot
authored
[extension] Update DocGuard β€” CDD Enforcement extension to v0.32.0 (#3489)
* Update DocGuard β€” CDD Enforcement extension to v0.32.0 Update docguard extension submitted by @raccioly: - extensions/catalog.community.json (version, download_url, description, updated_at) - docs/community/extensions.md community extensions table Closes #3483 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: add npx and specify to docguard requires.tools in catalog Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous) * fix: shorten docguard description to ≀200 chars and correct validator count to 24 - Description was 275 chars, now 196 (under the 200-char catalog limit) - Change "27 validators" β†’ "24 validators" to match v0.32.0 README - Applied to both extensions/catalog.community.json and docs/community/extensions.md Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent e48f134 commit d956ab7

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

β€Ždocs/community/extensions.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following community-contributed extensions are available in [`catalog.commun
5151
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
5252
| Cost Tracker | Track real LLM dollar cost across SDD workflows β€” per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
5353
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) |
54-
| DocGuard β€” CDD Enforcement | The only doc-integrity engine with an MCP server, SARIF output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code β€” 24 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
54+
| DocGuard β€” CDD Enforcement | Doc-integrity engine with MCP server, SARIF output, and zero-LLM core. Validates, scores, and traces documentation against code β€” 24 validators, stable finding codes, spec-kit hooks. Pure Node.js. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
5555
| EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) |
5656
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
5757
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |

β€Žextensions/catalog.community.jsonβ€Ž

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,10 +1106,10 @@
11061106
"docguard": {
11071107
"name": "DocGuard β€” CDD Enforcement",
11081108
"id": "docguard",
1109-
"description": "The only doc-integrity engine with an MCP server, SARIF output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code β€” 24 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep.",
1109+
"description": "Doc-integrity engine with MCP server, SARIF output, and zero-LLM core. Validates, scores, and traces documentation against code β€” 24 validators, stable finding codes, spec-kit hooks. Pure Node.js.",
11101110
"author": "raccioly",
1111-
"version": "0.30.0",
1112-
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.30.0/spec-kit-docguard-v0.30.0.zip",
1111+
"version": "0.32.0",
1112+
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.32.0/spec-kit-docguard-v0.32.0.zip",
11131113
"repository": "https://github.com/raccioly/docguard",
11141114
"homepage": "https://www.npmjs.com/package/docguard-cli",
11151115
"documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md",
@@ -1124,6 +1124,14 @@
11241124
"name": "node",
11251125
"version": ">=18.0.0",
11261126
"required": true
1127+
},
1128+
{
1129+
"name": "npx",
1130+
"required": true
1131+
},
1132+
{
1133+
"name": "specify",
1134+
"required": false
11271135
}
11281136
]
11291137
},
@@ -1145,7 +1153,7 @@
11451153
"downloads": 0,
11461154
"stars": 0,
11471155
"created_at": "2026-03-13T00:00:00Z",
1148-
"updated_at": "2026-07-06T00:00:00Z"
1156+
"updated_at": "2026-07-13T00:00:00Z"
11491157
},
11501158
"doctor": {
11511159
"name": "Project Health Check",

0 commit comments

Comments
Β (0)