mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Fix: Update all GitHub URLs to correct repository location (#254)
Changed all links from `github.com/NomenAK/SuperClaude` to `github.com/SuperClaude-Org/SuperClaude_Framework`
This commit is contained in:
@@ -13,8 +13,8 @@ uv add SuperClaude
|
||||
|
||||
**Option B: From Source**
|
||||
```bash
|
||||
git clone https://github.com/NomenAK/SuperClaude.git
|
||||
cd SuperClaude
|
||||
git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
|
||||
cd SuperClaude_Framework
|
||||
uv sync
|
||||
```
|
||||
### 🔧 UV / UVX Setup Guide
|
||||
@@ -516,7 +516,7 @@ SuperClaude install --quick --dry-run
|
||||
### Still Having Issues? 🤔
|
||||
|
||||
**Check our troubleshooting resources:**
|
||||
- GitHub Issues: https://github.com/NomenAK/SuperClaude/issues
|
||||
- GitHub Issues: https://github.com/SuperClaude-Org/SuperClaude_Framework/issues
|
||||
- Look for existing issues similar to yours
|
||||
- Create a new issue if you can't find a solution
|
||||
|
||||
|
||||
28
README.md
28
README.md
@@ -2,10 +2,10 @@
|
||||
[](https://superclaude-org.github.io/SuperClaude_Website/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pypi.org/project/SuperClaude/)
|
||||
[](https://github.com/NomenAK/SuperClaude)
|
||||
[](https://github.com/NomenAK/SuperClaude/issues)
|
||||
[](https://github.com/NomenAK/SuperClaude/blob/master/CONTRIBUTING.md)
|
||||
[](https://github.com/NomenAK/SuperClaude/graphs/contributors)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/CONTRIBUTING.md)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors)
|
||||
[](https://superclaude-org.github.io/SuperClaude_Website/)
|
||||
|
||||
A framework that extends Claude Code with specialized commands, personas, and MCP server integration.
|
||||
@@ -265,11 +265,11 @@ Most users probably won't need to change anything - it usually works okay out of
|
||||
|
||||
Want to learn more? Check out our guides:
|
||||
|
||||
- 📚 [**User Guide**](https://github.com/NomenAK/SuperClaude/blob/master/Docs/superclaude-user-guide.md) - Complete overview and getting started
|
||||
- 🛠️ [**Commands Guide**](https://github.com/NomenAK/SuperClaude/blob/master/Docs/commands-guide.md) - All 16 slash commands explained
|
||||
- 🏳️ [**Flags Guide**](https://github.com/NomenAK/SuperClaude/blob/master/Docs/flags-guide.md) - Command flags and options
|
||||
- 🎭 [**Personas Guide**](https://github.com/NomenAK/SuperClaude/blob/master/Docs/personas-guide.md) - Understanding the persona system
|
||||
- 📦 [**Installation Guide**](https://github.com/NomenAK/SuperClaude/blob/master/Docs/installation-guide.md) - Detailed installation instructions
|
||||
- 📚 [**User Guide**](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/Docs/superclaude-user-guide.md) - Complete overview and getting started
|
||||
- 🛠️ [**Commands Guide**](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/Docs/commands-guide.md) - All 16 slash commands explained
|
||||
- 🏳️ [**Flags Guide**](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/Docs/flags-guide.md) - Command flags and options
|
||||
- 🎭 [**Personas Guide**](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/Docs/personas-guide.md) - Understanding the persona system
|
||||
- 📦 [**Installation Guide**](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/Docs/installation-guide.md) - Detailed installation instructions
|
||||
|
||||
These guides have more details than this README and are kept up to date.
|
||||
|
||||
@@ -319,7 +319,7 @@ A: The basic stuff works pretty well, but definitely expect some rough edges sin
|
||||
|
||||
## SuperClaude Contributors
|
||||
|
||||
[](https://github.com/NomenAK/SuperClaude/graphs/contributors)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors)
|
||||
|
||||
## License
|
||||
|
||||
@@ -327,11 +327,11 @@ MIT - [See LICENSE file for details](https://opensource.org/licenses/MIT)
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://www.star-history.com/#NomenAK/SuperClaude&Date">
|
||||
<a href="https://www.star-history.com/#SuperClaude-Org/SuperClaude_Framework&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date" />
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date" />
|
||||
</picture>
|
||||
</a>
|
||||
---
|
||||
|
||||
@@ -30,10 +30,10 @@ classifiers = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/NomenAK/SuperClaude"
|
||||
Repository = "https://github.com/NomenAK/SuperClaude"
|
||||
"Bug Tracker" = "https://github.com/NomenAK/SuperClaude/issues"
|
||||
"GitHub" = "https://github.com/NomenAK/SuperClaude"
|
||||
Homepage = "https://github.com/SuperClaude-Org/SuperClaude_Framework"
|
||||
Repository = "https://github.com/SuperClaude-Org/SuperClaude_Framework"
|
||||
"Bug Tracker" = "https://github.com/SuperClaude-Org/SuperClaude_Framework/issues"
|
||||
"GitHub" = "https://github.com/SuperClaude-Org/SuperClaude_Framework"
|
||||
"Mithun Gowda B" = "https://github.com/mithun50"
|
||||
"NomenAK" = "https://github.com/NomenAK"
|
||||
|
||||
|
||||
6
setup.py
6
setup.py
@@ -56,7 +56,7 @@ setuptools.setup(
|
||||
description="SuperClaude Framework Management Hub",
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/NomenAK/SuperClaude",
|
||||
url="https://github.com/SuperClaude-Org/SuperClaude_Framework",
|
||||
packages=setuptools.find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=get_install_requires(),
|
||||
@@ -68,10 +68,10 @@ setuptools.setup(
|
||||
},
|
||||
python_requires=">=3.8",
|
||||
project_urls={
|
||||
"GitHub": "https://github.com/NomenAK/SuperClaude",
|
||||
"GitHub": "https://github.com/SuperClaude-Org/SuperClaude_Framework",
|
||||
"Mithun Gowda B": "https://github.com/mithun50",
|
||||
"NomenAK": "https://github.com/NomenAK",
|
||||
"Bug Tracker": "https://github.com/NomenAK/SuperClaude/issues",
|
||||
"Bug Tracker": "https://github.com/SuperClaude-Org/SuperClaude_Framework/issues",
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
||||
Reference in New Issue
Block a user