[DEPRECATED] Create and manage comments on work items - Use /work:comment-create or /work:comment-list instead
/plugin marketplace add fractary/claude-plugins/plugin install fractary-work@fractarycreate <issue_number> <text> | list <issue_number> [--limit <n>]claude-haiku-4-5<DEPRECATION_NOTICE> ⚠️ **THIS COMMAND IS DEPRECATED** This multi-function command has been split into focused single-purpose commands for better usability: - `/work:comment-create` - Add a comment to an issue - `/work:comment-list` - List comments on an issue **Why this change?** - Simpler command structure (no subcommands) - Shorter argument hints that fit on screen - Better discoverability through tab completion - Consistent with Unix philosophy: do one thing well **Migration:** - `/work:comment create 123 "text"` → `/work:comment-create 123 "text"` - `/work:comment list 123` → `/wor...