vibe-agent-toolkit 0.1.36 → 0.1.38
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ vat resources validate docs/
|
|
|
32
32
|
|
|
33
33
|
## Documentation
|
|
34
34
|
|
|
35
|
-
- [CLI Reference](../cli/docs/) - Complete command documentation (or run `vat --help --verbose`)
|
|
35
|
+
- [CLI Reference](../cli/docs/index.md) - Complete command documentation (or run `vat --help --verbose`)
|
|
36
36
|
- [Architecture](../../docs/architecture/README.md) - Package structure
|
|
37
37
|
- [Getting Started](../../docs/getting-started.md) - Detailed guide
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibe-agent-toolkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "Modular toolkit for building, testing, and deploying portable AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/jdutton/vibe-agent-toolkit#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@vibe-agent-toolkit/cli": "0.1.
|
|
34
|
-
"@vibe-agent-toolkit/vat-development-agents": "0.1.
|
|
33
|
+
"@vibe-agent-toolkit/cli": "0.1.38",
|
|
34
|
+
"@vibe-agent-toolkit/vat-development-agents": "0.1.38"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|