| Age | Commit message (Expand) | Author |
| 2026-03-05 | executor: persist log paths at execution create time, not just at end | Peter Stone |
| 2026-03-05 | executor: detect stream-level failures when claude exits 0 | Peter Stone |
| 2026-03-05 | Rescue work from claudomator-work: question/answer, ratelimit, start-next-task | Peter Stone |
| 2026-03-05 | cli: add start command and version package | Peter Stone |
| 2026-03-04 | Add READY state for human-in-the-loop verification | Peter Stone |
| 2026-03-03 | Fix working_dir failures: validate path early, remove hardcoded /root | Peter Stone |
| 2026-03-03 | Add elaborate, logs-stream, templates, and subtask-list endpoints | Peter Stone |
| 2026-03-03 | Executor: dependency waiting and planning preamble | Peter Stone |
| 2026-03-03 | Add subtask support: parent_task_id, ListSubtasks, UpdateTask | Peter Stone |
| 2026-02-24 | Add embedded web UI and wire it into the HTTP server | Peter Stone |
| 2026-02-24 | Add logs CLI subcommand to tail execution output | Peter Stone |
| 2026-02-24 | Add --verbose flag to Claude subprocess invocation | Peter Stone |
| 2026-02-24 | Add json tags to Task, ClaudeConfig, and RetryConfig structs | Peter Stone |
| 2026-02-08 | Rename Go module to github.com/thepeterstone/claudomator | Peter Stone |
| 2026-02-08 | Initial project: task model, executor, API server, CLI, storage, reporter | Peter Stone |