candle-annotator/src/app
Marko Djordjevic 8395f23744 feat: add bounded prediction cache (max 100 entries, FIFO eviction)
- Before inserting into predictionCacheRef, check if size >= 100
- If so, evict oldest entry via cache.keys().next().value (FIFO)
- Applied at both cache write sites (lines ~549 and ~671 in page.tsx)
- Marks task 8.5 as done in tasks.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 15:22:38 +01:00
..
annotation-types fix: change is_active type from number to boolean to match API response 2026-02-17 19:59:48 +01:00
api security: add CSV injection protection to all export routes 2026-02-18 11:20:36 +01:00
span-label-types fix: change is_active type from number to boolean to match API response 2026-02-17 19:59:48 +01:00
globals.css feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
layout.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
page.tsx feat: add bounded prediction cache (max 100 entries, FIFO eviction) 2026-02-18 15:22:38 +01:00