remove_context_item
Remove an item from a project context list using its dot_path and zero-based index.
Instructions
Remove an item from a list in the project context by index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| index | Yes | Zero-based index of the item to remove. | |
| dot_path | Yes | Path to the list (e.g. 'active_tasks', 'key_files'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |