start-vibing 2.0.29 → 2.0.30
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
|
@@ -31,10 +31,23 @@ const STRICT_WORKFLOW = `
|
|
|
31
31
|
│ 6. DOCUMENT → Document ALL modified files (MANDATORY) │
|
|
32
32
|
│ 7. UPDATE → Update CLAUDE.md with session changes │
|
|
33
33
|
│ 8. QUALITY → typecheck + lint + test (Husky enforced) │
|
|
34
|
-
│ 9.
|
|
34
|
+
│ 9. VALIDATE → RUN: npx tsx .claude/hooks/stop-validator.ts │
|
|
35
|
+
│ 10. FINISH → Only after "ALL CHECKS PASSED" │
|
|
35
36
|
└─────────────────────────────────────────────────────────────────┘
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
╔═════════════════════════════════════════════════════════════════╗
|
|
39
|
+
║ ⚠️ MANDATORY: RUN STOP VALIDATOR BEFORE COMPLETING ANY TASK ║
|
|
40
|
+
╠═════════════════════════════════════════════════════════════════╣
|
|
41
|
+
║ ║
|
|
42
|
+
║ COMMAND: npx tsx .claude/hooks/stop-validator.ts ║
|
|
43
|
+
║ ║
|
|
44
|
+
║ YOU MUST run this command manually BEFORE saying "task done". ║
|
|
45
|
+
║ Fix ALL issues one by one. Run validator again after EACH fix.║
|
|
46
|
+
║ Only complete task when output shows "ALL CHECKS PASSED". ║
|
|
47
|
+
║ ║
|
|
48
|
+
╚═════════════════════════════════════════════════════════════════╝
|
|
49
|
+
|
|
50
|
+
⚠️ STOP HOOK BLOCKS task completion if:
|
|
38
51
|
- NOT on main branch (PR must be merged first)
|
|
39
52
|
- Git tree NOT clean (all changes must be committed)
|
|
40
53
|
- CLAUDE.md NOT updated (must reflect session changes)
|