update_progress
Track and update task progress on Buildable projects by providing task ID, progress percentage, status updates, completed steps, current step, challenges, modified files, time spent, and additional notes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
challenges | No | Any challenges or blockers encountered | |
completed_steps | No | List of completed steps | |
current_step | No | Current step being worked on | |
files_modified | No | List of files that were modified | |
notes | No | Additional notes | |
progress | Yes | Progress percentage (0-100) | |
status_update | Yes | Brief status update message | |
task_id | Yes | The ID of the task being updated | |
time_spent | No | Time spent in minutes |