feat: Implement IDAW commands and update favicon/logo SVGs

- Added IDAW (Independent Development Autonomous Workflow) commands for batch task execution, including `/idaw:add`, `/idaw:run`, `/idaw:status`, and `/idaw:resume`.
- Updated documentation for IDAW commands in both English and Chinese.
- Modified favicon and logo SVGs to reflect new orbital design with dynamic colors.
- Incremented package version from 7.0.6 to 7.0.9.
This commit is contained in:
catlog22
2026-03-01 20:05:44 +08:00
parent bf84a157ea
commit da19a6ec89
13 changed files with 787 additions and 86 deletions

View File

@@ -19,6 +19,7 @@
- [工作流](/commands/claude/workflow) - workflow 系列命令
- [会话管理](/commands/claude/session) - session 系列命令
- [Issue](/commands/claude/issue) - issue 系列命令
- [IDAW](/commands/claude/idaw) - 批量任务自治执行
- [Memory](/commands/claude/memory) - memory 系列命令
- [CLI](/commands/claude/cli) - cli 系列命令
- [UI 设计](/commands/claude/ui-design) - ui-design 系列命令