v7.5.2 - Categorized Commands with Stable Namespace
What's New in v7.5.2
Stability Fix: Reverted to claude-octopus namespace while keeping all UX improvements from v7.5.0.
Key Changes
✅ Categorized Commands - Three clear categories:
sys-*- System commands (setup, update, configure)flow-*- Workflow phases (probe, grasp, tangle, ink)skill-*- Specialized capabilities (21 skills)
✅ 15 Shortcuts - Power user aliases:
/claude-octopus:setup(shortcut for sys-setup)/claude-octopus:probe(shortcut for flow-probe)/claude-octopus:debate(shortcut for skill-debate)- And 12 more...
✅ Familiar Namespace - Using claude-octopus for stability
✅ All Tests Passing - 51/51 tests green
Installation
/plugin install claude-octopus@nyldn-pluginsExample Commands
/claude-octopus:setup # Guided setup (shortcut)
/claude-octopus:sys-update # Check for updates
/claude-octopus:flow-probe # Research workflow
/claude-octopus:skill-code-review # Code reviewFixes from v7.5.0
- Removed unsupported
dependenciesfield that caused installation errors - Reverted plugin namespace to
claude-octopusfor familiarity - Simplified marketplace registration
Migration from v7.4
All your existing commands still work! The new categorized names are optional but recommended:
| Old | New (Recommended) | Shortcut |
|---|---|---|
setup
| sys-setup
| setup
|
check-update
| sys-update
| update
|
probe-workflow
| flow-probe
| probe
|
code-review
| skill-code-review
| review
|
See MIGRATION-v7.5.md for complete migration guide.
Full Changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md