rename_tag
Modify existing tag names in task files by specifying the old and new tag names, ensuring accurate task management within the project directory.
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. |