| Age | Commit message (Expand) | Author |
| 2026-06-03 | feat: add --base-path flag to configure UI URL prefix | Peter Stone |
| 2026-05-27 | docs: update CLAUDE.md to current architecture (Phase 8) | Claude |
| 2026-05-27 | refactor(executor): retire the file-based question/summary fallback (Phase 8) | Claude |
| 2026-05-26 | feat(config,cli): loopback-default binding with fail-loud on external (Phase 7) | Claude |
| 2026-05-26 | feat(api,web): budget headroom endpoint + UI chips (Phase 6) | Claude |
| 2026-05-26 | feat(executor): budget-gate the dispatcher — reroute to local or block (Pha... | Claude |
| 2026-05-26 | feat(budget,storage,config): per-provider spend accounting substrate (Phase 6) | Claude |
| 2026-05-26 | fix(executor): set IS_SANDBOX=1 so claude honors bypassPermissions under root | Claude |
| 2026-05-26 | test(spike): manual agent-MCP validation harness + Phase 2 validation findings | Claude |
| 2026-05-26 | feat(executor,llm): LocalRunner agent-channel via OpenAI tool-use (Phase 5) | Claude |
| 2026-05-25 | feat(executor): wire the agent MCP back-channel for gemini containers (Phase 4) | Claude |
| 2026-05-25 | refactor(executor): delete the dead GeminiRunner stub and its sandbox helpers... | Claude |
| 2026-05-25 | refactor(web): remove the stories dashboard from the UI (Phase 3) | Claude |
| 2026-05-25 | refactor(web): remove the create-task modal from the UI (Phase 3) | Claude |
| 2026-05-25 | feat(api,web): event-stream timeline (Phase 3) | Claude |
| 2026-05-25 | refactor(api): remove the natural-language elaborate REST endpoint (Phase 3) | Claude |
| 2026-05-25 | feat(api): chatbot-facing MCP server for task orchestration (Phase 3) | Claude |
| 2026-05-24 | refactor(executor): delete unused ClaudeRunner; keep sandbox helpers (Phase 2) | Claude |
| 2026-05-24 | feat(executor): MCP-oriented planning preamble, applied by ContainerRunner (P... | Claude |
| 2026-05-24 | feat(executor,api): wire agent MCP into ContainerRunner + mount /mcp (Phase 2) | Claude |
| 2026-05-24 | feat(executor): per-task agent MCP server + token registry (Phase 2) | Claude |
| 2026-05-24 | feat(executor): introduce AgentChannel seam for runner signals | Claude |
| 2026-05-24 | feat(storage): emit subtask_spawned events on the parent stream | Claude |
| 2026-05-23 | feat(storage): dual-write question/summary/interaction flows to events | Claude |
| 2026-05-23 | feat(storage): emit state_change events on task transitions | Claude |
| 2026-05-22 | feat(event,storage): add events table substrate for OSS redesign | Claude |
| 2026-05-22 | docs: add OSS replacement redesign plan | Claude |
| 2026-05-13 | merge: integrate github/main — LocalRunner, real GeminiRunner, llm client | Peter Stone |
| 2026-05-12 | Merge pull request #4 from thepeterstone/claude/gemini-sandbox | Peter Stone |
| 2026-05-12 | feat(executor): bring GeminiRunner to sandbox-flow parity with Claude | Claude |
| 2026-05-07 | test(executor): verify explicit Claude commits are captured in execRecord | Claude |
| 2026-05-03 | fix: atomic execution creation + RUNNING state transition | Peter Stone |
| 2026-05-03 | chore: add next-steps.md session handoff summary | Claude |
| 2026-05-03 | docs: rewrite CLAUDE.md with accurate architecture, known bugs, and design de... | Claude |
| 2026-05-03 | fix: prevent SHIPPABLE stories and wrong READY state on failed tasks | Peter Stone |
| 2026-05-02 | Merge pull request #3 from thepeterstone/claude/deferred-work | Peter Stone |
| 2026-05-03 | chore: close deferred work — real GeminiRunner, Local UI option, db.go cleanup | Claude |
| 2026-05-02 | Merge pull request #2 from thepeterstone/claude/post-epic-cleanup | Peter Stone |
| 2026-05-03 | chore: post-epic cleanup — green test suite, no skips | Claude |
| 2026-05-01 | Merge pull request #1 from thepeterstone/claude/local-oss-model-agents-MEBqj | Peter Stone |
| 2026-05-02 | feat(executor): synthesize execution summary via local LLM fallback | Claude |
| 2026-05-02 | feat(api): enrich CI failure task instructions via local LLM | Claude |
| 2026-04-28 | feat(api): route elaboration through local LLM when configured | Claude |
| 2026-04-28 | feat(executor): add LocalRunner and OpenAI-compat LLM client | Claude |
| 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: Ship button on SHIPPABLE stories; checker report on READY task cards | Peter Stone |
| 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 |