summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-03Add subtask support: parent_task_id, ListSubtasks, UpdateTaskPeter Stone
2026-03-03Update .gitignore: exclude test artifacts and temp filesPeter Stone
2026-03-03Add clickable fold to expand hidden completed/failed tasksPeter Stone
2026-02-24Add CLAUDE.md with project architecture and development guidancePeter Stone
2026-02-24Add embedded web UI and wire it into the HTTP serverPeter Stone
2026-02-24Add logs CLI subcommand to tail execution outputPeter Stone
2026-02-24Add --verbose flag to Claude subprocess invocationPeter Stone
2026-02-24Update .gitignore: exclude compiled binary and local Claude settingsPeter Stone
2026-02-24Add json tags to Task, ClaudeConfig, and RetryConfig structsPeter Stone
2026-02-08Rename Go module to github.com/thepeterstone/claudomatorPeter Stone
2026-02-08Initial project: task model, executor, API server, CLI, storage, reporterPeter Stone