[extension] Update DocGuard β CDD Enforcement extension to v0.31.0#3409
Open
github-actions[bot] wants to merge 4 commits into
Open
[extension] Update DocGuard β CDD Enforcement extension to v0.31.0#3409github-actions[bot] wants to merge 4 commits into
github-actions[bot] wants to merge 4 commits into
Conversation
11 tasks
Collaborator
|
@copilot resolve the merge conflicts in this pull request |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the community extension catalog entry for DocGuard β CDD Enforcement to the v0.31.0 release, keeping the catalog metadata and timestamps in sync for consumers of extensions/catalog.community.json.
Changes:
- Bumped
docguardversion from0.30.0β0.31.0and updated its download_url to the v0.31.0 release asset. - Updated both the top-level catalog
updated_atand the docguard entryupdated_atto2026-07-08T00:00:00Z. - Normalized JSON formatting for several
requires.toolsentries (expanded single-line tool objects to multi-line objects) to match the prevailing style in the file.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Updates DocGuardβs catalog entry to v0.31.0 (version, download URL, timestamps) and includes minor formatting normalization for some requires.tools blocks. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
Assisted-by: GitHub Copilot (model: GPT-5.5, autonomous)
Contributor
Comment on lines
+1112
to
+1115
| "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.", | ||
| "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.31.0", | ||
| "download_url": "https://github.com/raccioly/docguard/releases/download/v0.31.0/spec-kit-docguard-v0.31.0.zip", |
Comment on lines
857
to
861
| { | ||
| "name": "python3", | ||
| "required": false | ||
| } | ||
| ] |
β¦matting Address PR review feedback for the DocGuard v0.31.0 bump: - Update the docguard description validator count 24 -> 27 to match the v0.31.0 release notes (three new detectors), in both extensions/catalog.community.json and docs/community/extensions.md. - Revert unrelated formatting-only changes that expanded other entries' requires.tools objects into multi-line blocks, keeping the diff scoped to the DocGuard version bump. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
β¦ension-dbc7685c4af6fb63 # Conflicts: # docs/community/extensions.md
| | 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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the
docguardcommunity extension catalog entry from v0.30.0 to v0.31.0.Changes
extensions/catalog.community.json: Updatedversionβ0.31.0,download_urlβ new release asset,updated_atβ2026-07-08T00:00:00Z. Preservedcreated_at,downloads, andstars.docs/community/extensions.md: No row changes needed (name, description, category, and effect are unchanged).Validation Results
All checks passed β
^[a-z][a-z0-9-]*$)docguard0.31.0extension.ymlpresentextensions/spec-kit-docguard/extension.ymlREADME.mdpresentextensions/spec-kit-docguard/README.mdLICENSEfile presentextensions/spec-kit-docguard/LICENSEspec-kit-docguard-v0.31.0.zipCloses #3401
cc
@raccioly