mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
fix: Update agent calls in documentation to reflect changes from gemini-wrapper to gemini
This commit is contained in:
@@ -117,7 +117,7 @@ High-level orchestrators for complex, multi-phase development processes.
|
|||||||
- `--type` (Optional, String): The type of review to perform. Defaults to `quality`.
|
- `--type` (Optional, String): The type of review to perform. Defaults to `quality`.
|
||||||
- `session-id` (Optional, String): The session to review. Defaults to the active session.
|
- `session-id` (Optional, String): The session to review. Defaults to the active session.
|
||||||
- **Responsibilities**: Performs a specialized, post-implementation review. This is optional, as the default quality gate is passing tests.
|
- **Responsibilities**: Performs a specialized, post-implementation review. This is optional, as the default quality gate is passing tests.
|
||||||
- **Agent Calls**: Uses `gemini-wrapper` or `qwen-wrapper` for analysis based on the review type.
|
- **Agent Calls**: Uses `gemini` or `qwen-wrapper` for analysis based on the review type.
|
||||||
- **Integration**: Used after `/workflow:execute` to perform audits before deployment.
|
- **Integration**: Used after `/workflow:execute` to perform audits before deployment.
|
||||||
- **Example**:
|
- **Example**:
|
||||||
```bash
|
```bash
|
||||||
@@ -232,7 +232,7 @@ Direct access to AI tools for analysis and code interaction without a full workf
|
|||||||
### **/cli:discuss-plan**
|
### **/cli:discuss-plan**
|
||||||
- **Syntax**: `/cli:discuss-plan [--topic '...'] [--task-id '...'] [--rounds N] <input>`
|
- **Syntax**: `/cli:discuss-plan [--topic '...'] [--task-id '...'] [--rounds N] <input>`
|
||||||
- **Responsibilities**: Orchestrates an iterative, multi-model (Gemini, Codex, Claude) discussion to perform deep analysis and planning without modifying code.
|
- **Responsibilities**: Orchestrates an iterative, multi-model (Gemini, Codex, Claude) discussion to perform deep analysis and planning without modifying code.
|
||||||
- **Agent Calls**: None directly, but orchestrates `gemini-wrapper` and `codex` CLI tools.
|
- **Agent Calls**: None directly, but orchestrates `gemini` and `codex` CLI tools.
|
||||||
- **Example**:
|
- **Example**:
|
||||||
```bash
|
```bash
|
||||||
/cli:discuss-plan --topic "Design a new caching layer"
|
/cli:discuss-plan --topic "Design a new caching layer"
|
||||||
@@ -333,7 +333,7 @@ Commands for managing individual tasks within a workflow session.
|
|||||||
### **/memory:update-full**
|
### **/memory:update-full**
|
||||||
- **Syntax**: `/memory:update-full [--tool gemini|qwen|codex] [--path <directory>]`
|
- **Syntax**: `/memory:update-full [--tool gemini|qwen|codex] [--path <directory>]`
|
||||||
- **Responsibilities**: Orchestrates a complete, project-wide update of all `CLAUDE.md` documentation files.
|
- **Responsibilities**: Orchestrates a complete, project-wide update of all `CLAUDE.md` documentation files.
|
||||||
- **Agent Calls**: None directly, but orchestrates CLI tools (`gemini-wrapper`, etc.).
|
- **Agent Calls**: None directly, but orchestrates CLI tools (`gemini`, etc.).
|
||||||
- **Example**:
|
- **Example**:
|
||||||
```bash
|
```bash
|
||||||
/memory:update-full
|
/memory:update-full
|
||||||
@@ -483,7 +483,7 @@ Workflows for Test-Driven Development (TDD) and post-implementation test generat
|
|||||||
### **/workflow:tdd-verify**
|
### **/workflow:tdd-verify**
|
||||||
- **Syntax**: `/workflow:tdd-verify [session-id]`
|
- **Syntax**: `/workflow:tdd-verify [session-id]`
|
||||||
- **Responsibilities**: Verifies TDD workflow compliance by analyzing task chains, test coverage, and cycle execution.
|
- **Responsibilities**: Verifies TDD workflow compliance by analyzing task chains, test coverage, and cycle execution.
|
||||||
- **Agent Calls**: None directly, orchestrates `gemini-wrapper`.
|
- **Agent Calls**: None directly, orchestrates `gemini`.
|
||||||
- **Example**:
|
- **Example**:
|
||||||
```bash
|
```bash
|
||||||
/workflow:tdd-verify WFS-login-tdd
|
/workflow:tdd-verify WFS-login-tdd
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ Describe needs directly in conversation using natural language:
|
|||||||
**Example 1: Code Analysis**
|
**Example 1: Code Analysis**
|
||||||
```
|
```
|
||||||
User: "Use gemini to analyze the modular architecture of this project"
|
User: "Use gemini to analyze the modular architecture of this project"
|
||||||
→ Claude will automatically execute gemini-wrapper for analysis
|
→ Claude will automatically execute gemini for analysis
|
||||||
```
|
```
|
||||||
|
|
||||||
**Example 2: Document Generation**
|
**Example 2: Document Generation**
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ CCW 支持通过统一的 CLI 接口直接调用外部 AI 工具(Gemini、Qwen
|
|||||||
**示例 1:代码分析**
|
**示例 1:代码分析**
|
||||||
```
|
```
|
||||||
用户:"使用 gemini 分析一下这个项目的模块化架构"
|
用户:"使用 gemini 分析一下这个项目的模块化架构"
|
||||||
→ Claude 会自动执行 gemini-wrapper 进行分析
|
→ Claude 会自动执行 gemini 进行分析
|
||||||
```
|
```
|
||||||
|
|
||||||
**示例 2:文档生成**
|
**示例 2:文档生成**
|
||||||
|
|||||||
Reference in New Issue
Block a user