start-vibing 2.0.23 → 2.0.24
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
|
@@ -1139,6 +1139,13 @@ async function main(): Promise<void> {
|
|
|
1139
1139
|
STOP VALIDATOR - BLOCKED (1 issue to fix)
|
|
1140
1140
|
================================================================================
|
|
1141
1141
|
|
|
1142
|
+
**MANDATORY**: After fixing this issue, you MUST attempt to complete the task
|
|
1143
|
+
again so this hook can re-validate. DO NOT consider the task done until the
|
|
1144
|
+
stop hook returns "ALL CHECKS PASSED". Keep fixing issues one by one until
|
|
1145
|
+
all validations pass.
|
|
1146
|
+
|
|
1147
|
+
--------------------------------------------------------------------------------
|
|
1148
|
+
|
|
1142
1149
|
ERROR: ${error.type}
|
|
1143
1150
|
|
|
1144
1151
|
${error.message}
|
|
@@ -1151,7 +1158,9 @@ REQUIRED ACTION: Launch the following subagent to fix this issue
|
|
|
1151
1158
|
|
|
1152
1159
|
Task(subagent_type="${subagentInfo.agent}", prompt="${subagentInfo.prompt}")
|
|
1153
1160
|
|
|
1154
|
-
|
|
1161
|
+
--------------------------------------------------------------------------------
|
|
1162
|
+
AFTER FIXING: You MUST try to complete the task again to trigger re-validation.
|
|
1163
|
+
The stop hook will check for remaining issues. Repeat until ALL CHECKS PASSED.
|
|
1155
1164
|
================================================================================
|
|
1156
1165
|
`;
|
|
1157
1166
|
|