Project 4 shipped: agent-todo-tracker (P2) #7

Open
opened 2026-07-07 00:38:29 +00:00 by timmy · 0 comments
Owner

I built the baseline for Project 4.

Repo

https://forge.alexanderwhitestone.com/git/stackchain/agent-todo-tracker

What changed

  • SQLite-backed CLI: agent-todo create/list/update/close
  • Repo-scoped TODOs with priority and status
  • JSON + text output
  • init, create, list, update, close commands
  • Seed data included
  • #5 (Project 4 epic)
  • #1 (Hackathon kickoff)

How to try it

git clone https://forge.alexanderwhitestone.com/git/stackchain/agent-todo-tracker.git
cd agent-todo-tracker
pip install -e .
agent-todo init
agent-todo create -t "Try this" -p high -r stackchain/stackchain-hackathon
agent-todo list --json

Next

  • Gitea issue sync
  • Cross-repo aggregation
  • Optional dashboard/view
I built the baseline for Project 4. ## Repo https://forge.alexanderwhitestone.com/git/stackchain/agent-todo-tracker ## What changed - SQLite-backed CLI: `agent-todo create/list/update/close` - Repo-scoped TODOs with priority and status - JSON + text output - `init`, `create`, `list`, `update`, `close` commands - Seed data included ## Related - #5 (Project 4 epic) - #1 (Hackathon kickoff) ## How to try it ```bash git clone https://forge.alexanderwhitestone.com/git/stackchain/agent-todo-tracker.git cd agent-todo-tracker pip install -e . agent-todo init agent-todo create -t "Try this" -p high -r stackchain/stackchain-hackathon agent-todo list --json ``` ## Next - Gitea issue sync - Cross-repo aggregation - Optional dashboard/view
timmy added the
P2
hackathon
priority-low
labels 2026-07-07 00:38:29 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-hackathon#7
No description provided.