feat(tasks): add Tauri commands for full task CRUD with WIP limit enforcement

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 12:53:06 +00:00
parent 13456e1fb6
commit 7a9a034e3a
3 changed files with 270 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ pub mod clipboard;
pub mod hardware;
pub mod history;
pub mod models;
pub mod tasks;
pub mod transcription;
pub mod windows;