@vibe-agent-toolkit/vat-development-agents 0.1.16-rc.4 → 0.1.18
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.
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
|
+
"name": "vat-skills",
|
|
4
|
+
"owner": {
|
|
5
|
+
"name": "vibe-agent-toolkit contributors"
|
|
6
|
+
},
|
|
7
|
+
"plugins": [
|
|
8
|
+
{
|
|
9
|
+
"name": "vat-development-agents",
|
|
10
|
+
"description": "Development agents and skills for building with vibe-agent-toolkit",
|
|
11
|
+
"source": "../plugins/vat-development-agents",
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "vibe-agent-toolkit contributors"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/vat-development-agents",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "VAT development agents - dogfooding the vibe-agent-toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"postinstall": "vat skills install --npm-postinstall || exit 0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@vibe-agent-toolkit/agent-schema": "0.1.
|
|
56
|
+
"@vibe-agent-toolkit/agent-schema": "0.1.18",
|
|
57
57
|
"yaml": "^2.8.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^25.0.3",
|
|
61
|
-
"@vibe-agent-toolkit/resource-compiler": "0.1.
|
|
61
|
+
"@vibe-agent-toolkit/resource-compiler": "0.1.18",
|
|
62
62
|
"ts-patch": "^3.2.1",
|
|
63
63
|
"typescript": "^5.7.3"
|
|
64
64
|
},
|