summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-05-13merge: integrate github/main — LocalRunner, real GeminiRunner, llm clientHEADmainPeter Stone
2026-05-12feat(executor): bring GeminiRunner to sandbox-flow parity with ClaudeClaude
2026-05-07test(executor): verify explicit Claude commits are captured in execRecordClaude
2026-05-03fix: atomic execution creation + RUNNING state transitionPeter Stone
2026-05-03fix: prevent SHIPPABLE stories and wrong READY state on failed tasksPeter Stone
2026-05-03chore: close deferred work — real GeminiRunner, Local UI option, db.go cleanupClaude
2026-05-03chore: post-epic cleanup — green test suite, no skipsClaude
2026-05-02feat(executor): synthesize execution summary via local LLM fallbackClaude
2026-05-02feat(api): enrich CI failure task instructions via local LLMClaude
2026-04-28feat(api): route elaboration through local LLM when configuredClaude
2026-04-28feat(executor): add LocalRunner and OpenAI-compat LLM clientClaude
2026-04-11fix: tie pool submissions to server lifecycle contextClaude Agent
2026-04-11cleanup: remove dead code (QuestionRegistry, changestats wrappers, scanner.Err)Claudomator Agent
2026-04-04feat: acceptance_criteria per story task in elaboration and approvalPeter Stone
2026-04-04fix: ShipStory — use context.Background() to avoid request context cancella...Peter Stone
2026-04-04feat: story ship gate — explicit POST /api/stories/{id}/ship; remove auto-d...Peter Stone
2026-04-04fix: executor checker — close race, test flakiness, checker report for all ...Peter Stone
2026-04-04feat: spawn checker task on READY; auto-accept on pass; attach report on failPeter Stone
2026-04-04feat: add checker task columns, UpdateTaskCheckerReport, GetCheckerTaskPeter Stone
2026-04-04feat: add AcceptanceCriteria, CheckerForTaskID, CheckerReport to Task structPeter Stone
2026-04-03feat: require repository_url on tasks; fix UpdateTask to persist it; fix casc...Peter Stone
2026-04-03fix: remove drain-lock circuit breaker that halted all executions after 3 con...Peter Stone
2026-03-29feat: register modal-shell project; document project registryPeter Stone
2026-03-26fix: story stays PENDING when all subtasks complete but parent task stays QUEUEDPeter Stone
2026-03-26feat: graceful shutdown — drain workers before exit (default 3m timeout)Peter Stone
2026-03-26fix: ensure story branch exists before cloning at task startPeter Stone
2026-03-26fix: auto-create story branch if missing at clone timePeter Stone
2026-03-26feat: cascade retry deps when running a task with failed dependenciesPeter Stone
2026-03-26fix: cancel waiting tasks when dep hits terminal failure (QUEUED→CANCELLED)Peter Stone
2026-03-26fix: story branch push to bare repo; drain at 3 consecutive failuresPeter Stone
2026-03-26test: add TestPool_DependsOn_NoDeadlockstory/repo-urlPeter Stone
2026-03-26fix: resolve dep-chain deadlock; broadcast task_started for UI visibilityPeter Stone
2026-03-26fix: expose drained state in agent status API; fix AgentEvent JSON casingPeter Stone
2026-03-26fix: set RepositoryURL on tasks created via story approvePeter Stone
2026-03-26fix: story tasks get Project field; elaborate reads worklog; deploy chmod scr...Peter Stone
2026-03-25chore: replace all master branch references with mainPeter Stone
2026-03-24feat: merge story branch to master before deploy, add doot project to registryPeter Stone
2026-03-24Merge branch 'master' of /site/git.terst.org/repos/claudomatorPeter Stone
2026-03-24feat: validation result transitions story to REVIEW_READY or NEEDS_FIX (ADR-007)Claudomator Agent
2026-03-24feat: auto-create validation task on story DEPLOYED (ADR-007)Claudomator Agent
2026-03-24feat: trigger deploy script on SHIPPABLE → DEPLOYED (ADR-007)Claudomator Agent
2026-03-24fix: resolve merge conflict — integrate agent's story-aware ContainerRunnerPeter Stone
2026-03-24feat: clone story branch in ContainerRunner (ADR-007)Peter Stone
2026-03-23feat: Phase 4 — story-aware execution, branch clone, story completion check...Claudomator Agent
2026-03-23feat: populate RepositoryURL from project registry in executor (ADR-007)Peter Stone
2026-03-22feat: color logo based on build version hashPeter Stone
2026-03-22feat: Phase 5 — story elaboration endpoint, approve flow, branch creationClaudomator Agent
2026-03-22feat: surface error_msg on failed task cards in UIPeter Stone
2026-03-22feat: Phase 3 — stories data model, ValidStoryTransition, storage CRUD, API...Claudomator Agent
2026-03-22fix: make requeueDelay configurable to fix test timeout in TestPool_MaxPerAge...Peter Stone