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.
|
||||
argument-hint: "[--dry-run] [--focus=<area>] [--target=sessions|documents|dead-code] [--confirm]"
|
||||
argument-hint: "[--dry-run] [--focus=<area>]"
|
||||
---
|
||||
|
||||
# Workflow Clean Command
|
||||
@@ -18,8 +18,6 @@ Evidence-based intelligent cleanup command. Systematically identifies stale arti
|
||||
|
||||
- `--dry-run`: Preview cleanup without executing
|
||||
- `--focus`: Focus area (module or path)
|
||||
- `--target`: Cleanup target (sessions|documents|dead-code)
|
||||
- `--confirm`: Skip confirmation, execute directly
|
||||
|
||||
## Execution Process
|
||||
|
||||
|
||||
Reference in New Issue
Block a user