chore: bump version to 4.1.9 and add __init__.py to all packages

- Bump version from 4.1.8 to 4.1.9 in all relevant files
- Add __init__.py to all directories in src/superclaude/ and plugins/superclaude/
- Update pyproject.toml to include plugins/superclaude package
- Update MANIFEST.in to include plugin resources
- Ensure proper Python package structure with 27 __init__.py files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
mithun50
2025-11-14 14:15:44 +01:00
parent 18c0e4e127
commit fd8c67f6f0
30 changed files with 47 additions and 29 deletions

View File

@@ -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.8.
> **⚠️ IMPORTANT**: The `.claude-plugin/` directory and TypeScript plugin system described in older docs **DO NOT EXIST** in v4.1.9.
> This is planned for v5.0 (see [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419)).
**Current v4.1.8 Architecture**: Python package with slash commands
**Current v4.1.9 Architecture**: Python package with slash commands
```
# Claude Code Configuration (v4.1.8)
# Claude Code Configuration (v4.1.9)
.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.8.
> **⚠️ NOT IMPLEMENTED**: The TypeScript plugin system described below does not exist in v4.1.9.
> 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.8 Commands** (slash commands, not plugins):
**Current v4.1.9 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.8)
### Current Installation Method (v4.1.9)
**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.8.
> **⚠️ IMPORTANT**: The plugin system described in older documentation **does not exist** in v4.1.9.
> These features are planned for v5.0 (see [issue #419](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues/419)).
**What Does NOT Work** (yet):