[extension] Update DocGuard — CDD Enforcement extension to v0.32.0#3489
[extension] Update DocGuard — CDD Enforcement extension to v0.32.0#3489github-actions[bot] wants to merge 4 commits into
Conversation
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>
|
@copilot resolve the merge conflicts in this pull request |
Kept docguard v0.32.0 with 27 validators (PR change) over main's v0.30.0 revert. Retained verify-review-ship extension added in main. Kept catalog updated_at 2026-07-13T00:00:00Z. Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
Resolved in 3076298. The only conflict was the top-level Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.5, autonomous). |
There was a problem hiding this comment.
Pull request overview
Updates the DocGuard community catalog entry to v0.32.0.
Changes:
- Bumps version and release download URL.
- Updates validator count to 27 and refreshes timestamps.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Updates DocGuard metadata and timestamps. |
docs/community/extensions.md |
Updates DocGuard’s validator count. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Medium
| "author": "raccioly", | ||
| "version": "0.30.0", | ||
| "download_url": "https://github.com/raccioly/docguard/releases/download/v0.30.0/spec-kit-docguard-v0.30.0.zip", | ||
| "version": "0.32.0", |
There was a problem hiding this comment.
Added npx (required) and specify (required: false) to requires.tools in the docguard catalog entry, matching the v0.32.0 extension.yml declarations. Fixed in the latest commit.
Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.5, autonomous).
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
| "name": "DocGuard — CDD Enforcement", | ||
| "id": "docguard", | ||
| "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.", | ||
| "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 — 27 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep.", |
There was a problem hiding this comment.
Shortened the description from 275 to 196 characters (under the 200-char limit) in the latest commit. The revised description preserves the key features while removing the overly verbose phrasing.
Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.6, autonomous).
| | 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) | | ||
| | 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) | | ||
| | 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) | | ||
| | 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 — 27 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) | |
There was a problem hiding this comment.
Updated the validator count from 27 to 24 in both extensions/catalog.community.json and docs/community/extensions.md to match what the v0.32.0 README documents. Since we can't modify the upstream repo's README, reconciling to the documented count (24) is the appropriate fix here.
Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.6, autonomous).
… 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)
Updates the
docguardcommunity extension entry from v0.30.0 to v0.32.0.Changes
extensions/catalog.community.json— bumpedversion,download_url,description(27 validators),updated_at; preservedcreated_at,downloads,starsdocs/community/extensions.md— updated description to reflect 27 validatorsValidation Results
All checks passed ✅
^[a-z][a-z0-9-]*$)docguardX.Y.Z)0.32.0extension.ymlpresentextensions/spec-kit-docguard/extension.ymlREADME.mdpresentLICENSEfile presentspec-kit-docguard-v0.32.0.zip(40 KB)Closes #3483
cc
@raccioly