mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-26 00:52:18 +03:00
Our PR fixed the last no-restricted-imports violation in src/lib/memory/embedding/index.ts (localDb barrel import replaced by a direct readCache import), so the frozen suppression entry for that file became stale. The gate (run-eslint-json.mjs) hard-fails on stale entries, so remove it to keep 'No new ESLint warnings' green.