start-vibing 2.0.36 → 2.0.39

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.
@@ -2,9 +2,9 @@
2
2
 
3
3
  ## Last Update
4
4
 
5
- - **Date:** 2026-01-06
6
- - **Commit:** 77e2263
7
- - **Session:** Fixed stop hook exit code from 2 to 0 for proper JSON processing
5
+ - **Date:** 2026-02-04
6
+ - **Commit:** pending
7
+ - **Session:** Simplified user-prompt-submit hook from 895 to 73 lines
8
8
 
9
9
  ## Files
10
10
 
@@ -36,8 +36,7 @@
36
36
  - `.claude/hooks/run-hook.cmd` - **NEW** Batch wrapper for Windows
37
37
  - `.claude/hooks/stop-validator.py` - Stop hook enforcement: branch protection + documentation check
38
38
  - `.claude/hooks/stop-validator.ts` - **NEW** TypeScript fallback version of stop-validator
39
- - `.claude/hooks/user-prompt-submit.py` - Agent selection guidance before prompt processing
40
- - `.claude/hooks/user-prompt-submit.ts` - **NEW** TypeScript fallback version of user-prompt-submit
39
+ - `.claude/hooks/user-prompt-submit.ts` - Concise 5-step workflow instructions (simplified from 895 to 73 lines)
41
40
  - `.claude/hooks/check-documentation.py` - Documentation verification hook
42
41
  - `.claude/hooks/SETUP.md` - Hook system documentation
43
42