@vibe-agent-toolkit/discovery 0.1.3 → 0.1.4
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 +2 -2
package/README.md
CHANGED
|
@@ -392,7 +392,7 @@ bun run test:integration
|
|
|
392
392
|
## Related Packages
|
|
393
393
|
|
|
394
394
|
- [`@vibe-agent-toolkit/utils`](../utils/README.md) - Provides `isGitIgnored` utility
|
|
395
|
-
- [`@vibe-agent-toolkit/
|
|
395
|
+
- [`@vibe-agent-toolkit/agent-skills`](../agent-skills/README.md) - Uses discovery for skill validation
|
|
396
396
|
- [`@vibe-agent-toolkit/cli`](../cli/README.md) - CLI commands built on discovery
|
|
397
397
|
|
|
398
398
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/discovery",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Intelligent file discovery for VAT agents and Claude Skills",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"typecheck": "tsc --noEmit"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@vibe-agent-toolkit/utils": "0.1.
|
|
25
|
+
"@vibe-agent-toolkit/utils": "0.1.4",
|
|
26
26
|
"picomatch": "^4.0.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|