festifun/plan/ISSUES.md
m3ultra 7c13f519d2 Phase 4 polish: anchor supersede + delete, docs/ideas, field-test scaffolding
Fixes the sole Round-3 wart: annotating one object from two views now yields
ONE anchor (the single-view fallback is superseded in place by the
triangulation, same id) instead of a sibling pair. Adds DELETE /api/anchors/{id}
(unlinks annotations, 404 on unknown) + a deletable anchor list in the
correction panel. db gains get/update/delete_anchor + get_annotations(event_id).
CR-3 filed (additive). Suite 101 -> 103; frontend build clean; delete UI
verified live (state + DOM + 3D scene stay consistent).

Also: docs/ideas.md (future extensions), plan/ISSUES.md (seeded with the
gemini-2.5-flash retirement, FIXED), plan/status/phase4.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 12:15:35 +10:00

1.5 KiB

Field Issues

Problems found when the pipeline meets real footage (or real APIs), logged here instead of being rushed into fixes mid-field-test (per plan/10-integration.md item 4). Coordinator triages; polish/fixes land in a later phase.

Format (newest at the bottom):

### ISSUE-<n> — <area> — <date> — <one-line title>
- **Symptom:** what was observed (exact error / measurement)
- **Root cause:** why (if known; else "unknown — needs investigation")
- **Fix / workaround:** what was done, or "OPEN"
- **Evidence:** command output, test name, or measurement proving symptom/fix
- **Status:** OPEN | FIXED | WONTFIX

ISSUE-1 — events (AI classifier) — 2026-07-16 — gemini-2.5-flash 404 for new API keys

  • Symptom: events with a valid GEMINI_API_KEY returned 404 NOT_FOUND … models/gemini-2.5-flash is no longer available to new users; 0/3 candidates classified (degraded to candidates-only).
  • Root cause: Google retired gemini-2.5-flash for newly-provisioned API keys; the model id was hardcoded in GeminiClassifier.
  • Fix / workaround: made the Gemini model env-overridable (FESTIVAL4D_GEMINI_MODEL), default gemini-3.1-flash-lite (verified to accept inline video + JSON-schema structured output). Coordinator hotfix, commit 8dca2f5.
  • Evidence: post-fix run classified=3 candidates_only=0; labels light_show / bass_drop with coherent descriptions; suite 101 passed.
  • Status: FIXED