mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
fix: correct spelling of 'cli-execution-agent' in documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: test-concept-enhanced
|
name: test-concept-enhanced
|
||||||
description: Coordinate test analysis workflow using cli-execute-agent to generate test strategy via Gemini
|
description: Coordinate test analysis workflow using cli-execution-agent to generate test strategy via Gemini
|
||||||
argument-hint: "--session WFS-test-session-id --context path/to/test-context-package.json"
|
argument-hint: "--session WFS-test-session-id --context path/to/test-context-package.json"
|
||||||
examples:
|
examples:
|
||||||
- /workflow:tools:test-concept-enhanced --session WFS-test-auth --context .workflow/active/WFS-test-auth/.process/test-context-package.json
|
- /workflow:tools:test-concept-enhanced --session WFS-test-auth --context .workflow/active/WFS-test-auth/.process/test-context-package.json
|
||||||
@@ -9,7 +9,7 @@ examples:
|
|||||||
# Test Concept Enhanced Command
|
# Test Concept Enhanced Command
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Workflow coordinator that delegates test analysis to cli-execute-agent. Agent executes Gemini to analyze test coverage gaps, implementation context, and generate comprehensive test generation strategies.
|
Workflow coordinator that delegates test analysis to cli-execution-agent. Agent executes Gemini to analyze test coverage gaps, implementation context, and generate comprehensive test generation strategies.
|
||||||
|
|
||||||
## Core Philosophy
|
## Core Philosophy
|
||||||
- **Coverage-Driven**: Focus on identified test gaps from context analysis
|
- **Coverage-Driven**: Focus on identified test gaps from context analysis
|
||||||
@@ -19,7 +19,7 @@ Workflow coordinator that delegates test analysis to cli-execute-agent. Agent ex
|
|||||||
- **No Code Generation**: Strategy and planning only, actual test generation happens in task execution
|
- **No Code Generation**: Strategy and planning only, actual test generation happens in task execution
|
||||||
|
|
||||||
## Core Responsibilities
|
## Core Responsibilities
|
||||||
- Coordinate test analysis workflow using cli-execute-agent
|
- Coordinate test analysis workflow using cli-execution-agent
|
||||||
- Validate test-context-package.json prerequisites
|
- Validate test-context-package.json prerequisites
|
||||||
- Execute Gemini analysis via agent for test strategy generation
|
- Execute Gemini analysis via agent for test strategy generation
|
||||||
- Validate agent outputs (gemini-test-analysis.md, TEST_ANALYSIS_RESULTS.md)
|
- Validate agent outputs (gemini-test-analysis.md, TEST_ANALYSIS_RESULTS.md)
|
||||||
@@ -52,7 +52,7 @@ Workflow coordinator that delegates test analysis to cli-execute-agent. Agent ex
|
|||||||
**Agent Invocation**:
|
**Agent Invocation**:
|
||||||
```javascript
|
```javascript
|
||||||
Task(
|
Task(
|
||||||
subagent_type="cli-execute-agent",
|
subagent_type="cli-execution-agent",
|
||||||
description="Analyze test coverage gaps and generate test strategy",
|
description="Analyze test coverage gaps and generate test strategy",
|
||||||
prompt=`
|
prompt=`
|
||||||
## TASK OBJECTIVE
|
## TASK OBJECTIVE
|
||||||
|
|||||||
Reference in New Issue
Block a user