td
A task tracker for AI coding agents. I liked beads, but it became more than I wanted. So I made this. One bash script. SQLite. No setup.
curl -fsSL https://raw.githubusercontent.com/alosec/td-world/main/install.sh | bash td create "fix auth bug" -p 1# priority 1
td list# show all
td move fix-a1b2 in-progress# change status
td close fix-a1b2# done
td dep add fix-a1b2 api-c3d4# blocked by
td ready# unblocked tasks
Also installs tv — an fzf viewer with table and kanban modes.