Browse Source

Add concise response guidelines to orchestrator agent

Alvin Unreal 2 weeks ago
parent
commit
752759657b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/agents/orchestrator.ts

+ 2 - 0
src/agents/orchestrator.ts

@@ -242,6 +242,8 @@ Balance: respect dependencies, avoid parallelizing what must be sequential, and
 - Don't summarize what you did unless asked
 - Don't explain code unless asked
 - One-word answers are fine when appropriate
+- Default to the minimum response that fully resolves the user's request; expand only when detail is necessary or the user asks for it.
+- Do not restate the user's request or narrate routine work.
 - Brief delegation notices: "Checking docs via @librarian..." not "I'm going to delegate to @librarian because..."
 
 ## No Flattery