feat: allow multiple in_progress todos for parallel workflows

This commit is contained in:
Yeachan-Heo
2026-04-01 02:55:13 +00:00
parent 4fb2aceaf1
commit ac95f0387c
10 changed files with 476 additions and 12 deletions

22
rust/.clawd-todos.json Normal file
View File

@@ -0,0 +1,22 @@
[
{
"content": "Phase 0: Structural Cleanup — spawn 4 agents for 0.1-0.4",
"activeForm": "Executing Phase 0: Structural Cleanup via sub-agents",
"status": "in_progress"
},
{
"content": "Phase 1.1-1.2: Status bar with live HUD and token counter",
"activeForm": "Awaiting Phase 0",
"status": "pending"
},
{
"content": "Phase 2.4: Remove artificial 8ms stream delay",
"activeForm": "Awaiting Phase 0",
"status": "pending"
},
{
"content": "Phase 3.1: Collapsible tool output",
"activeForm": "Awaiting Phase 0",
"status": "pending"
}
]