Attach a link (PR, doc, commit) to the linked Todoist task
Attach a link (PR, doc, commit) to the linked Todoist task as a comment for tracking. Use when you need to reference external resources related to your current task.
/plugin marketplace add dhruvbaldawa/ccconfigs/plugin install todoist@ccconfigs<URL> [DESCRIPTION]Add a comment with a link to the currently linked Todoist task. Useful for tracking related pull requests, documentation, commits, or other assets.
Arguments:
url (required): URL to attach (PR, commit, doc, etc.)description (optional): Human-readable description of the linkExamples:
# Attach a PR
/attach https://github.com/user/repo/pull/123
# Attach a PR with description
/attach https://github.com/user/repo/pull/123 "Add user authentication"
# Attach a commit
/attach https://github.com/user/repo/commit/abc123 "Fix login bug"
# Attach documentation
/attach https://docs.example.com/feature-spec "Feature specification"
What happens:
🔗 [description]: url or 🔗 url if no descriptionRequirements:
claude-todoist wrapper or /search)CLAUDE_TODOIST_TASK_ID environment variableImplementation:
# Use TODOIST_PLUGIN_ROOT set by claude-todoist wrapper
"${TODOIST_PLUGIN_ROOT}/scripts/attach.ts" "$@"