refactor: update subagent type to context-search-agent in load and context-gather commands

This commit is contained in:
catlog22
2025-10-25 15:32:33 +08:00
parent 3e83f77304
commit 4f0edb27ff
3 changed files with 5 additions and 5 deletions

View File

@@ -99,9 +99,9 @@ Task(
prompt=`
## Mission: Load Project Memory Context
**Task Context**: "${task_description}"
**Mode**: Read-only analysis
**Tool**: ${tool || 'gemini'}
**Task**: Load project memory context for: "${task_description}"
**Mode**: analysis
**Tool Preference**: ${tool || 'gemini'}
## Execution Steps

View File

@@ -161,7 +161,7 @@ if (file_exists(contextPackagePath)) {
```javascript
Task(
subagent_type="universal-executor",
subagent_type="context-search-agent",
description="Gather project context for brainstorm",
prompt=`
You are executing as context-search-agent (.claude/agents/context-search-agent.md).

View File

@@ -54,7 +54,7 @@ if (file_exists(contextPackagePath)) {
```javascript
Task(
subagent_type="universal-executor",
subagent_type="context-search-agent",
description="Gather comprehensive context for plan",
prompt=`
You are executing as context-search-agent (.claude/agents/context-search-agent.md).