add_tag
Organize tasks efficiently by creating custom tags, copying tasks from existing tags, and integrating with git branches for streamlined task management.
Instructions
Create a new tag for organizing tasks in different contexts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
copyFromCurrent | No | Whether to copy tasks from the current tag (default: false) | |
copyFromTag | No | Specific tag to copy tasks from | |
description | No | Optional description for the tag | |
file | No | Path to the tasks file (default: tasks/tasks.json) | |
fromBranch | No | Create tag name from current git branch (ignores name parameter) | |
name | Yes | Name of the new tag to create | |
projectRoot | Yes | The directory of the project. Must be an absolute path. |