start-vibing 2.0.26 → 2.0.27

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": "start-vibing",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "Setup Claude Code agents, skills, and hooks in your project. Smart copy that preserves your custom domains and configurations.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1168,14 +1168,26 @@ ${error.message}
1168
1168
  ${error.action}
1169
1169
 
1170
1170
  --------------------------------------------------------------------------------
1171
- REQUIRED ACTION: Launch the following subagent to fix this issue
1171
+ STEP 1: Fix the issue using this subagent
1172
1172
  --------------------------------------------------------------------------------
1173
1173
 
1174
1174
  Task(subagent_type="${subagentInfo.agent}", prompt="${subagentInfo.prompt}")
1175
1175
 
1176
1176
  --------------------------------------------------------------------------------
1177
- AFTER FIXING: You MUST try to complete the task again to trigger re-validation.
1178
- The stop hook will check for remaining issues. Repeat until ALL CHECKS PASSED.
1177
+ STEP 2: After fixing, run the validator MANUALLY to verify
1178
+ --------------------------------------------------------------------------------
1179
+
1180
+ Bash(command="npx tsx .claude/hooks/stop-validator.ts", description="Run stop validator manually")
1181
+
1182
+ This will show if the fix worked or if there are more issues to resolve.
1183
+ DO NOT try to complete the task until the validator returns "ALL CHECKS PASSED".
1184
+
1185
+ --------------------------------------------------------------------------------
1186
+ STEP 3: Repeat Steps 1-2 until ALL CHECKS PASSED
1187
+ --------------------------------------------------------------------------------
1188
+
1189
+ Only after seeing "ALL CHECKS PASSED" from the manual validator run,
1190
+ you may proceed to complete the task.
1179
1191
  ================================================================================
1180
1192
  `;
1181
1193