vibe-validate 0.19.4-rc.1 → 0.19.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/package.json +4 -4
- package/dist/.claude/plugins/marketplaces/vibe-validate/.claude-plugin/marketplace.json +0 -17
- package/dist/.claude/plugins/marketplaces/vibe-validate/CHANGELOG.md +0 -1607
- package/dist/.claude/plugins/marketplaces/vibe-validate/README.md +0 -64
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/.claude-plugin/plugin.json +0 -8
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/SKILL.md +0 -400
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/agent-integration-guide.md +0 -936
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/caching-internals.md +0 -366
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/cli-reference.md +0 -577
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/config.schema.json +0 -398
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/configuration-reference.md +0 -1226
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/configure-project.md +0 -126
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/error-extractors-guide.md +0 -742
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/extending-extraction.md +0 -694
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/run-capability.md +0 -229
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/troubleshooting.md +0 -65
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/work-recovery.md +0 -233
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/resources/workflows.md +0 -504
- package/dist/skills/vibe-validate/SKILL.md +0 -400
- package/dist/skills/vibe-validate/resources/agent-integration-guide.md +0 -936
- package/dist/skills/vibe-validate/resources/caching-internals.md +0 -366
- package/dist/skills/vibe-validate/resources/cli-reference.md +0 -577
- package/dist/skills/vibe-validate/resources/config.schema.json +0 -398
- package/dist/skills/vibe-validate/resources/configuration-reference.md +0 -1226
- package/dist/skills/vibe-validate/resources/configure-project.md +0 -126
- package/dist/skills/vibe-validate/resources/error-extractors-guide.md +0 -742
- package/dist/skills/vibe-validate/resources/extending-extraction.md +0 -694
- package/dist/skills/vibe-validate/resources/run-capability.md +0 -229
- package/dist/skills/vibe-validate/resources/troubleshooting.md +0 -65
- package/dist/skills/vibe-validate/resources/work-recovery.md +0 -233
- package/dist/skills/vibe-validate/resources/workflows.md +0 -504
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibe-validate",
|
|
3
|
-
"version": "0.19.4
|
|
3
|
+
"version": "0.19.4",
|
|
4
4
|
"description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"vibe-agent-toolkit": "^0.1.
|
|
65
|
-
"@vibe-validate/cli": "0.19.4
|
|
66
|
-
"@vibe-validate/utils": "0.19.4
|
|
64
|
+
"vibe-agent-toolkit": "^0.1.33",
|
|
65
|
+
"@vibe-validate/cli": "0.19.4",
|
|
66
|
+
"@vibe-validate/utils": "0.19.4"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/node": "^20.19.26",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
|
-
"name": "vibe-validate",
|
|
4
|
-
"owner": {
|
|
5
|
-
"name": "vibe-validate"
|
|
6
|
-
},
|
|
7
|
-
"plugins": [
|
|
8
|
-
{
|
|
9
|
-
"name": "vibe-validate",
|
|
10
|
-
"description": "LLM-optimized validation orchestration for vibe coding",
|
|
11
|
-
"source": "./plugins/vibe-validate",
|
|
12
|
-
"author": {
|
|
13
|
-
"name": "vibe-validate"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|