Config Sync Status Compare your local Claude Code configuration against what's stored in the GitHub backup repo. Instructions Run the diff script: If the user doesn't specify a profile, omit the flag (uses active profile). Interpreting output The script shows each tracked file/directory with a status: - (green) — Exists locally but hasn't been pushed yet - (cyan) — Exists in the repo but hasn't been pulled yet - (yellow) — Exists in both but differs Recommendations Based on the output, suggest the appropriate action: - Local-only files → suggest - Remote-only files → suggest - Modified files…