update_context
Update a specific field in the project context using dot notation, ensuring project information stays accurate.
Instructions
Update a specific field in the project context using dot notation (e.g. 'project.description', 'conventions.code_style').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| value | Yes | The value to set. | |
| dot_path | Yes | Dot-notation path to the field (e.g. 'project.description'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |