rename_tag
Update tag names in task management files to improve organization and clarity. Specify the old and new tag names along with the project directory for precise renaming.
Instructions
Rename an existing tag
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Path to the tasks file (default: tasks/tasks.json) | |
newName | Yes | New name for the tag | |
oldName | Yes | Current name of the tag to rename | |
projectRoot | Yes | The directory of the project. Must be an absolute path. |