Config Sync Setup Initialize Claude Config Sync by connecting to GitHub and creating the backup repository. What this does 1. Verifies CLI is installed and authenticated 2. Creates a private GitHub repo for config storage (or connects to existing) 3. Initializes the repo structure with a default profile 4. Performs the first push of your current Claude Code config Instructions Run the setup script. Parse user arguments for custom repo name and profile: - First argument (if provided): repo name (default: ) - Second argument (if provided): initial profile name (default: ) Replace REPO NAME and…