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

@@ -5,7 +5,7 @@ AI-enhanced development framework for Claude Code.
Provides pytest plugin for enhanced testing and optional skills system.
"""
__version__ = "4.1.8"
__version__ = "4.1.9"
__author__ = "NomenAK, Mithun Gowda B"
# Expose main components

View File

View File

View File

View File

View File

View File

View File