@sandrinio/vdoc 3.6.1 → 3.6.2

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.
package/bin/vdoc.mjs CHANGED
@@ -20,6 +20,10 @@ const PLATFORMS = {
20
20
  { src: 'claude/references/exploration-strategies.md', dest: '.claude/skills/vdoc/references/exploration-strategies.md' },
21
21
  { src: 'claude/references/doc-template.md', dest: '.claude/skills/vdoc/references/doc-template.md' },
22
22
  { src: 'claude/references/manifest-schema.json', dest: '.claude/skills/vdoc/references/manifest-schema.json' },
23
+ { src: 'claude/commands/vdoc-init.md', dest: '.claude/commands/vdoc-init.md' },
24
+ { src: 'claude/commands/vdoc-create.md', dest: '.claude/commands/vdoc-create.md' },
25
+ { src: 'claude/commands/vdoc-update.md', dest: '.claude/commands/vdoc-update.md' },
26
+ { src: 'claude/commands/vdoc-audit.md', dest: '.claude/commands/vdoc-audit.md' },
23
27
  ],
24
28
  },
25
29
  cursor: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandrinio/vdoc",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Documentation skills for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1 @@
1
+ Read and follow the rules in `.claude/skills/vdoc/SKILL.md`, then execute the audit workflow at `.claude/skills/vdoc/references/audit-workflow.md`.
@@ -0,0 +1,3 @@
1
+ Read and follow the rules in `.claude/skills/vdoc/SKILL.md`, then execute the create workflow at `.claude/skills/vdoc/references/create-workflow.md`.
2
+
3
+ Create a doc for: $ARGUMENTS
@@ -0,0 +1 @@
1
+ Read and follow the rules in `.claude/skills/vdoc/SKILL.md`, then execute the init workflow at `.claude/skills/vdoc/references/init-workflow.md`.
@@ -0,0 +1 @@
1
+ Read and follow the rules in `.claude/skills/vdoc/SKILL.md`, then execute the audit workflow at `.claude/skills/vdoc/references/audit-workflow.md`.