mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-21 22:32:22 +03:00
The dual-layer semantic cache branch's "catch up to upstream" merge commit accidentally dropped the react-hooks/immutability suppression for 5 UI test files this PR never touches (use-improve-prompt, use-presets, use-stream-metrics, use-structured-output, use-tools-builder). Verified with eslint that they still trip the rule and restored the entries; the other removed entries (tlsClientBase.ts, check-licenses.test.ts, combo-routing-engine.test.ts, src/lib/semanticCache.ts) were confirmed clean and left as-is. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>