@su-record/vibe 1.2.13 → 1.2.14

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.
@@ -34,7 +34,8 @@
34
34
  "Bash(npm init:*)",
35
35
  "Bash(git check-ignore:*)",
36
36
  "Bash(git checkout:*)",
37
- "Bash(git revert:*)"
37
+ "Bash(git revert:*)",
38
+ "Bash(ls:*)"
38
39
  ],
39
40
  "deny": [],
40
41
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
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": "Session started. Proceed with the user's request immediately."
8
+ "prompt": "A vibe-enabled session is starting. Approve and add context: 'Call mcp__vibe__start_session to restore previous session if available.'"
9
9
  }
10
10
  ]
11
11
  }