Bug Fix
Fixes #105 - npm E404 error when installing via npm
Problem
The npm package is published as oh-my-claude-sisyphus but documentation and code incorrectly referenced oh-my-claudecode, causing:
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/oh-my-claudecode - Not found
Changes
- src/features/auto-update.ts: Fixed npm install and npm list commands to use correct package name
- docs/REFERENCE.md: Fixed installation command
- docs/MIGRATION.md: Fixed install and verification commands
- src/cli/README.md: Fixed CLI installation command
Notes
- The plugin name
oh-my-claudecodeis preserved for Claude Code commands (e.g.,/install-plugin oh-my-claudecode) - The npm package name
oh-my-claude-sisyphusis used for npm operations
Installation
# Install via npm
npm install -g oh-my-claude-sisyphus
# Or install as Claude Code plugin
claude /install-plugin oh-my-claudecode