Kaynağa Gözat

Update nudges

Alvin Unreal 5 ay önce
ebeveyn
işleme
f92250b646

+ 3 - 3
src/hooks/phase-reminder/index.ts

@@ -8,9 +8,9 @@
  *
  * Uses experimental.chat.messages.transform so it doesn't show in UI.
  */
-const PHASE_REMINDER = `<reminder>⚠️ MANDATORY: Understand→DELEGATE(! based on each agent rules)→Split-and-Parallelize(?)→Plan→Execute→Verify
-Available Specialist: @oracle @librarian @explorer @designer @fixer
-</reminder>`;
+const PHASE_REMINDER = `<reminder>Recall Workflow Rules:
+Understand → find the best path (delegate based on rules and parallelize independent work) → execute → verify.
+If delegating, launch the specialist in the same turn you mention it.</reminder>`;
 
 interface MessageInfo {
   role: string;

+ 1 - 1
src/hooks/post-read-nudge/index.ts

@@ -4,7 +4,7 @@
  */
 
 const NUDGE =
-  '\n\n---\nReminder to follow the workflow instructions, consider delegation to specialist(s)';
+  '\n\n---\nWorkflow Reminder: delegate based on rules; If mentioning a specialist, launch it in this same turn.';
 
 interface ToolExecuteAfterInput {
   tool: string;