summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-07-16Infer a default estimate from same-project/label averagesPeter Stone
2026-07-16Add budget-tracked toggles for projects/labels; fix SetLabelColor wiping the ...Peter Stone
2026-07-16Add availability_blocks CRUD to the store layerPeter Stone
2026-07-16Add estimated_minutes to native task read/write/recurrence pathsPeter Stone
2026-07-16gofmt internal/models/types.go and budget.goPeter Stone
2026-07-16Add budget/availability model typesPeter Stone
2026-07-16Add schema for task budgets and availability blocksPeter Stone
2026-07-16fix(agent): pass project_id through on Agent API task creationPeter Stone
2026-07-16test(tasks): add tests for project color threadingPeter Stone
2026-07-16feat(tasks): thread project color from BuildTimeline to WidgetItemPeter Stone
2026-07-16test(tasks): add test cases for project and label endpointsPeter Stone
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