From 945c34590677e161a711ccaff0e1077197b1b178 Mon Sep 17 00:00:00 2001 From: Doot Agent Date: Mon, 6 Jul 2026 00:00:59 +0000 Subject: feat: remove Todoist integration entirely Native tasks (native_tasks table) fully replace Todoist. All Todoist API code, store functions, handlers, routes, templates, and tests have been removed. Migration 021 drops the now-unused tasks cache table. Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 3 --- 1 file changed, 3 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index fa70f68..597a39f 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,4 @@ # API Keys (REQUIRED) -# Get your Todoist API token from: Settings → Integrations → API token -TODOIST_API_KEY= - # Get BOTH from https://trello.com/power-ups/admin # 1. Create a Power-Up (or use existing one) # 2. Go to "API Key" tab and click "Generate a new API Key" -- cgit v1.2.3