diff --git a/Docs/installation-guide.md b/Docs/installation-guide.md
index 15c2c64..2b4febd 100644
--- a/Docs/installation-guide.md
+++ b/Docs/installation-guide.md
@@ -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
diff --git a/README.md b/README.md
index 8abb3c8..055335a 100644
--- a/README.md
+++ b/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
-
+
-
-
-
+
+
+
---
diff --git a/pyproject.toml b/pyproject.toml
index 70aa1fa..52cdf4a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"
diff --git a/setup.py b/setup.py
index 607777f..2462b59 100644
--- a/setup.py
+++ b/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",