Module handlers

Module handlers 

Source

Functionsยง

create_event
Add an event to a task
create_task
Create a new task
delete_task
Delete a task
done_task
Complete the current task
get_current_task
Get current task
get_task
Get a single task by ID
list_events
List events for a task
list_projects
List all registered projects
list_tasks
Get all tasks with optional filters
pick_next_task
Pick next task recommendation
search
Unified search across tasks and events
spawn_subtask
Spawn a subtask and switch to it Note: This creates a subtask of the CURRENT task, not an arbitrary parent
start_task
Start a task (set as current)
switch_project
Switch to a different project database dynamically
switch_task
Switch to a different task
update_task
Update a task