mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
chore: update version and component metadata
- Bump version (pyproject.toml, setup/__init__.py) - Update CLAUDE.md import service references - Reflect component structure changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -20,5 +20,5 @@ DATA_DIR = SETUP_DIR / "data"
|
||||
# Import home directory detection for immutable distros
|
||||
from .utils.paths import get_home_directory
|
||||
|
||||
# Installation target
|
||||
DEFAULT_INSTALL_DIR = get_home_directory() / ".claude"
|
||||
# Installation target - SuperClaude components installed in subdirectory
|
||||
DEFAULT_INSTALL_DIR = get_home_directory() / ".claude" / "superclaude"
|
||||
|
||||
Reference in New Issue
Block a user