📝 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

@@ -2,7 +2,7 @@
[![Website Preview](https://img.shields.io/badge/Visit-Website-blue?logo=google-chrome)](https://superclaude-org.github.io/SuperClaude_Website/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://img.shields.io/pypi/v/SuperClaude.svg)](https://pypi.org/project/SuperClaude/)
[![npm version](https://img.shields.io/npm/v/@superclaude-org/superclaude.svg)](https://www.npmjs.com/package/@superclaude-org/superclaude)
[![npm version](https://img.shields.io/npm/v/@bifrost_inc/superclaude.svg)](https://www.npmjs.com/package/@bifrost_inc/superclaude)
[![Version](https://img.shields.io/badge/version-4.0.3-blue.svg)](https://github.com/SuperClaude-Org/SuperClaude_Framework)
[![GitHub issues](https://img.shields.io/github/issues/SuperClaude-Org/SuperClaude_Framework)](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/CONTRIBUTING.md)
@@ -18,7 +18,7 @@ SuperClaude is a meta-programming configuration framework that transforms Claude
pip install SuperClaude && SuperClaude install
# Via NPM (cross-platform)
npm install -g @superclaude-org/superclaude && superclaude install
npm install -g @bifrost_inc/superclaude && superclaude install
```
## Support the Project 💖