Fix blumeops-tasks for Todoist API v1 migration

Todoist shut down REST API v2 (returns 410 Gone). Migrate to the new
unified API v1, add cursor-based pagination for projects and tasks,
and switch credential retrieval from `op item get --fields` to `op read`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-11 14:32:42 -08:00
commit ea200e22cc
2 changed files with 31 additions and 22 deletions

View file

@ -0,0 +1 @@
Fix blumeops-tasks: migrate from deprecated Todoist REST API v2 to API v1, handle cursor-based pagination, and use `op read` for 1Password credential retrieval.