@su-record/vibe 1.2.3 → 1.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"
@@ -27,7 +27,7 @@
27
27
  "hooks": [
28
28
  {
29
29
  "type": "prompt",
30
- "prompt": "Silently check .vibe/rules/quality/checklist.md. Do NOT stop or report - continue your current task. Only fix critical issues (syntax errors, security vulnerabilities) inline. Minor issues (lint warnings, style) can be addressed at the end of the current phase."
30
+ "prompt": "Silently check .vibe/rules/quality/checklist.md. Fix critical issues (syntax errors, security vulnerabilities) inline. Do NOT stop to report - continue your current task."
31
31
  }
32
32
  ]
33
33
  }