mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: 移除清理命令参数中的目标和确认选项,简化使用方式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Parallel collaborative planning with Execution Groups - Multi-codex parallel task generation, execution group assignment, multi-branch strategy. Codex-optimized.
|
||||
argument-hint: "TASK=\"<description>\" [--max-groups=3] [--group-strategy=automatic|balanced|manual] [--focus=<domain>]"
|
||||
argument-hint: "TASK=\"<description>\" [--max-groups=3] [--group-strategy=automatic|balanced|manual]"
|
||||
---
|
||||
|
||||
# Codex Collaborative-Plan-Parallel Workflow
|
||||
@@ -656,7 +656,6 @@ Present session statistics with execution group information.
|
||||
|-----------|---------|-------------|
|
||||
| `--max-groups` | 3 | Maximum execution groups to create |
|
||||
| `--group-strategy` | automatic | Group assignment: automatic / balanced / manual |
|
||||
| `--focus` | None | Focus specific domain (optional) |
|
||||
|
||||
**Group Strategy Details**:
|
||||
- **automatic**: Group by dependency relationships (dependent domains in same group)
|
||||
|
||||
Reference in New Issue
Block a user