.clawd-todos.json 596 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "content": "Phase 0: Structural Cleanup — spawn 4 agents for 0.1-0.4",
  4. "activeForm": "Executing Phase 0: Structural Cleanup via sub-agents",
  5. "status": "in_progress"
  6. },
  7. {
  8. "content": "Phase 1.1-1.2: Status bar with live HUD and token counter",
  9. "activeForm": "Awaiting Phase 0",
  10. "status": "pending"
  11. },
  12. {
  13. "content": "Phase 2.4: Remove artificial 8ms stream delay",
  14. "activeForm": "Awaiting Phase 0",
  15. "status": "pending"
  16. },
  17. {
  18. "content": "Phase 3.1: Collapsible tool output",
  19. "activeForm": "Awaiting Phase 0",
  20. "status": "pending"
  21. }
  22. ]