@su-record/vibe 1.2.0 → 1.2.1
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/README.md +1 -1
- package/package.json +1 -1
- package/templates/hooks-template.json +1 -1
package/README.md
CHANGED
|
@@ -303,7 +303,7 @@ AI의 역할과 전문성 정의
|
|
|
303
303
|
|------|--------|------|
|
|
304
304
|
| `SessionStart` | 세션 시작 | 이전 컨텍스트 자동 복원 |
|
|
305
305
|
| `UserPromptSubmit` | `ultrawork`/`ulw` 감지 | 🚀 ULTRAWORK 모드 활성화 |
|
|
306
|
-
| `PostToolUse` | Write/Edit 후 | 품질
|
|
306
|
+
| `PostToolUse` | Write/Edit 후 | 품질 체크 (멈추지 않음) |
|
|
307
307
|
| `Notification` | 컨텍스트 70% | 경고 (ULTRAWORK: 자동 저장) |
|
|
308
308
|
| `Notification` | 컨텍스트 85% | 즉시 저장 + 압축 |
|
|
309
309
|
| `Notification` | 컨텍스트 95% | 긴급 저장 + 세션 전환 준비 |
|
package/package.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"hooks": [
|
|
28
28
|
{
|
|
29
29
|
"type": "prompt",
|
|
30
|
-
"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."
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
}
|