From e937be01bc2f21074c3a3d7fc30654cb91203271 Mon Sep 17 00:00:00 2001 From: Aishanee Shah Date: Tue, 14 Apr 2026 18:45:06 +0000 Subject: [PATCH] chore(watcher): refine core mandate wording in system prompt --- packages/core/src/prompts/snippets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {