Big day — eleven minor releases. The backlog picked up the most surface area: a refine command for iterating on item details through conversation, a rewind-phase for walking items back when a phase is wrong, a delete-comment for pruning noise, and an auto-commit config toggle for people who don’t want every backlog add generating a commit. I also made phase numbering 1-based end-to-end so the CLI and the display finally agree, after a brief run where phase 0 in commands showed as phase 1 on screen.

The run command grew a remove subcommand and a --cwd option on run add, and run help now lists the commands I’ve actually configured rather than just the built-in flags. I added an activity command with a weekly chart to get a feel for where I’ve been spending time, and followed up the same day with a date range in the chart and a label fix after I noticed it said “per week” when it was really per day. Rounding out the day: a /add-command slash command for adding new run commands conversationally, backtick formatting in PR bodies so code symbols render properly, a fix for the cli-hook deny-rule check when commands don’t parse cleanly, and a couple of signal-file fixes (scoping per session and widening the gitignore pattern) after /next started terminating the wrong Claude session.