copy_tag
Duplicate a task tag, including its tasks and metadata, to create a new tag. Define source and target tag names, project root, and optional details for streamlined task management in AI-driven development.
Instructions
Copy an existing tag to create a new tag with all tasks and metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional description for the new tag | |
file | No | Path to the tasks file (default: tasks/tasks.json) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
sourceName | Yes | Name of the source tag to copy from | |
targetName | Yes | Name of the new tag to create |