update_subtask
Append timestamped updates to a specific subtask in Task Master, ensuring traceability and organization. Ideal for adding progress notes or research-backed insights without altering existing content.
Instructions
Appends timestamped information to a specific subtask without replacing existing content. If you just want to update the subtask status, use set_task_status instead.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Absolute path to the tasks file | |
id | Yes | ID of the subtask to update in format "parentId.subtaskId" (e.g., "5.2"). Parent ID is the ID of the task that contains the subtask. | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
prompt | Yes | Information to add to the subtask | |
research | No | Use Perplexity AI for research-backed updates | |
tag | No | Tag context to operate on |