feat: implement update task status in new module

- also implement for api storage
This commit is contained in:
Ralph Khreish
2025-09-17 14:35:52 +02:00
parent 137ef36278
commit 3657e798e8
4 changed files with 405 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export { ListTasksCommand } from './commands/list.command.js';
export { ShowCommand } from './commands/show.command.js';
export { AuthCommand } from './commands/auth.command.js';
export { ContextCommand } from './commands/context.command.js';
export { SetStatusCommand } from './commands/set-status.command.js';
// UI utilities (for other commands to use)
export * as ui from './utils/ui.js';