@vibe-agent-toolkit/cli 0.1.32 → 0.1.33-rc.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.
@@ -242,7 +242,7 @@ function resolvePluginSkills(pluginDef, availableSkills) {
242
242
  /**
243
243
  * Convert a skill name to a filesystem-safe path segment.
244
244
  *
245
- * Skill names use colon-namespacing (e.g. "vibe-agent-toolkit:resources") which is
245
+ * Skill names use colon-namespacing (e.g. "vibe-agent-toolkit:vat-audit") which is
246
246
  * valid in YAML/JSON but invalid as a directory name on Windows. Replace colons with
247
247
  * double-underscore — unambiguous, reversible, and safe on all platforms.
248
248
  */
@@ -20,7 +20,7 @@ import { discoverSkillsFromConfig } from './skill-discovery.js';
20
20
  /**
21
21
  * Sanitize skill names with colon namespaces for filesystem paths.
22
22
  *
23
- * Skill names use colon-namespacing (e.g. "vibe-agent-toolkit:resources") which is
23
+ * Skill names use colon-namespacing (e.g. "vibe-agent-toolkit:vat-audit") which is
24
24
  * valid in YAML/JSON but invalid as a directory name on Windows. Replace colons with
25
25
  * double-underscore -- unambiguous, reversible, and safe on all platforms.
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-agent-toolkit/cli",
3
- "version": "0.1.32",
3
+ "version": "0.1.33-rc.1",
4
4
  "description": "Command-line interface for vibe-agent-toolkit",
5
5
  "type": "module",
6
6
  "bin": {
@@ -41,16 +41,16 @@
41
41
  "//dependencies-note": "DO NOT add example agent packages or adopter packages here. Adopter packages (like vat-development-agents) depend on the CLI binary at build time — declaring them as deps creates a circular build dependency. They are built in a second turbo pass via package#task overrides in turbo.json.",
42
42
  "dependencies": {
43
43
  "@anthropic-ai/sdk": "^0.71.2",
44
- "@vibe-agent-toolkit/agent-config": "0.1.32",
45
- "@vibe-agent-toolkit/agent-schema": "0.1.32",
46
- "@vibe-agent-toolkit/agent-skills": "0.1.32",
47
- "@vibe-agent-toolkit/claude-marketplace": "0.1.32",
48
- "@vibe-agent-toolkit/discovery": "0.1.32",
49
- "@vibe-agent-toolkit/gateway-mcp": "0.1.32",
50
- "@vibe-agent-toolkit/rag": "0.1.32",
51
- "@vibe-agent-toolkit/rag-lancedb": "0.1.32",
52
- "@vibe-agent-toolkit/resources": "0.1.32",
53
- "@vibe-agent-toolkit/utils": "0.1.32",
44
+ "@vibe-agent-toolkit/agent-config": "0.1.33-rc.1",
45
+ "@vibe-agent-toolkit/agent-schema": "0.1.33-rc.1",
46
+ "@vibe-agent-toolkit/agent-skills": "0.1.33-rc.1",
47
+ "@vibe-agent-toolkit/claude-marketplace": "0.1.33-rc.1",
48
+ "@vibe-agent-toolkit/discovery": "0.1.33-rc.1",
49
+ "@vibe-agent-toolkit/gateway-mcp": "0.1.33-rc.1",
50
+ "@vibe-agent-toolkit/rag": "0.1.33-rc.1",
51
+ "@vibe-agent-toolkit/rag-lancedb": "0.1.33-rc.1",
52
+ "@vibe-agent-toolkit/resources": "0.1.33-rc.1",
53
+ "@vibe-agent-toolkit/utils": "0.1.33-rc.1",
54
54
  "adm-zip": "^0.5.16",
55
55
  "commander": "^12.1.0",
56
56
  "js-yaml": "^4.1.0",