diff --git a/CLAUDE.md b/CLAUDE.md index 27dc7cc..d702f82 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,13 +18,13 @@ uv run python script.py # Execute scripts ## ๐ Project Structure -> **โ ๏ธ IMPORTANT**: The `.claude-plugin/` directory and TypeScript plugin system described in older docs **DO NOT EXIST** in v4.1.7. +> **โ ๏ธ IMPORTANT**: The `.claude-plugin/` directory and TypeScript plugin system described in older docs **DO NOT EXIST** in v4.1.8. > This is planned for v5.0 (see [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419)). -**Current v4.1.7 Architecture**: Python package with slash commands +**Current v4.1.8 Architecture**: Python package with slash commands ``` -# Claude Code Configuration (v4.1.7) +# Claude Code Configuration (v4.1.8) .claude/ โโโ settings.json # User settings โโโ commands/ # Slash commands (installed via `superclaude install`) @@ -122,10 +122,10 @@ Registered via `pyproject.toml` entry point, automatically available after insta ### TypeScript Plugins (Planned for v5.0) -> **โ ๏ธ NOT IMPLEMENTED**: The TypeScript plugin system described below does not exist in v4.1.7. +> **โ ๏ธ NOT IMPLEMENTED**: The TypeScript plugin system described below does not exist in v4.1.8. > This is planned for v5.0. See [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419) and `docs/plugin-reorg.md`. -**Current v4.1.7 Commands** (slash commands, not plugins): +**Current v4.1.8 Commands** (slash commands, not plugins): - Install via: `pipx install superclaude && superclaude install` - Commands installed to: `~/.claude/commands/` - Available commands: `/pm`, `/research`, `/index-repo` (and others) @@ -248,7 +248,7 @@ Integrates with multiple MCP servers via **airis-mcp-gateway**. ## ๐ Development & Installation -### Current Installation Method (v4.1.7) +### Current Installation Method (v4.1.8) **Standard Installation**: ```bash @@ -276,7 +276,7 @@ make verify ### Plugin System (Planned for v5.0 - NOT AVAILABLE) -> **โ ๏ธ IMPORTANT**: The plugin system described in older documentation **does not exist** in v4.1.7. +> **โ ๏ธ IMPORTANT**: The plugin system described in older documentation **does not exist** in v4.1.8. > These features are planned for v5.0 (see [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419)). **What Does NOT Work** (yet): diff --git a/KNOWLEDGE.md b/KNOWLEDGE.md index 5198532..b5905e8 100644 --- a/KNOWLEDGE.md +++ b/KNOWLEDGE.md @@ -153,12 +153,12 @@ cat test_output.txt ### **Pitfall 4: Version Inconsistency** -**Problem**: VERSION file says 4.1.7, but package.json says 4.1.5, pyproject.toml says 0.4.0. +**Problem**: VERSION file says 4.1.8, but package.json says 4.1.5, pyproject.toml says 0.4.0. **Solution**: Understand versioning strategy: -- **Framework version** (VERSION file): User-facing version (4.1.7) +- **Framework version** (VERSION file): User-facing version (4.1.8) - **Python package** (pyproject.toml): Library semantic version (0.4.0) -- **NPM package** (package.json): Should match framework version (4.1.7) +- **NPM package** (package.json): Should match framework version (4.1.8) **When updating versions**: 1. Update VERSION file first @@ -523,7 +523,7 @@ Based on real usage data: ### **Lesson 1: Documentation Drift is Real** -**What happened**: README described v2.0 plugin system that didn't exist in v4.1.7 +**What happened**: README described v2.0 plugin system that didn't exist in v4.1.8 **Impact**: Users spent hours trying to install non-existent features diff --git a/PLANNING.md b/PLANNING.md index e55be39..cea455e 100644 --- a/PLANNING.md +++ b/PLANNING.md @@ -23,7 +23,7 @@ SuperClaude Framework transforms Claude Code into a structured development platf ## ๐๏ธ **Architecture Overview** -### **Current State (v4.1.7)** +### **Current State (v4.1.8)** SuperClaude is a **Python package** with: - Pytest plugin (auto-loaded via entry points) @@ -33,7 +33,7 @@ SuperClaude is a **Python package** with: - Optional slash commands (installed to ~/.claude/commands/) ``` -SuperClaude Framework v4.1.7 +SuperClaude Framework v4.1.8 โ โโโ Core Package (src/superclaude/) โ โโโ pytest_plugin.py # Auto-loaded by pytest @@ -237,7 +237,7 @@ Use SelfCheckProtocol to prevent hallucinations: ### **Version Management** 1. **Version sources of truth**: - - Framework version: `VERSION` file (e.g., 4.1.7) + - Framework version: `VERSION` file (e.g., 4.1.8) - Python package version: `pyproject.toml` (e.g., 0.4.0) - NPM package version: `package.json` (should match VERSION) @@ -338,7 +338,7 @@ Before releasing a new version: ## ๐ **Roadmap** -### **v4.1.7 (Current)** +### **v4.1.8 (Current)** - โ Python package with pytest plugin - โ PM Agent patterns (confidence, self-check, reflexion) - โ Parallel execution framework diff --git a/README-ja.md b/README-ja.md index 622f684..fd4130e 100644 --- a/README-ja.md +++ b/README-ja.md @@ -5,7 +5,7 @@ ### **Claude Codeใๆง้ ๅ้็บใใฉใใใใฉใผใ ใซๅคๆ**
-
+
-
+
-
+