mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat: 移除清理命令参数中的目标和确认选项,简化使用方式
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution. Supports targeted cleanup and confirmation.
|
description: Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution. Supports targeted cleanup and confirmation.
|
||||||
argument-hint: "[--dry-run] [--focus=<area>] [--target=sessions|documents|dead-code] [--confirm]"
|
argument-hint: "[--dry-run] [--focus=<area>]"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Workflow Clean Command
|
# Workflow Clean Command
|
||||||
@@ -18,8 +18,6 @@ Evidence-based intelligent cleanup command. Systematically identifies stale arti
|
|||||||
|
|
||||||
- `--dry-run`: Preview cleanup without executing
|
- `--dry-run`: Preview cleanup without executing
|
||||||
- `--focus`: Focus area (module or path)
|
- `--focus`: Focus area (module or path)
|
||||||
- `--target`: Cleanup target (sessions|documents|dead-code)
|
|
||||||
- `--confirm`: Skip confirmation, execute directly
|
|
||||||
|
|
||||||
## Execution Process
|
## Execution Process
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Parallel collaborative planning with Execution Groups - Multi-codex parallel task generation, execution group assignment, multi-branch strategy. Codex-optimized.
|
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
|
# Codex Collaborative-Plan-Parallel Workflow
|
||||||
@@ -656,7 +656,6 @@ Present session statistics with execution group information.
|
|||||||
|-----------|---------|-------------|
|
|-----------|---------|-------------|
|
||||||
| `--max-groups` | 3 | Maximum execution groups to create |
|
| `--max-groups` | 3 | Maximum execution groups to create |
|
||||||
| `--group-strategy` | automatic | Group assignment: automatic / balanced / manual |
|
| `--group-strategy` | automatic | Group assignment: automatic / balanced / manual |
|
||||||
| `--focus` | None | Focus specific domain (optional) |
|
|
||||||
|
|
||||||
**Group Strategy Details**:
|
**Group Strategy Details**:
|
||||||
- **automatic**: Group by dependency relationships (dependent domains in same group)
|
- **automatic**: Group by dependency relationships (dependent domains in same group)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Serial collaborative planning with Plan Note - Single-agent sequential task generation, unified plan-note.md, conflict detection. Codex-optimized.
|
description: Serial collaborative planning with Plan Note - Single-agent sequential task generation, unified plan-note.md, conflict detection. Codex-optimized.
|
||||||
argument-hint: "TASK=\"<description>\" [--max-domains=5] [--focus=<domain>]"
|
argument-hint: "TASK=\"<description>\" [--max-domains=5]"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Codex Collaborative-Plan-With-File Workflow
|
# Codex Collaborative-Plan-With-File Workflow
|
||||||
@@ -316,7 +316,6 @@ Present session statistics and next steps.
|
|||||||
| Parameter | Default | Description |
|
| Parameter | Default | Description |
|
||||||
|-----------|---------|-------------|
|
|-----------|---------|-------------|
|
||||||
| `--max-domains` | 5 | Maximum sub-domains to identify |
|
| `--max-domains` | 5 | Maximum sub-domains to identify |
|
||||||
| `--focus` | None | Focus specific domain (optional) |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.
|
description: Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.
|
||||||
argument-hint: "--queue=<id> [--worktree=<path|new>] [--skip-tests] [--skip-build] [--dry-run] [--verbose]"
|
argument-hint: "--queue=<id> [--worktree=<path|new>] [--skip-tests] [--skip-build] [--dry-run]"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Issue Execute (Codex Version)
|
# Issue Execute (Codex Version)
|
||||||
|
|||||||
Reference in New Issue
Block a user