Organize/components/board
Brian Fertig eb32aee653 Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades
- Scheduled to-dos: new ScheduledTodo + ScheduledTodoCompletion models
  (owner-XOR-project ownership like Category, per-occurrence completion
  so a recurring to-do tracks done state per calendar date), recurrence
  built server-side from validated parts via rrule-utils, CRUD +
  occurrence-toggle server actions, add/edit dialog, and a collapsible
  Scheduled side panel (overdue / today / upcoming) with UTC-safe
  date-key formatting.
- AI to-dos: group-level AI dialog (lib/actions/todo-ai.ts) that chats
  then proposes a finalize list of to-dos; editable proposals and bulk
  add via BoardProvider.addTodos; speech recognition gains better error
  handling (network/firewall message, error logging).
- Building upgrades: new `upgradesFrom` rule — Nuclear Power Plant can
  replace a friendly Energy Generator and Advanced Metal Generator a
  Mass Generator (same tile + footprint, per TALogic.findUpgradeTarget),
  crediting a 50% refund of the replaced building's OWN cost;
  compileRules validates the references, topperFrame gets a generic
  spinning-glyph fallback in TAArt.
- Movement rework: pushOutOfObstacles replaces the hard tile-snap with a
  damped circle-vs-tile overlap push, and pathfinding routes at exact-fit
  clearance instead of +1 padding (fixes corner grinding/stalling).
- New map m06 "Annihilation" (medium, snowfields, Klaxon skill 5, seed
  90123 — pre-vetted for early-economy balance).
- Tests: upgrade placement (ownership, type match, exact footprint,
  refund, army-less fallback), obstacle routing/settling, corridor
  moves; sprites.md updated for upgradesFrom and toppers.
2026-08-17 15:03:13 -06:00
..
add-category-lane.tsx
add-group-popover.tsx
board-context.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
category-lane.tsx V1 Changes 2026-08-11 16:37:01 -06:00
color-swatch-picker.tsx
edit-group-dialog.tsx V1 Changes 2026-08-11 16:37:01 -06:00
empty-state.tsx
group-ai-dialog.tsx feat: add "Ask AI" dialog for groups with voice input 2026-08-12 15:48:05 -06:00
group-card-overlay.tsx V1 Changes 2026-08-11 16:37:01 -06:00
group-card.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
hand-drawn-check.tsx V1 Changes 2026-08-11 16:37:01 -06:00
kanban-board.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
mouse-follow-tooltip.tsx V1 Changes 2026-08-11 16:37:01 -06:00
notes-dialog.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
todo-ai-dialog.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
todo-checkbox.tsx V1 Changes 2026-08-11 16:37:01 -06:00
todo-create-popover.tsx V1 Changes 2026-08-11 16:37:01 -06:00
todo-edit-dialog.tsx feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
todo-progress-pie.tsx Completion Pie Charts 2026-08-12 11:24:43 -06:00