summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-07-16feat(tasks): add HTTP endpoints for projects and label colorsPeter Stone
2026-07-16feat(tasks): add label color CRUD store methodsPeter Stone
2026-07-16feat(tasks): add Projects CRUD store methodsPeter Stone
2026-07-16feat(tasks): add projects/labels schema, wire project_id through native tasksPeter Stone
2026-07-16refactor(store): extract agent session/trust methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract calendar and Google Tasks methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract shopping methods from sqlite.go into shopping.goPeter Stone
2026-07-16refactor(store): extract meal methods from sqlite.go into meals.goPeter Stone
2026-07-16chore: remove dead IsRecurring field and its always-false branchPeter Stone
2026-07-16chore: remove dead code (unused atom constants, orphaned handler)Peter Stone
2026-07-16fix(agent): restore doot-native task support in Agent API, remove stale testPeter Stone
2026-07-16fix(tasks): make CreateNextIteration atomically self-guardingPeter Stone
2026-07-16fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale idPeter Stone
2026-07-16feat(tasks): add HTTP endpoints for task detail, update, and recurrencePeter Stone
2026-07-16feat(tasks): add periodic due-date check for recurring tasksPeter Stone
2026-07-16feat(tasks): create the next recurring iteration on completionPeter Stone
2026-07-16feat(tasks): add ComputeNextOccurrence for recurring task schedulingPeter Stone
2026-07-16feat(tasks): add recurrence columns and model fields for native tasksPeter Stone
2026-07-16feat: add authenticated /docs viewer for superpowers specs/plansPeter Stone
2026-07-16fix(web): account for Google Calendar's exclusive all-day end-datePeter Stone
2026-07-16feat(web): show multi-day calendar events on every day they spanPeter Stone
2026-07-16fix(widget): forward End for all-day multi-day calendar eventsPeter Stone
2026-07-16feat(widget): tap event to open its source directly, drop detail popupPeter Stone
2026-07-13Merge github/master: reconcile with parallel widget workPeter Stone
2026-07-13feat(widget): editable task details, scrollable list, and overdue-task fixesPeter Stone
2026-07-12feat(widget): add recurrence lookup endpoint (GET /api/widget/recurrence)Peter Stone
2026-07-12feat(widget): capture and forward RecurringEventID for calendar eventsPeter Stone
2026-07-12feat(widget): add POST /api/widget/add for quick-addPeter Stone
2026-07-12feat(widget): add DueDate field for doot tasks to the widget APIPeter Stone
2026-07-12feat(widget): forward IsOverdue from TimelineItem to WidgetItem APIPeter Stone
2026-07-12fix(timeline): include overdue native tasks in timeline and widgetPeter Stone
2026-07-12fix(calendar): split comma-joined GOOGLE_CALENDAR_ID before usePeter Stone
2026-07-12fix(widget): pin all-day calendar events to the top instead of losing themPeter Stone
2026-07-12fix(widget): surface unmatched task IDs instead of silently no-oppingPeter Stone
2026-07-06feat: remove Todoist integration entirelyDoot Agent
2026-07-05Merge deploy/master (gateway/proxy fixes) with doot-native task completion fixPeter Stone
2026-07-05fix: native tasks missing from Tasks tab and blank title on completionDoot Agent
2026-07-05fix(proxy): set Host header to upstream target to satisfy loopback MCP DNS-re...Peter Stone
2026-06-29fix: calendar/meals sync, tomorrow flat layout, /health endpointPeter Stone
2026-06-29feat: reschedule tasks from widget bottom sheetPeter Stone
2026-06-29feat: make Todoist optional, guard nil client callsPeter Stone
2026-06-29feat: native task management + Todoist migrationPeter Stone
2026-06-29feat: add standalone task detail page for Android widget deep-linksPeter Stone
2026-06-29fix: widget doubling (hourEnd), transparent bg, tomorrow items, larger textPeter Stone
2026-06-29fix: widget handler timezone, auth guard, and type switch clarityPeter Stone
2026-06-29feat: add widget HTTP handlers with bearer token authPeter Stone
2026-06-29feat: add WidgetToken config + WidgetItem model for Android widget APIPeter Stone
2026-06-18fix: add cdn.jsdelivr.net to CSP style-src for scout's Tailwind CSSPeter Stone
2026-06-18feat: add scout service mount to gatewayPeter Stone
2026-06-15feat: service gateway framework + playground demoPeter Stone