| Age | Commit message (Expand) | Author |
| 2026-05-03 | fix: atomic execution creation + RUNNING state transition | Peter Stone |
| 2026-05-03 | fix: prevent SHIPPABLE stories and wrong READY state on failed tasks | Peter Stone |
| 2026-04-11 | fix: tie pool submissions to server lifecycle context | Claude Agent |
| 2026-04-11 | cleanup: remove dead code (QuestionRegistry, changestats wrappers, scanner.Err) | Claudomator Agent |
| 2026-04-04 | feat: acceptance_criteria per story task in elaboration and approval | Peter Stone |
| 2026-04-04 | fix: ShipStory — use context.Background() to avoid request context cancella... | Peter Stone |
| 2026-04-04 | feat: story ship gate — explicit POST /api/stories/{id}/ship; remove auto-d... | Peter Stone |
| 2026-04-04 | fix: executor checker — close race, test flakiness, checker report for all ... | Peter Stone |
| 2026-04-04 | feat: spawn checker task on READY; auto-accept on pass; attach report on fail | Peter Stone |
| 2026-04-04 | feat: add checker task columns, UpdateTaskCheckerReport, GetCheckerTask | Peter Stone |
| 2026-04-04 | feat: add AcceptanceCriteria, CheckerForTaskID, CheckerReport to Task struct | Peter Stone |
| 2026-04-03 | feat: require repository_url on tasks; fix UpdateTask to persist it; fix casc... | Peter Stone |
| 2026-04-03 | fix: remove drain-lock circuit breaker that halted all executions after 3 con... | Peter Stone |
| 2026-03-29 | feat: register modal-shell project; document project registry | Peter Stone |
| 2026-03-26 | fix: story stays PENDING when all subtasks complete but parent task stays QUEUED | Peter Stone |
| 2026-03-26 | feat: graceful shutdown — drain workers before exit (default 3m timeout) | Peter Stone |
| 2026-03-26 | fix: ensure story branch exists before cloning at task start | Peter Stone |
| 2026-03-26 | fix: auto-create story branch if missing at clone time | Peter Stone |
| 2026-03-26 | feat: cascade retry deps when running a task with failed dependencies | Peter Stone |
| 2026-03-26 | fix: cancel waiting tasks when dep hits terminal failure (QUEUED→CANCELLED) | Peter Stone |
| 2026-03-26 | fix: story branch push to bare repo; drain at 3 consecutive failures | Peter Stone |
| 2026-03-26 | test: add TestPool_DependsOn_NoDeadlockstory/repo-url | Peter Stone |
| 2026-03-26 | fix: resolve dep-chain deadlock; broadcast task_started for UI visibility | Peter Stone |
| 2026-03-26 | fix: expose drained state in agent status API; fix AgentEvent JSON casing | Peter Stone |
| 2026-03-26 | fix: set RepositoryURL on tasks created via story approve | Peter Stone |
| 2026-03-26 | fix: story tasks get Project field; elaborate reads worklog; deploy chmod scr... | Peter Stone |
| 2026-03-25 | chore: replace all master branch references with main | Peter Stone |
| 2026-03-24 | feat: merge story branch to master before deploy, add doot project to registry | Peter Stone |
| 2026-03-24 | Merge branch 'master' of /site/git.terst.org/repos/claudomator | Peter Stone |
| 2026-03-24 | feat: validation result transitions story to REVIEW_READY or NEEDS_FIX (ADR-007) | Claudomator Agent |
| 2026-03-24 | feat: auto-create validation task on story DEPLOYED (ADR-007) | Claudomator Agent |
| 2026-03-24 | feat: trigger deploy script on SHIPPABLE → DEPLOYED (ADR-007) | Claudomator Agent |
| 2026-03-24 | fix: resolve merge conflict — integrate agent's story-aware ContainerRunner | Peter Stone |
| 2026-03-24 | feat: clone story branch in ContainerRunner (ADR-007) | Peter Stone |
| 2026-03-23 | feat: Phase 4 — story-aware execution, branch clone, story completion check... | Claudomator Agent |
| 2026-03-23 | feat: populate RepositoryURL from project registry in executor (ADR-007) | Peter Stone |
| 2026-03-22 | feat: color logo based on build version hash | Peter Stone |
| 2026-03-22 | feat: Phase 5 — story elaboration endpoint, approve flow, branch creation | Claudomator Agent |
| 2026-03-22 | feat: surface error_msg on failed task cards in UI | Peter Stone |
| 2026-03-22 | feat: Phase 3 — stories data model, ValidStoryTransition, storage CRUD, API... | Claudomator Agent |
| 2026-03-22 | fix: make requeueDelay configurable to fix test timeout in TestPool_MaxPerAge... | Peter Stone |
| 2026-03-21 | feat: executor reliability — per-agent limit, drain gate, pre-flight creds,... | Claudomator Agent |
| 2026-03-21 | fix: copy .claude.json (account settings) alongside credentials | Peter Stone |
| 2026-03-21 | feat: fail loudly when agent leaves uncommitted work in sandbox | Peter Stone |
| 2026-03-21 | feat: Phase 2 — project registry, legacy field cleanup, credential path fix | Peter Stone |
| 2026-03-21 | fix: use configured claude_config_dir for container credentials | Peter Stone |
| 2026-03-19 | feat: add errors, throughput, and billing sections to stats dashboard | Peter Stone |
| 2026-03-19 | feat: agent status dashboard with availability timeline and Gemini quota dete... | Peter Stone |
| 2026-03-18 | feat: containerized execution with agent tooling and deployment fixes | Peter Stone |
| 2026-03-18 | fix: address final container execution issues and cleanup review docs | Peter Stone |