From e7b8a7d06e280b0a96b8d4f91676f088f346db33 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue, 16 Sep 2025 01:32:49 +0000
Subject: [PATCH] chore: Bump version from 4.1.0 to 4.1.1
Co-authored-by: Mithun Gowda B
Co-authored-by: Prashant R
---
CHANGELOG.md | 5 ++++-
CODE_OF_CONDUCT.md | 2 +-
CONTRIBUTING.md | 2 +-
Docs/Getting-Started/installation.md | 4 ++--
Docs/Getting-Started/quick-start.md | 4 ++--
Docs/Reference/common-issues.md | 4 ++--
Docs/Reference/troubleshooting.md | 4 ++--
Docs/User-Guide-jp/commands.md | 2 +-
Docs/User-Guide-zh/commands.md | 2 +-
Docs/User-Guide/commands.md | 2 +-
README-ja.md | 2 +-
README-zh.md | 2 +-
README.md | 2 +-
SECURITY.md | 2 +-
SuperClaude/__init__.py | 2 +-
VERSION | 2 +-
package.json | 2 +-
pyproject.toml | 2 +-
setup/__init__.py | 2 +-
setup/cli/base.py | 2 +-
setup/data/features.json | 12 ++++++------
21 files changed, 33 insertions(+), 30 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5290844..84c77b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [4.1.1] - 2025-09-15
+### Changed
+- Version bump from 4.1.0 to 4.1.1
+
## [4.1.0] - 2025-09-13
### Added
- Display author names and emails in the installer UI header.
@@ -26,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the `claude` CLI as a formal prerequisite for MCP server management, which was previously undocumented.
### Changed
-- Version bump to 4.1.0
### Technical
- Prepared package for PyPI distribution
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 46a8a9e..cf83d7b 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -518,7 +518,7 @@ This code of conduct draws inspiration from several established community standa
**Last Updated**: December 2024 (SuperClaude Framework v4.0)
**Next Review**: June 2025 (Semi-annual review cycle)
-**Version**: 4.1.0 (Updated for v4 community structure and governance)
+**Version**: 4.1.1 (Updated for v4 community structure and governance)
**Review Schedule:**
- **Semi-Annual Reviews**: Policy effectiveness assessment and community feedback integration
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58a6ec5..15f84d6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ SuperClaude Framework transforms Claude Code into a structured development platf
**Good Bug Report Example:**
```
**Environment:**
-- SuperClaude: 4.1.0
+- SuperClaude: 4.1.1
- OS: Ubuntu 22.04
- Claude Code: 1.5.2
- Python: 3.9.7
diff --git a/Docs/Getting-Started/installation.md b/Docs/Getting-Started/installation.md
index 781dc8c..243cdd6 100644
--- a/Docs/Getting-Started/installation.md
+++ b/Docs/Getting-Started/installation.md
@@ -5,7 +5,7 @@
### **Transform Claude Code with 21 Commands, 14 Agents & 6 MCP Servers**
-
+
@@ -266,7 +266,7 @@ SuperClaude install --dry-run
```bash
# Verify SuperClaude version
python3 -m SuperClaude --version
-# Expected: SuperClaude 4.1.0
+# Expected: SuperClaude 4.1.1
# List installed components
SuperClaude install --list-components
diff --git a/Docs/Getting-Started/quick-start.md b/Docs/Getting-Started/quick-start.md
index e484884..4331f88 100644
--- a/Docs/Getting-Started/quick-start.md
+++ b/Docs/Getting-Started/quick-start.md
@@ -6,7 +6,7 @@
-
+
@@ -486,7 +486,7 @@ Create custom workflows
- SuperClaude v4.1.0 - Context Engineering for Claude Code
+ SuperClaude v4.1.1 - Context Engineering for Claude Code
\ No newline at end of file
diff --git a/Docs/Reference/common-issues.md b/Docs/Reference/common-issues.md
index 406b3d8..2935d55 100644
--- a/Docs/Reference/common-issues.md
+++ b/Docs/Reference/common-issues.md
@@ -13,7 +13,7 @@ Test: /sc:brainstorm "test" should ask questions
### 2. Installation Verification
```bash
-python3 -m SuperClaude --version # Should show 4.1.0
+python3 -m SuperClaude --version # Should show 4.1.1
# If not working:
# For pipx users
@@ -71,7 +71,7 @@ pip3 install SuperClaude
```
## Verification Checklist
-- [ ] `python3 -m SuperClaude --version` returns 4.1.0
+- [ ] `python3 -m SuperClaude --version` returns 4.1.1
- [ ] `/sc:brainstorm "test"` works in Claude Code
- [ ] `SuperClaude install --list-components` shows components
diff --git a/Docs/Reference/troubleshooting.md b/Docs/Reference/troubleshooting.md
index 8733d78..93af580 100644
--- a/Docs/Reference/troubleshooting.md
+++ b/Docs/Reference/troubleshooting.md
@@ -6,7 +6,7 @@ Quick fixes to advanced diagnostics for SuperClaude Framework issues.
**Installation Verification:**
```bash
-python3 -m SuperClaude --version # Should show 4.1.0
+python3 -m SuperClaude --version # Should show 4.1.1
SuperClaude install --list-components
```
@@ -19,7 +19,7 @@ SuperClaude install --list-components
```
**Resolution Checklist:**
-- [ ] Version commands work and show 4.1.0
+- [ ] Version commands work and show 4.1.1
- [ ] `/sc:` commands respond in Claude Code
- [ ] MCP servers listed: `SuperClaude install --list-components | grep mcp`
diff --git a/Docs/User-Guide-jp/commands.md b/Docs/User-Guide-jp/commands.md
index 8fdfa0a..3b2e6e7 100644
--- a/Docs/User-Guide-jp/commands.md
+++ b/Docs/User-Guide-jp/commands.md
@@ -92,7 +92,7 @@ SuperClaude は、Claude Code が特殊な動作を実行するために読み
```shell
# Verify SuperClaude is working (primary method)
python3 -m SuperClaude --version
-# Example output: SuperClaude 4.1.0
+# Example output: SuperClaude 4.1.1
# Claude Code CLI version check
claude --version
diff --git a/Docs/User-Guide-zh/commands.md b/Docs/User-Guide-zh/commands.md
index 60df61b..1b9d51e 100644
--- a/Docs/User-Guide-zh/commands.md
+++ b/Docs/User-Guide-zh/commands.md
@@ -67,7 +67,7 @@ SuperClaude 提供行为上下文文件,Claude Code 通过读取这些文件
```bash
# 验证 SuperClaude 是否正常工作(主要方法)
python3 -m SuperClaude --version
-# 示例输出:SuperClaude 4.1.0
+# 示例输出:SuperClaude 4.1.1
# Claude Code CLI 版本检查
claude --version
diff --git a/Docs/User-Guide/commands.md b/Docs/User-Guide/commands.md
index 8aef0c1..4eda174 100644
--- a/Docs/User-Guide/commands.md
+++ b/Docs/User-Guide/commands.md
@@ -67,7 +67,7 @@ SuperClaude provides behavioral context files that Claude Code reads to adopt sp
```bash
# Verify SuperClaude is working (primary method)
python3 -m SuperClaude --version
-# Example output: SuperClaude 4.1.0
+# Example output: SuperClaude 4.1.1
# Claude Code CLI version check
claude --version
diff --git a/README-ja.md b/README-ja.md
index b05bd94..86ff401 100644
--- a/README-ja.md
+++ b/README-ja.md
@@ -5,7 +5,7 @@
### **Claude Codeを構造化開発プラットフォームに変換**
-
+
diff --git a/README-zh.md b/README-zh.md
index 711911e..25057fd 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -5,7 +5,7 @@
### **将Claude Code转换为结构化开发平台**
-
+
diff --git a/README.md b/README.md
index 9d96504..1075ac5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/SECURITY.md b/SECURITY.md
index 1783c4b..05eee25 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -723,7 +723,7 @@ For organizations requiring dedicated security support:
**Last Updated**: December 2024 (SuperClaude Framework v4.0)
**Next Review**: March 2025 (Quarterly review cycle)
-**Version**: 4.1.0 (Updated for v4 architectural changes)
+**Version**: 4.1.1 (Updated for v4 architectural changes)
**Review Schedule:**
- **Quarterly Reviews**: Security policy accuracy and completeness assessment
diff --git a/SuperClaude/__init__.py b/SuperClaude/__init__.py
index 26b0af4..8e3cfac 100644
--- a/SuperClaude/__init__.py
+++ b/SuperClaude/__init__.py
@@ -17,7 +17,7 @@ from pathlib import Path
try:
__version__ = (Path(__file__).parent.parent / "VERSION").read_text().strip()
except Exception:
- __version__ = "4.1.0" # Fallback
+ __version__ = "4.1.1" # Fallback
__author__ = "NomenAK, Mithun Gowda B"
__email__ = "anton.knoery@gmail.com, mithungowda.b7411@gmail.com"
__github__ = "NomenAK, mithun50"
diff --git a/VERSION b/VERSION
index ee74734..627a3f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.0
+4.1.1
diff --git a/package.json b/package.json
index baf5155..fe917d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@bifrost_inc/superclaude",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.",
"scripts": {
"postinstall": "node ./bin/install.js",
diff --git a/pyproject.toml b/pyproject.toml
index 4669ffa..f8607b1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "SuperClaude"
-version = "4.1.0"
+version = "4.1.1"
authors = [
{name = "NomenAK", email = "anton.knoery@gmail.com"},
{name = "Mithun Gowda B", email = "mithungowda.b7411@gmail.com"}
diff --git a/setup/__init__.py b/setup/__init__.py
index 6b3937d..4a27913 100644
--- a/setup/__init__.py
+++ b/setup/__init__.py
@@ -8,7 +8,7 @@ from pathlib import Path
try:
__version__ = (Path(__file__).parent.parent / "VERSION").read_text().strip()
except Exception:
- __version__ = "4.1.0" # Fallback
+ __version__ = "4.1.1" # Fallback
__author__ = "NomenAK, Mithun Gowda B"
diff --git a/setup/cli/base.py b/setup/cli/base.py
index 110371e..f9ed6cc 100644
--- a/setup/cli/base.py
+++ b/setup/cli/base.py
@@ -10,7 +10,7 @@ from pathlib import Path
try:
__version__ = (Path(__file__).parent.parent.parent / "VERSION").read_text().strip()
except Exception:
- __version__ = "4.1.0" # Fallback
+ __version__ = "4.1.1" # Fallback
def get_command_info():
diff --git a/setup/data/features.json b/setup/data/features.json
index e735f62..82d1187 100644
--- a/setup/data/features.json
+++ b/setup/data/features.json
@@ -2,7 +2,7 @@
"components": {
"core": {
"name": "core",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "SuperClaude framework documentation and core files",
"category": "core",
"dependencies": [],
@@ -11,7 +11,7 @@
},
"commands": {
"name": "commands",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "SuperClaude slash command definitions",
"category": "commands",
"dependencies": ["core"],
@@ -20,7 +20,7 @@
},
"mcp": {
"name": "mcp",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "MCP server configuration management via .claude.json",
"category": "integration",
"dependencies": ["core"],
@@ -29,7 +29,7 @@
},
"modes": {
"name": "modes",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "SuperClaude behavioral modes (Brainstorming, Introspection, Task Management, Token Efficiency)",
"category": "modes",
"dependencies": ["core"],
@@ -38,7 +38,7 @@
},
"mcp_docs": {
"name": "mcp_docs",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "MCP server documentation and usage guides",
"category": "documentation",
"dependencies": ["core"],
@@ -47,7 +47,7 @@
},
"agents": {
"name": "agents",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "14 specialized AI agents with domain expertise and intelligent routing",
"category": "agents",
"dependencies": ["core"],