config-refactor Applies fixes from against the repo configuration. Reads and as its spec; never invents rules. Triggers : /config-refactor, apply config fixes, refactor claude config, fix config issues --- Process Step 0 — Detect execution context Apply the same detection logic as Step 0 (per Principle 13): - Global mode — CWD is the repo. Fixes apply to repo files only. - Project mode — CWD is another project with a . Fixes apply to the project's own files only. The global layer is read-only — MUST NEVER edit or the source repo from project mode. - No-config mode — no in CWD. Stop and print:…