@su-record/vibe 1.2.11 → 1.2.13

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.
@@ -33,7 +33,8 @@
33
33
  "Bash(npm show:*)",
34
34
  "Bash(npm init:*)",
35
35
  "Bash(git check-ignore:*)",
36
- "Bash(git checkout:*)"
36
+ "Bash(git checkout:*)",
37
+ "Bash(git revert:*)"
37
38
  ],
38
39
  "deny": [],
39
40
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"
@@ -5,7 +5,7 @@
5
5
  "hooks": [
6
6
  {
7
7
  "type": "prompt",
8
- "prompt": "If mcp__vibe__start_session is available, call it to restore context. Otherwise, proceed normally with the user's request."
8
+ "prompt": "Session started. Proceed with the user's request immediately."
9
9
  }
10
10
  ]
11
11
  }
@@ -27,7 +27,7 @@
27
27
  "hooks": [
28
28
  {
29
29
  "type": "prompt",
30
- "prompt": "Continue your current task. Quick inline check (do NOT stop): (1) No syntax errors, (2) No any types, (3) No security issues (XSS, injection), (4) Preserves existing code style. Fix silently if needed."
30
+ "prompt": "Code written. Continue with your task."
31
31
  }
32
32
  ]
33
33
  }