Restructure existing project to standard format with backup
commands/# Restructure This command restructures existing projects to follow standard format with backup support. Parameters: - root (optional): Project directory (default: current) - backup (optional): Create backup before restructuring (default: true) - remove_nonstandard (optional): Remove non-standard directories (default: true) - force (optional): Force restructuring without confirmation (default: false) - target_type (optional): Target project type (auto-detect if not provided) The command will: 1. Create backup if enabled 2. Analyze existing structure 3. Move/reorganize files to standard s...