📝 Update NPM package references to @bifrost_inc/superclaude

- Updated all documentation to use @bifrost_inc/superclaude
- Fixed installation commands in README and docs
- Updated release instructions with correct NPM package name
- Cleaned up temporary package files
This commit is contained in:
NomenAK
2025-08-22 21:04:59 +02:00
parent 8605ef06f0
commit 7409e4d5c8
5 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ SuperClaude install
**NPM:**
```bash
npm install -g superclaude
npm install -g @bifrost_inc/superclaude
SuperClaude install
```
@@ -75,7 +75,7 @@ pip install SuperClaude
**JavaScript/Node.js Users:**
```bash
npm install -g superclaude # ⚠️ Verify exact package name
npm install -g @bifrost_inc/superclaude
```
**Development/Contributors:**