From df01c52b88bb541b9119101a3eab31ee969a70c8 Mon Sep 17 00:00:00 2001 From: developerjhp Date: Thu, 31 Jul 2025 11:04:54 +0900 Subject: [PATCH] fix: Update all GitHub URLs to correct repository location - Changed all links from github.com/NomenAK/SuperClaude to github.com/SuperClaude-Org/SuperClaude_Framework --- Docs/installation-guide.md | 6 +++--- README.md | 28 ++++++++++++++-------------- pyproject.toml | 8 ++++---- setup.py | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) 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 @@ [![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/) -[![Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://github.com/NomenAK/SuperClaude) -[![GitHub issues](https://img.shields.io/github/issues/NomenAK/SuperClaude)](https://github.com/NomenAK/SuperClaude/issues) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/NomenAK/SuperClaude/blob/master/CONTRIBUTING.md) -[![Contributors](https://img.shields.io/github/contributors/NomenAK/SuperClaude)](https://github.com/NomenAK/SuperClaude/graphs/contributors) +[![Version](https://img.shields.io/badge/version-3.0.0-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) +[![Contributors](https://img.shields.io/github/contributors/SuperClaude-Org/SuperClaude_Framework)](https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors) [![Website](https://img.shields.io/website?url=https://superclaude-org.github.io/SuperClaude_Website/)](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 -[![Contributors](https://contrib.rocks/image?repo=NomenAk/SuperClaude)](https://github.com/NomenAK/SuperClaude/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=SuperClaude-Org/SuperClaude_Framework)](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 - + - - - Star History Chart + + + Star History Chart --- 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",