• Joined on 2021-11-21
logan opened issue logan/server-26#118 2026-09-07 18:39:42 -04:00
Stray unstyled clock overlay + incident-card/zoom-control collision on the Leaflet map
logan opened issue logan/server-26#117 2026-09-07 18:39:42 -04:00
Map tiles broken in prod: NEXT_PUBLIC_MAP_TILE_URL build-arg never set in CI
logan commented on issue logan/server-26#109 2026-09-07 18:39:23 -04:00
Frontend punch-list (drb.cusano.net live review, 2026-09-07)

Live re-walk 2026-09-07 ~18:38 ET. Items 1/2/3 in this list confirmed still broken in prod — all three are backend/infra deploys, no frontend PR closed them:

  • Map (P1 #1 area): every…
logan commented on issue logan/server-26#110 2026-09-07 18:39:22 -04:00
/archive (Archive tab) reported failing with a CORS error — needs the console line to root-cause

Root cause confirmed (live audit 2026-09-07, fetch hook on the Archive page).

Failing request:

GET https://api.drb.cusano.net/calls/search?limit=50&link=orphan&transcript=any
Headers:…
logan pushed to main at logan/server-26 2026-09-07 16:59:47 -04:00
bccb3e0316 correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (#116)
1a631d65d0 correlator: address #116 review — call talkgroup id in the prompt, sort candidates
3a944f35c1 correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (server-26#115)
Compare 3 commits »
logan merged pull request logan/server-26#116 2026-09-07 16:59:46 -04:00
correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (#115)
logan commented on pull request logan/server-26#116 2026-09-07 16:59:45 -04:00
correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (#115)

drb-correlation-review: ship, with two bounds landed in 1a631d6 — (1) _call_block now prints the call's talkgroup id so the "same talkgroup" rule is evaluable; (2) _prompt_incidents()…

logan pushed to fix/tiebreaker-manufactures-incidents at logan/server-26 2026-09-07 16:59:32 -04:00
1a631d65d0 correlator: address #116 review — call talkgroup id in the prompt, sort candidates
logan created pull request logan/server-26#116 2026-09-07 16:53:22 -04:00
correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (#115)
logan pushed to fix/tiebreaker-manufactures-incidents at logan/server-26 2026-09-07 16:53:07 -04:00
3a944f35c1 correlator: give the LLM tier what it needs to link, stop it defaulting to "new" (server-26#115)
logan created branch fix/tiebreaker-manufactures-incidents in logan/server-26 2026-09-07 16:53:07 -04:00
logan opened issue logan/server-26#115 2026-09-07 04:42:16 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"
logan pushed to main at logan/server-26 2026-09-07 04:40:36 -04:00
0712e7a437 correlator: LLM tier reads the scene transcript, not the whole call (#112)
7189ba03e4 correlator: address #102 review — 0-based segment labels, never-empty slice
ef1e3d7f9d correlator: LLM tier reads the scene's transcript, not the whole call (server-26#102)
Compare 3 commits »
logan closed issue logan/server-26#102 2026-09-07 04:40:35 -04:00
llm_correlator._call_block reads the whole-call transcript per scene — remaining leg of #80/#95
logan merged pull request logan/server-26#112 2026-09-07 04:40:35 -04:00
correlator: LLM tier reads the scene transcript, not the whole call (#102)
logan pushed to main at logan/server-26 2026-09-07 00:13:37 -04:00
a739fa64f0 frontend: safe fixes from the #109 punch-list (#113)
d67b2057e6 frontend: safe fixes from the #109 punch-list
Compare 2 commits »
logan merged pull request logan/server-26#113 2026-09-07 00:13:36 -04:00
frontend: safe fixes from the #109 punch-list
logan commented on pull request logan/server-26#112 2026-09-07 00:13:14 -04:00
correlator: LLM tier reads the scene transcript, not the whole call (#102)

drb-correlation-review ran. Verdict: ship after two fixes (applied in 7189ba0) and after the measurement window closes.

  • 0-based segment labels — _build_transcript_block numbered…
logan pushed to fix/llm-correlator-scene-transcript at logan/server-26 2026-09-07 00:12:59 -04:00
7189ba03e4 correlator: address #102 review — 0-based segment labels, never-empty slice
logan opened issue logan/server-26#114 2026-09-07 00:12:58 -04:00
summarizer reads the whole-call transcript per incident — next leg of the #80/#95/#102 scene-context leak