feat: add Post-Completion Expansion to execution commands

执行命令完成后询问用户是否扩展为issue(test/enhance/refactor/doc),选中项调用 /issue:new
This commit is contained in:
catlog22
2026-01-15 13:00:50 +08:00
parent 86536aaa10
commit e22b525e9c
6 changed files with 26 additions and 0 deletions

View File

@@ -420,6 +420,10 @@ TodoWrite({ todos: [
| **Analysis Modes** | 5 modes with --resume | Fixed synthesis rounds |
| **Best For** | Quick analysis, adversarial validation | Complex multi-step implementations |
## Post-Completion Expansion
完成后询问用户是否扩展为issue(test/enhance/refactor/doc),选中项调用 `/issue:new "{summary} - {dimension}"`
## Related Commands
```bash