add_to_context_list
Add an item to any list field in the project context, such as tech stack languages, key files, or goals. Provide the dot_path to the list and the item to append, updating the persistent project brain.
Instructions
Add an item to a list field in the context (e.g. tech_stack.languages, key_files, active_tasks, goals).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Item to add (string, or JSON for complex items). | |
| path | No | Project root directory. | . |
| dot_path | Yes | Path to the list field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |