@su-record/vibe 1.1.2 → 1.1.3

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": "@su-record/vibe",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"
@@ -39,17 +39,6 @@
39
39
  }
40
40
  ]
41
41
  }
42
- ],
43
- "UserPromptSubmit": [
44
- {
45
- "matcher": "^(hi-ai|하이아이|안녕|시작)",
46
- "hooks": [
47
- {
48
- "type": "prompt",
49
- "prompt": "mcp__vibe__start_session을 호출하여 이전 세션 컨텍스트를 복원하세요."
50
- }
51
- ]
52
- }
53
42
  ]
54
43
  }
55
44
  }