mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-18 10:16:49 +00:00
fix: support installation on immutable distros with /var/home Resolves security validation issues on immutable Linux distributions (Fedora Silverblue, Bazzite, etc.) where /home is symlinked to /var/home. Changes: - Exclude /var/home/ from system directory restrictions - Resolve symlinks when validating .claude directory paths - Check specific /var subdirectories instead of blanket /var restriction This allows proper installation while maintaining security boundaries.