Project task tracking with time estimates, dependencies, and TOON-enhanced parsing.
Compatible with todo-md, todomd, taskell, and Beads.
Human-readable:
Format: - [ ] tNNN Description @owner #tag ~estimate risk:level logged:date
Task IDs:
t001- Top-level taskt001.1- Subtask of t001t001.1.1- Sub-subtask
Dependencies:
blocked-by:t001- This task waits for t001blocked-by:t001,t002- Waits for multiple tasksblocks:t003- This task blocks t003
Time fields:
~estimate- AI-assisted execution time (~15m trivial, ~30m small, ~1h medium, ~2h large, ~4h major — seereference/planning-detail.md)actual:- Actual active time spent (from session-time-helper.sh)logged:- When task was addedstarted:- When branch was createdcompleted:- When task was marked done
Risk (human oversight needed):
risk:low- Autonomous: fire-and-forget, review PR afterrisk:med- Supervised: check in mid-task, review before mergerisk:high- Engaged: stay present, test thoroughly, potential regressions
- t534 fix(membership): skip AS fallback enqueue when loopback publish returned 2xx (duplicate publish race) #bug ref:GH#1305