Functionsยง
- create_
event - Add an event to a task
- create_
task - Create a new task
- delete_
event - Delete an event
- 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 (from in-memory state)
- 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
- update_
event - Update an event
- update_
task - Update a task