feat: 移除清理命令参数中的目标和确认选项,简化使用方式

This commit is contained in:
catlog22
2026-02-05 17:37:03 +08:00
parent 5cfeb59124
commit a59baf2473
4 changed files with 4 additions and 8 deletions

View File

@@ -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