Track code changes with structured JSON records, state machine enforcement, and AI session handoff for bot continuity
Track every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.
planned -> in_progress -> implemented -> tested -> deployed
|
+-> blocked
/tc init | /tc create | /tc update | | | | | |
/tc status/tc resume/tc close/tc export/tc dashboard/tc retroEach TC stores: progress summary, next steps, blockers, key context, and files in progress — so the next bot session picks up exactly where the last left off.
TC bookkeeping runs via background subagents. Never interrupts coding work.
/tc retro