Skip to main content

useTaskActions

The useTaskActions hook (hooks/commits/useTaskActions.ts) provides all CRUD operations for committed tasks. Each action goes through the Triple-Write Orchestrator.

Available Actions


Strict Mode Guard

Before any edit or delete, the hook checks strict_until on the task. If the timestamp has not passed, the operation is rejected with a user-facing error message.