Skip to content

Commit b1650f8

Browse files
racciolymnriem
andauthored
chore: update DocGuard extension to v0.9.8 (#1859)
* chore: update DocGuard to v0.9.7 * docs: update DocGuard description in extensions table * chore: update DocGuard to v0.9.8 --------- Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent 23bd645 commit b1650f8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following community-contributed extensions are available in [`catalog.commun
7575
| Archive Extension | Archive merged features into main project memory. | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
7676
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
7777
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
78-
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 92 automated checks with config-aware traceability, quality labels, and AI-ready fix prompts. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) |
78+
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) |
7979
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
8080
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
8181
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |

extensions/catalog.community.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
"updated_at": "2026-02-22T00:00:00Z"
107107
},
108108
"docguard": {
109-
"name": "DocGuard CDD Enforcement",
109+
"name": "DocGuard \u2014 CDD Enforcement",
110110
"id": "docguard",
111-
"description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 92 automated checks. Zero dependencies.",
111+
"description": "Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies.",
112112
"author": "raccioly",
113-
"version": "0.8.0",
114-
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.8.0/spec-kit-docguard-v0.8.0.zip",
113+
"version": "0.9.8",
114+
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.9.8/spec-kit-docguard-v0.9.8.zip",
115115
"repository": "https://github.com/raccioly/docguard",
116116
"homepage": "https://www.npmjs.com/package/docguard-cli",
117117
"documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md",
@@ -129,7 +129,7 @@
129129
},
130130
"provides": {
131131
"commands": 6,
132-
"hooks": 1
132+
"hooks": 3
133133
},
134134
"tags": [
135135
"documentation",
@@ -139,13 +139,13 @@
139139
"traceability",
140140
"ai-agents",
141141
"enforcement",
142-
"scoring"
142+
"spec-kit"
143143
],
144144
"verified": false,
145145
"downloads": 0,
146146
"stars": 0,
147147
"created_at": "2026-03-13T00:00:00Z",
148-
"updated_at": "2026-03-13T00:00:00Z"
148+
"updated_at": "2026-03-15T20:00:00Z"
149149
},
150150
"doctor": {
151151
"name": "Project Health Check",
@@ -413,7 +413,7 @@
413413
"understanding": {
414414
"name": "Understanding",
415415
"id": "understanding",
416-
"description": "Automated requirements quality analysis validates specs against IEEE/ISO standards using 31 deterministic metrics. Catches ambiguity, missing testability, and structural issues before they reach implementation. Includes experimental energy-based ambiguity detection using local LM token perplexity.",
416+
"description": "Automated requirements quality analysis \u2014 validates specs against IEEE/ISO standards using 31 deterministic metrics. Catches ambiguity, missing testability, and structural issues before they reach implementation. Includes experimental energy-based ambiguity detection using local LM token perplexity.",
417417
"author": "Ladislav Bihari",
418418
"version": "3.4.0",
419419
"download_url": "https://github.com/Testimonial/understanding/archive/refs/tags/v3.4.0.zip",

0 commit comments

Comments
 (0)