| Age | Commit message (Expand) | Author |
| 2026-03-10 | fix: ensure tasks are re-classified on manual restart | Peter Stone |
| 2026-03-10 | cli: implement --config flag to load TOML config file | Claudomator Agent |
| 2026-03-10 | executor: extract handleRunResult to deduplicate error-classification logic | Claudomator Agent |
| 2026-03-10 | Remove legacy claude field and working_dir backward compat | Claudomator Agent |
| 2026-03-09 | executor: unblock parent task when all subtasks complete | Claudomator Agent |
| 2026-03-09 | executor: BLOCKED→READY for top-level tasks with subtasks | Claudomator Agent |
| 2026-03-09 | executor: log errors from all unchecked UpdateTaskState/UpdateTaskQuestion calls | Claudomator Agent |
| 2026-03-09 | storage: fix DeleteTask atomicity and use recursive CTE | Claudomator Agent |
| 2026-03-09 | storage: add missing indexes and ListRecentExecutions correctness tests | Claudomator Agent |
| 2026-03-09 | api: validate ?state= param in handleListTasks; standardize operation respons... | Claudomator Agent |
| 2026-03-09 | api: add configurable mockRunner and async error-path tests | Claudomator Agent |
| 2026-03-09 | executor: document kill-goroutine safety and add goroutine-leak test | Claudomator Agent |
| 2026-03-09 | task: remove legacy Claude field from Task struct | Claudomator Agent |
| 2026-03-09 | executor: strengthen rate-limit avoidance in classifier | Peter Stone |
| 2026-03-09 | executor: fix sandbox teardown — remove working copy pull, retry push on co... | Peter Stone |
| 2026-03-09 | executor: fix map leaks in activePerAgent and rateLimited | Claudomator Agent |
| 2026-03-09 | api: make workspace root configurable instead of hardcoded /workspace | Claudomator Agent |
| 2026-03-09 | executor: update classifier model list to Claude 4.x and current Gemini models | Peter Stone |
| 2026-03-09 | executor: recover stale RUNNING tasks on server startup | Peter Stone |
| 2026-03-09 | chore: remove deleted template files from git | Peter Stone |
| 2026-03-09 | feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasks | Peter Stone |
| 2026-03-09 | task: allow requeueing BUDGET_EXCEEDED tasks | Peter Stone |
| 2026-03-09 | executor: fix Claude rate-limit detection and prioritize Gemini when limited | Peter Stone |
| 2026-03-08 | executor: update gemini model to 2.5-flash-lite and fix classifier parsing | Peter Stone |
| 2026-03-08 | executor: push sandbox commits via bare repo, pull into working copy | Peter Stone |
| 2026-03-08 | executor: fix sandbox git fetch + inject prior failure history | Peter Stone |
| 2026-03-08 | task: add BLOCKED→READY to ValidTransition | Claudomator Agent |
| 2026-03-08 | executor: add git discipline section to agent preamble | Peter Stone |
| 2026-03-08 | fix(executor): use --no-hardlinks for sandbox git clone | Peter Stone |
| 2026-03-08 | fix: retry limits apply only to automatic retries, not manual runs | Peter Stone |
| 2026-03-08 | fix: restore task execution broken by add-gemini merge | Peter Stone |
| 2026-03-08 | fix(cli): register scripts in serve command | Peter Stone |
| 2026-03-08 | merge: pull latest from master and resolve conflicts | Peter Stone |
| 2026-03-08 | feat(executor): implement Gemini-based task classification and load balancing | Peter Stone |
| 2026-03-08 | cli: newLogger helper, defaultServerURL, shared http client, report command | Peter Stone |
| 2026-03-08 | config: Default() returns error | Peter Stone |
| 2026-03-08 | api: extend executions and log streaming endpoints | Peter Stone |
| 2026-03-08 | api: SetAPIToken, SetNotifier, questionStore, per-IP rate limiter | Peter Stone |
| 2026-03-08 | api: generic ScriptRegistry; collapse script endpoints | Peter Stone |
| 2026-03-08 | api: WebSocket auth, client cap, and ping keepalive | Peter Stone |
| 2026-03-08 | executor: internal dispatch queue; remove at-capacity rejection | Peter Stone |
| 2026-03-08 | storage: enforce valid state transitions in UpdateTaskState | Peter Stone |
| 2026-03-08 | feat: rename working_dir→project_dir; git sandbox execution | Peter Stone |
| 2026-03-08 | security(cli): validate --parallel flag is positive in run command | Claudomator |
| 2026-03-08 | refactor: address code review notes (backward compat, Gemini tests, unknown a... | Peter Stone |
| 2026-03-08 | refactor(api/cli): update logs and status for generic agents | Peter Stone |
| 2026-03-08 | refactor(storage): update templates to use generic agent config | Peter Stone |
| 2026-03-08 | refactor(executor): update runners and tests for generic agents | Peter Stone |
| 2026-03-08 | fix: detect quota exhaustion from stream; map to BUDGET_EXCEEDED not FAILED | Peter Stone |
| 2026-03-08 | refactor(task): transition to generic agent architecture | Peter Stone |