docguard-cli 0.25.0 → 0.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ schema_version: "1.0"
|
|
|
3
3
|
extension:
|
|
4
4
|
id: "docguard"
|
|
5
5
|
name: "DocGuard — CDD Enforcement"
|
|
6
|
-
version: "0.25.
|
|
6
|
+
version: "0.25.1"
|
|
7
7
|
description: "Canonical-Driven Development enforcement as a true spec-kit extension. LLM-first design with automated validators, 4 AI behavior skills, spec-kit skill chaining, and workflow hooks. One pinned runtime dependency (@babel/parser); pure Node.js otherwise."
|
|
8
8
|
author: "Ricardo Accioly"
|
|
9
9
|
repository: "https://github.com/raccioly/docguard"
|
|
@@ -28,22 +28,18 @@ provides:
|
|
|
28
28
|
- name: "speckit.docguard.guard"
|
|
29
29
|
file: "commands/guard.md"
|
|
30
30
|
description: "Run 19-validator quality gate with severity triage and remediation plan"
|
|
31
|
-
aliases: ["speckit.docguard.guard"]
|
|
32
31
|
|
|
33
32
|
- name: "speckit.docguard.fix"
|
|
34
33
|
file: "commands/generate.md"
|
|
35
34
|
description: "AI-driven documentation repair with codebase research and validation loops"
|
|
36
|
-
aliases: ["speckit.docguard.fix"]
|
|
37
35
|
|
|
38
36
|
- name: "speckit.docguard.review"
|
|
39
37
|
file: "commands/diagnose.md"
|
|
40
38
|
description: "Cross-document semantic consistency analysis (read-only)"
|
|
41
|
-
aliases: ["speckit.docguard.review"]
|
|
42
39
|
|
|
43
40
|
- name: "speckit.docguard.score"
|
|
44
41
|
file: "commands/score.md"
|
|
45
42
|
description: "CDD maturity score with ROI-based improvement roadmap"
|
|
46
|
-
aliases: ["speckit.docguard.score"]
|
|
47
43
|
|
|
48
44
|
- name: "speckit.docguard.diagnose"
|
|
49
45
|
file: "commands/diagnose.md"
|
package/package.json
CHANGED