| Age | Commit message (Expand) | Author |
| 2026-07-16 | fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale id | Peter Stone |
| 2026-07-16 | feat(tasks): add HTTP endpoints for task detail, update, and recurrence | Peter Stone |
| 2026-07-16 | feat(tasks): add periodic due-date check for recurring tasks | Peter Stone |
| 2026-07-16 | feat(tasks): create the next recurring iteration on completion | Peter Stone |
| 2026-07-16 | feat(tasks): add ComputeNextOccurrence for recurring task scheduling | Peter Stone |
| 2026-07-16 | feat(tasks): add recurrence columns and model fields for native tasks | Peter Stone |
| 2026-07-16 | feat: add authenticated /docs viewer for superpowers specs/plans | Peter Stone |
| 2026-07-16 | fix(web): account for Google Calendar's exclusive all-day end-date | Peter Stone |
| 2026-07-16 | feat(web): show multi-day calendar events on every day they span | Peter Stone |
| 2026-07-16 | fix(widget): forward End for all-day multi-day calendar events | Peter Stone |
| 2026-07-16 | feat(widget): tap event to open its source directly, drop detail popup | Peter Stone |
| 2026-07-13 | Merge github/master: reconcile with parallel widget work | Peter Stone |
| 2026-07-13 | feat(widget): editable task details, scrollable list, and overdue-task fixes | Peter Stone |
| 2026-07-12 | feat(widget): add recurrence lookup endpoint (GET /api/widget/recurrence) | Peter Stone |
| 2026-07-12 | feat(widget): capture and forward RecurringEventID for calendar events | Peter Stone |
| 2026-07-12 | feat(widget): add POST /api/widget/add for quick-add | Peter Stone |
| 2026-07-12 | feat(widget): add DueDate field for doot tasks to the widget API | Peter Stone |
| 2026-07-12 | feat(widget): forward IsOverdue from TimelineItem to WidgetItem API | Peter Stone |
| 2026-07-12 | fix(timeline): include overdue native tasks in timeline and widget | Peter Stone |
| 2026-07-12 | fix(calendar): split comma-joined GOOGLE_CALENDAR_ID before use | Peter Stone |
| 2026-07-12 | fix(widget): pin all-day calendar events to the top instead of losing them | Peter Stone |
| 2026-07-12 | fix(widget): surface unmatched task IDs instead of silently no-opping | Peter Stone |
| 2026-07-06 | feat: remove Todoist integration entirely | Doot Agent |
| 2026-07-05 | Merge deploy/master (gateway/proxy fixes) with doot-native task completion fix | Peter Stone |
| 2026-07-05 | fix: native tasks missing from Tasks tab and blank title on completion | Doot Agent |
| 2026-07-05 | fix(proxy): set Host header to upstream target to satisfy loopback MCP DNS-re... | Peter Stone |
| 2026-06-29 | fix: calendar/meals sync, tomorrow flat layout, /health endpoint | Peter Stone |
| 2026-06-29 | feat: reschedule tasks from widget bottom sheet | Peter Stone |
| 2026-06-29 | feat: make Todoist optional, guard nil client calls | Peter Stone |
| 2026-06-29 | feat: native task management + Todoist migration | Peter Stone |
| 2026-06-29 | feat: add standalone task detail page for Android widget deep-links | Peter Stone |
| 2026-06-29 | fix: widget doubling (hourEnd), transparent bg, tomorrow items, larger text | Peter Stone |
| 2026-06-29 | fix: widget handler timezone, auth guard, and type switch clarity | Peter Stone |
| 2026-06-29 | feat: add widget HTTP handlers with bearer token auth | Peter Stone |
| 2026-06-29 | feat: add WidgetToken config + WidgetItem model for Android widget API | Peter Stone |
| 2026-06-18 | fix: add cdn.jsdelivr.net to CSP style-src for scout's Tailwind CSS | Peter Stone |
| 2026-06-18 | feat: add scout service mount to gateway | Peter Stone |
| 2026-06-15 | feat: service gateway framework + playground demo | Peter Stone |
| 2026-06-03 | fix: add CSRF and WebSocket origin protection to Claudomator proxy | Peter Stone |
| 2026-06-03 | feat: synchronize background image rotation across sessions | Peter Stone |
| 2026-03-25 | feat: add Claudomator stories as atom source in Doot tasks tab | Claude Agent |
| 2026-03-25 | feat: gate Claudomator UI behind Doot session auth via reverse proxy | Doot Agent |
| 2026-03-23 | fix: support multiple enabled Google Task lists and Calendars | Peter Stone |
| 2026-03-23 | feat: unify Google Tasks with main system via caching and integrated UI | Peter Stone |
| 2026-03-23 | feat: complete Agent Context API Phase 2 & 3 (Write/Create/Management) | Peter Stone |
| 2026-03-23 | fix: parse Todoist local datetimes, show near-future tasks, add undated tasks... | Peter Stone |
| 2026-03-22 | chore: unify and centralize agent configuration in .agent/ | Peter Stone |
| 2026-03-21 | feat: Phase 1 — remove bug feature and dead code | Peter Stone |
| 2026-03-19 | refactor: RF-04/08 migrate inline HTML to templates, standardize form parsing | Claude Agent |
| 2026-03-19 | test: add coverage for planning tab, meals, Google Tasks, bug handlers, compl... | Agent |