|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
exports[`cache-impact snapshots (update deliberately — see file header) phase reminder text 1`] = `
|
|
exports[`cache-impact snapshots (update deliberately — see file header) phase reminder text 1`] = `
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
-!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!
|
|
|
|
|
|
|
+!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. !END!
|
|
|
</system-reminder>"
|
|
</system-reminder>"
|
|
|
`;
|
|
`;
|
|
|
|
|
|
|
@@ -244,7 +244,7 @@ exports[`cache-impact snapshots (update deliberately — see file header) transf
|
|
|
"synthetic": true,
|
|
"synthetic": true,
|
|
|
"text":
|
|
"text":
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
-!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!
|
|
|
|
|
|
|
+!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. !END!
|
|
|
</system-reminder>"
|
|
</system-reminder>"
|
|
|
,
|
|
,
|
|
|
"type": "text",
|
|
"type": "text",
|
|
@@ -296,7 +296,7 @@ exports[`cache-impact snapshots (update deliberately — see file header) transf
|
|
|
"synthetic": true,
|
|
"synthetic": true,
|
|
|
"text":
|
|
"text":
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
-!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!
|
|
|
|
|
|
|
+!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. !END!
|
|
|
</system-reminder>"
|
|
</system-reminder>"
|
|
|
,
|
|
,
|
|
|
"type": "text",
|
|
"type": "text",
|
|
@@ -391,7 +391,7 @@ exports[`cache-impact snapshots (update deliberately — see file header) transf
|
|
|
"synthetic": true,
|
|
"synthetic": true,
|
|
|
"text":
|
|
"text":
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
-!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!
|
|
|
|
|
|
|
+!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. !END!
|
|
|
</system-reminder>"
|
|
</system-reminder>"
|
|
|
,
|
|
,
|
|
|
"type": "text",
|
|
"type": "text",
|
|
@@ -443,7 +443,7 @@ exports[`cache-impact snapshots (update deliberately — see file header) transf
|
|
|
"synthetic": true,
|
|
"synthetic": true,
|
|
|
"text":
|
|
"text":
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
-!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!
|
|
|
|
|
|
|
+!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. !END!
|
|
|
</system-reminder>"
|
|
</system-reminder>"
|
|
|
,
|
|
,
|
|
|
"type": "text",
|
|
"type": "text",
|
|
@@ -467,7 +467,6 @@ exports[`cache-impact snapshots (update deliberately — see file header) transf
|
|
|
"<system-reminder>
|
|
"<system-reminder>
|
|
|
### Background Job Board
|
|
### Background Job Board
|
|
|
SENTINEL: background-job-board-v2
|
|
SENTINEL: background-job-board-v2
|
|
|
-Do not poll running jobs. Wait for hook-driven completion, or use cancel_task only for explicit cancellation. Reconcile terminal jobs before final response.
|
|
|
|
|
Completed or reconciled sessions are reusable by alias for the same specialist/context.
|
|
Completed or reconciled sessions are reusable by alias for the same specialist/context.
|
|
|
Timed-out running sessions are recoverable by alias for safe resume after a live busy signal.
|
|
Timed-out running sessions are recoverable by alias for safe resume after a live busy signal.
|
|
|
Cancelled or errored sessions are not reusable.
|
|
Cancelled or errored sessions are not reusable.
|