Alvin Unreal 2 months ago
parent
commit
ccdeeb1cff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/hooks/phase-reminder/index.ts
  2. 1 1
      src/hooks/post-read-nudge/index.ts

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

@@ -8,7 +8,7 @@
  * 
  * Uses experimental.chat.messages.transform so it doesn't show in UI.
  */
-const PHASE_REMINDER = `<reminder>⚠️ MANDATORY: Understand→DELEGATE(!)→Parallelize(?)→Plan→Execute→Verify
+const PHASE_REMINDER = `<reminder>⚠️ MANDATORY: Understand→DELEGATE(!)→Split-and-Parallelize(?)→Plan→Execute→Verify
 Available Specialist: @oracle @librarian @explorer @designer @fixer
 </reminder>`;
 

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

@@ -3,7 +3,7 @@
  * Catches the "read files → implement myself" anti-pattern.
  */
 
-const NUDGE = "\n\n---\n⚡ Consider: delegate to specialist now? (When delegating, reference file paths/lines - don't copy file contents.)";
+const NUDGE = "\n\n---\nConsider: splitting the task to parallelize, delegate to specialist(s). (if so, reference file paths/lines—don't copy file contents)";
 
 interface ToolExecuteAfterInput {
   tool: string;