summaryrefslogtreecommitdiff
path: root/internal/storage
AgeCommit message (Expand)Author
2026-03-08fix(storage): use Agent field instead of Claude in CreateTaskPeter Stone
2026-03-08test(storage): update db_test.go to use AgentConfigPeter Stone
2026-03-06recover: restore untracked work from recovery branch (no Gemini changes)Peter Stone
2026-03-06fix: persist session_id in UpdateExecution so BLOCKED tasks can resumePeter Stone
2026-03-06feat: blocked task state for agent questions via session resumePeter Stone
2026-03-04Add READY state for human-in-the-loop verificationPeter Stone
2026-03-03Add elaborate, logs-stream, templates, and subtask-list endpointsPeter Stone
2026-03-03Add subtask support: parent_task_id, ListSubtasks, UpdateTaskPeter 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