mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
#6533 guard: every registered catalog engine must have an aggressivenessOf() rank above "off" and a non-generic expectedReductionFactor(), or floor-mode escalation ranking silently treats it as inert. The `codex-responses` engine (Responses Tool Output, stackPriority 12, added with the 12-engine catalog) was never added to AGGRESSIVENESS / REDUCTION_FACTOR in adaptiveCompression/ladder.ts, so aggressivenessOf() returned 0 (== off) and expectedReductionFactor() fell back to the generic 0.9. Placed it between rtk (20) and ionizer (25) with a conservative, lossless-first reduction factor of 0.85 — it stays a single-mode engine, not part of the automatic DEFAULT_LADDER (like ionizer / relevance / omniglyph). Validated: ladder-engine-maps-6533 now 3/3; the compression/adaptive ladder test files stay green (24/0).