mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor: update subagent type to context-search-agent in load and context-gather commands
This commit is contained in:
@@ -99,9 +99,9 @@ Task(
|
|||||||
prompt=`
|
prompt=`
|
||||||
## Mission: Load Project Memory Context
|
## Mission: Load Project Memory Context
|
||||||
|
|
||||||
**Task Context**: "${task_description}"
|
**Task**: Load project memory context for: "${task_description}"
|
||||||
**Mode**: Read-only analysis
|
**Mode**: analysis
|
||||||
**Tool**: ${tool || 'gemini'}
|
**Tool Preference**: ${tool || 'gemini'}
|
||||||
|
|
||||||
## Execution Steps
|
## Execution Steps
|
||||||
|
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ if (file_exists(contextPackagePath)) {
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
Task(
|
Task(
|
||||||
subagent_type="universal-executor",
|
subagent_type="context-search-agent",
|
||||||
description="Gather project context for brainstorm",
|
description="Gather project context for brainstorm",
|
||||||
prompt=`
|
prompt=`
|
||||||
You are executing as context-search-agent (.claude/agents/context-search-agent.md).
|
You are executing as context-search-agent (.claude/agents/context-search-agent.md).
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ if (file_exists(contextPackagePath)) {
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
Task(
|
Task(
|
||||||
subagent_type="universal-executor",
|
subagent_type="context-search-agent",
|
||||||
description="Gather comprehensive context for plan",
|
description="Gather comprehensive context for plan",
|
||||||
prompt=`
|
prompt=`
|
||||||
You are executing as context-search-agent (.claude/agents/context-search-agent.md).
|
You are executing as context-search-agent (.claude/agents/context-search-agent.md).
|
||||||
|
|||||||
Reference in New Issue
Block a user