vibe-validate 0.17.1 → 0.17.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,7 +50,7 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@vibe-validate/cli": "0.17.1"
53
+ "@vibe-validate/cli": "0.17.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.14.8",
@@ -185,6 +185,16 @@ vibe-validate state --verbose # Show full error output
185
185
 
186
186
  ---
187
187
 
188
+ ### `snapshot`
189
+
190
+ Show current worktree snapshot and recovery instructions
191
+
192
+ **Options:**
193
+
194
+ - `-v, --verbose` - Show detailed snapshot information
195
+
196
+ ---
197
+
188
198
  ### `sync-check`
189
199
 
190
200
  Check if branch is behind remote main branch