update_mindmap
Update a mind map with insights from completed tasks, errors, and solutions to track development knowledge.
Instructions
Update the mind map with new knowledge from completed tasks, errors encountered, or solutions found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | Whether the task was successful, failed, or partially completed | |
| error_details | No | Details about any errors encountered and how they were fixed | |
| files_involved | No | List of file paths that were involved in the task | |
| solution_details | No | Details about the solution approach and its effectiveness | |
| task_description | Yes | Description of the task that was performed | |
| patterns_discovered | No | Any new patterns or conventions discovered during the task |