diff --git a/packages/core/src/commands/builtin/index.ts b/packages/core/src/commands/builtin/index.ts index ca9f7b0..1d761d4 100644 --- a/packages/core/src/commands/builtin/index.ts +++ b/packages/core/src/commands/builtin/index.ts @@ -127,7 +127,7 @@ Provide a clear, structured explanation that includes: 2. How it works - Step by step breakdown 3. Key concepts - Important patterns or techniques used 4. Examples - Practical usage examples if applicable`, - agent: 'general', + agent: 'explore', subtask: false, source: 'builtin', }; @@ -178,7 +178,7 @@ Topic: $ARGUMENTS If a specific command is mentioned, provide detailed help for that command. Otherwise, list all available commands with their descriptions.`, - agent: 'general', + agent: 'guide', subtask: false, source: 'builtin', };