mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
BREAKING CHANGE: TaskManager has been removed in favor of the new Dataflow architecture Major changes: - Complete TaskManager removal and replacement with Dataflow APIs - Add Canvas task support to WriteAPI with dedicated methods - Enhance QueryAPI with convenience methods and caching - Integrate OnCompletionManager for task completion automation - Remove TaskManagerBridge in favor of DataflowBridge Features added: - Canvas task operations (update, delete, move, duplicate) - QueryAPI convenience methods (getTasksForFile, getTasksDueToday, etc.) - Synchronous cache methods for better performance - OnCompletion event triggering for task automation - Full backward compatibility through API adapters Documentation: - Add canvas-task-api-guide.md for Canvas task usage - Add oncompletion-feature-guide.md for automation features - Add taskmanager-writeapi-gap-analysis.md showing 100% coverage This completes the architectural migration to the event-driven Dataflow system, providing better performance, modularity, and extensibility. |
||
|---|---|---|
| .. | ||
| archive-executor.ts | ||
| base-executor.ts | ||
| canvas-operation-utils.ts | ||
| complete-executor.ts | ||
| delete-executor.ts | ||
| duplicate-executor.ts | ||
| keep-executor.ts | ||
| move-executor.ts | ||