Skip to content

Commit a59baf2

Browse files
author
catlog22
committed
feat: 移除清理命令参数中的目标和确认选项,简化使用方式
1 parent 5cfeb59 commit a59baf2

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

.codex/prompts/clean.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution. Supports targeted cleanup and confirmation.
3-
argument-hint: "[--dry-run] [--focus=<area>] [--target=sessions|documents|dead-code] [--confirm]"
3+
argument-hint: "[--dry-run] [--focus=<area>]"
44
---
55

66
# Workflow Clean Command
@@ -18,8 +18,6 @@ Evidence-based intelligent cleanup command. Systematically identifies stale arti
1818

1919
- `--dry-run`: Preview cleanup without executing
2020
- `--focus`: Focus area (module or path)
21-
- `--target`: Cleanup target (sessions|documents|dead-code)
22-
- `--confirm`: Skip confirmation, execute directly
2321

2422
## Execution Process
2523

.codex/prompts/collaborative-plan-parallel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Parallel collaborative planning with Execution Groups - Multi-codex parallel task generation, execution group assignment, multi-branch strategy. Codex-optimized.
3-
argument-hint: "TASK=\"<description>\" [--max-groups=3] [--group-strategy=automatic|balanced|manual] [--focus=<domain>]"
3+
argument-hint: "TASK=\"<description>\" [--max-groups=3] [--group-strategy=automatic|balanced|manual]"
44
---
55

66
# Codex Collaborative-Plan-Parallel Workflow
@@ -656,7 +656,6 @@ Present session statistics with execution group information.
656656
|-----------|---------|-------------|
657657
| `--max-groups` | 3 | Maximum execution groups to create |
658658
| `--group-strategy` | automatic | Group assignment: automatic / balanced / manual |
659-
| `--focus` | None | Focus specific domain (optional) |
660659

661660
**Group Strategy Details**:
662661
- **automatic**: Group by dependency relationships (dependent domains in same group)

.codex/prompts/collaborative-plan-with-file.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Serial collaborative planning with Plan Note - Single-agent sequential task generation, unified plan-note.md, conflict detection. Codex-optimized.
3-
argument-hint: "TASK=\"<description>\" [--max-domains=5] [--focus=<domain>]"
3+
argument-hint: "TASK=\"<description>\" [--max-domains=5]"
44
---
55

66
# Codex Collaborative-Plan-With-File Workflow
@@ -316,7 +316,6 @@ Present session statistics and next steps.
316316
| Parameter | Default | Description |
317317
|-----------|---------|-------------|
318318
| `--max-domains` | 5 | Maximum sub-domains to identify |
319-
| `--focus` | None | Focus specific domain (optional) |
320319

321320
---
322321

.codex/prompts/issue-execute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.
3-
argument-hint: "--queue=<id> [--worktree=<path|new>] [--skip-tests] [--skip-build] [--dry-run] [--verbose]"
3+
argument-hint: "--queue=<id> [--worktree=<path|new>] [--skip-tests] [--skip-build] [--dry-run]"
44
---
55

66
# Issue Execute (Codex Version)

0 commit comments

Comments
 (0)