update_task
Modify a specific task by its ID with new details or context, using Perplexity AI for research-backed updates or appending timestamped information. Ensures accurate task management within the project directory.
Instructions
Updates a single task by ID with new information or context provided in the prompt.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
append | No | Append timestamped information to task details instead of full update | |
file | No | Absolute path to the tasks file | |
id | Yes | ID of the task (e.g., '15') to update. Subtasks are supported using the update-subtask tool. | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
prompt | Yes | New information or context to incorporate into the task | |
research | No | Use Perplexity AI for research-backed updates | |
tag | No | Tag context to operate on |