diff --git a/CLAUDE.md b/CLAUDE.md index 90ca56a..27dc7cc 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.6. +> **β οΈ IMPORTANT**: The `.claude-plugin/` directory and TypeScript plugin system described in older docs **DO NOT EXIST** in v4.1.7. > This is planned for v5.0 (see [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419)). -**Current v4.1.6 Architecture**: Python package with slash commands +**Current v4.1.7 Architecture**: Python package with slash commands ``` -# Claude Code Configuration (v4.1.6) +# Claude Code Configuration (v4.1.7) .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.6. +> **β οΈ NOT IMPLEMENTED**: The TypeScript plugin system described below does not exist in v4.1.7. > 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.6 Commands** (slash commands, not plugins): +**Current v4.1.7 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.6) +### Current Installation Method (v4.1.7) **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.6. +> **β οΈ IMPORTANT**: The plugin system described in older documentation **does not exist** in v4.1.7. > 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 9307998..5198532 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.6, but package.json says 4.1.5, pyproject.toml says 0.4.0. +**Problem**: VERSION file says 4.1.7, 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.6) +- **Framework version** (VERSION file): User-facing version (4.1.7) - **Python package** (pyproject.toml): Library semantic version (0.4.0) -- **NPM package** (package.json): Should match framework version (4.1.6) +- **NPM package** (package.json): Should match framework version (4.1.7) **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.6 +**What happened**: README described v2.0 plugin system that didn't exist in v4.1.7 **Impact**: Users spent hours trying to install non-existent features diff --git a/PLANNING.md b/PLANNING.md index d3dc250..e55be39 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.6)** +### **Current State (v4.1.7)** 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.6 +SuperClaude Framework v4.1.7 β βββ 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.6) + - Framework version: `VERSION` file (e.g., 4.1.7) - 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.6 (Current)** +### **v4.1.7 (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 d787595..16c6ae0 100644 --- a/README-ja.md +++ b/README-ja.md @@ -5,7 +5,7 @@ ### **Claude Codeγζ§ι ειηΊγγ©γγγγ©γΌγ γ«ε€ζ**
-
+
-
+
-
+