Bug Fix
Fixes #22 — /autoresearch (without suffix like :debug or :fix) was throwing "Unknown skill: autoresearch" error.
Root Cause
Claude Code resolves slash commands via .claude/commands/<name>.md files. All subcommands (:debug, :fix, :plan, :security, :ship) had their registration files, but the base /autoresearch command was missing its registration file — only the directory existed.
What Changed
- Added
commands/autoresearch.md— base command registration with proper frontmatter, argument hints, and protocol loading instructions - Version bumped to 1.3.3
Upgrade
# If installed via plugin
/plugin install autoresearch@autoresearch
# If installed via git
cd ~/.claude/skills && git pull