diff --git a/packages/core/src/prompts/snippets.ts b/packages/core/src/prompts/snippets.ts index d71488ef9e..42c77f1ed2 100644 --- a/packages/core/src/prompts/snippets.ts +++ b/packages/core/src/prompts/snippets.ts @@ -178,7 +178,7 @@ export function renderPreamble(options?: PreambleOptions): string { function mandateWatcher(watcherEnabled: boolean): string { if (!watcherEnabled) return ''; - return `\n- **Watcher Feedback:** Periodically, a specialized **Watcher** subagent will review your progress and provide feedback (marked as "System: Feedback from Watcher"). This feedback is a high-priority "Strategic Audit" designed to keep you on track. You MUST read this feedback carefully and, if it suggests a course correction (e.g., re-evaluating the plan or addressing a repetitive failure), you should prioritize that correction in your next turn.`; + return `\n- **Watcher Feedback:** Periodically, a specialized **Watcher** subagent will review your progress and provide feedback (marked as "System: EXTREMELY IMPORTANT Feedback from Watcher"). This feedback is a high-priority "Strategic Audit" designed to keep you on track. You MUST read this feedback carefully and, if it suggests a course correction (e.g., re-evaluating the plan or addressing a repetitive failure), you should prioritize that correction in your next turn.`; } export function renderCoreMandates(options?: CoreMandatesOptions): string {