config-audit Audits the repo's Claude configuration against . Read-only. Produces consumed by . Triggers : /config-audit, audit config, audit claude config, review configuration, configuration health check --- Process Step 0 — Detect execution context Determine which mode to run in (per Principle 13): - Global mode — CWD is the repo. Detected when ALL of: - exists at CWD root. - exists at CWD root. - OR basename of CWD matches or . - Project mode — CWD is any other directory containing a at root. - No-config mode — CWD has no . Stop and print: Record the detected mode and proceed. The mode co…