Skip to content

Commit 288ace7

Browse files
committed
chore: update DocGuard entry to v0.8.0 (92 checks)
1 parent e7f58cc commit 288ace7

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

extensions/catalog.community.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
"docguard": {
7878
"name": "DocGuard — CDD Enforcement",
7979
"id": "docguard",
80-
"description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 51 automated checks with config-aware traceability, quality labels, and AI-ready fix prompts. Zero dependencies.",
80+
"description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 92 automated checks. Zero dependencies.",
8181
"author": "raccioly",
82-
"version": "0.7.3",
83-
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.7.3/spec-kit-docguard-v0.7.3.zip",
82+
"version": "0.8.0",
83+
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.8.0/spec-kit-docguard-v0.8.0.zip",
8484
"repository": "https://github.com/raccioly/docguard",
8585
"homepage": "https://www.npmjs.com/package/docguard-cli",
8686
"documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md",
@@ -166,7 +166,12 @@
166166
"commands": 2,
167167
"hooks": 1
168168
},
169-
"tags": ["orchestration", "workflow", "human-in-the-loop", "parallel"],
169+
"tags": [
170+
"orchestration",
171+
"workflow",
172+
"human-in-the-loop",
173+
"parallel"
174+
],
170175
"verified": false,
171176
"downloads": 0,
172177
"stars": 0,
@@ -233,7 +238,12 @@
233238
"commands": 2,
234239
"hooks": 1
235240
},
236-
"tags": ["implementation", "automation", "loop", "copilot"],
241+
"tags": [
242+
"implementation",
243+
"automation",
244+
"loop",
245+
"copilot"
246+
],
237247
"verified": false,
238248
"downloads": 0,
239249
"stars": 0,
@@ -291,7 +301,15 @@
291301
"commands": 7,
292302
"hooks": 1
293303
},
294-
"tags": ["code-review", "quality", "review", "testing", "error-handling", "type-design", "simplification"],
304+
"tags": [
305+
"code-review",
306+
"quality",
307+
"review",
308+
"testing",
309+
"error-handling",
310+
"type-design",
311+
"simplification"
312+
],
295313
"verified": false,
296314
"downloads": 0,
297315
"stars": 0,

0 commit comments

Comments
 (0)