mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
## Major Platform-Specific Improvements ### Windows Path Standardization - **Fixed forward slash issues**: All Windows paths now use proper backslashes - **Standardized path variables**: Consistent use of %USERPROFILE% instead of mixed %USERNAME% - **Proper error path examples**: Fixed error messages to show correct Windows paths ### Shell Command Organization - **Clear platform separation**: Added distinct Linux/macOS vs Windows sections - **Proper language tags**: bash for Unix, cmd for Windows Command Prompt, powershell for PowerShell - **Platform headers**: Clear "Linux/macOS" and "Windows" labels for all command blocks ### Cross-Platform Command Coverage - **Diagnostic commands**: Both platforms now have equivalent diagnostic procedures - **Recovery procedures**: Platform-specific backup/restore operations - **Installation fixes**: Proper installation commands for both environments ## Files Updated - `Reference/common-issues.md`: Platform-specific quick fixes with proper shell tags - `Reference/troubleshooting.md`: Comprehensive cross-platform diagnostic procedures ## Technical Details - Windows commands use proper path syntax (backslashes, %USERPROFILE%) - Unix commands maintained with proper forward slash paths - All code blocks properly tagged with language identifiers - Platform-specific alternatives provided for all major operations This resolves platform-specific issues identified in documentation review and ensures consistent user experience across Windows, Linux, and macOS environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>