/** * Profile legacy gate-key validation — PRI-286 retirement + P2-8 aliases * * gate / progressive_gate / thinking_checkpoint (and the historical plugin * normalizer's camelCase aliases progressiveGate / thinkingCheckpoint) are * retired profile keys. The validator must: * - keep loading (never hard-reject an old workspace); * - emit a deprecation warning for each occurrence (rc-9: observable); * - NOT pass any of them into the effective config value (ignore, never * restored to canonical config — P2-8). */ export {}; //# sourceMappingURL=pd-validate-profile-legacy-keys.test.d.ts.map