• Joined on 2021-11-21
logan pushed to fix/134-drop-tactical-fit-path at logan/server-26 2026-09-13 14:50:05 -04:00
b1884852d5 correlator: remove is_dispatch and the tactical fit path entirely (#134)
logan pushed to fix/134-drop-tactical-fit-path at logan/server-26 2026-09-13 14:49:28 -04:00
014f5e071f correlator: remove is_dispatch and the tactical fit path entirely (#134)
logan created branch fix/134-drop-tactical-fit-path in logan/server-26 2026-09-13 14:38:59 -04:00
logan pushed to fix/134-drop-tactical-fit-path at logan/server-26 2026-09-13 14:38:59 -04:00
0473e6a583 correlator: always run the dispatch-strict fit test, not name-guessed (#134)
logan opened issue logan/server-26#134 2026-09-13 14:08:03 -04:00
incident_correlator fast/thin path has the same dispatch/tactical name-guess as the #115 escape hatch, but it changes link decisions
logan merged pull request logan/server-26#133 2026-09-13 14:07:37 -04:00
correlator: drop the dispatch/tactical name-guess from the escape hatch (#115)
logan pushed to main at logan/server-26 2026-09-13 14:07:37 -04:00
4df801c5e0 Merge pull request 'correlator: drop the dispatch/tactical name-guess from the escape hatch (#115)' (#133) from fix/115-drop-dispatch-tactical-split into main
c50bfda8db correlator: drop the dispatch/tactical name-guess from the escape hatch, use one window (#115)
Compare 2 commits »
logan deleted branch fix/115-drop-dispatch-tactical-split from logan/server-26 2026-09-13 14:07:37 -04:00
logan created pull request logan/server-26#133 2026-09-13 14:07:28 -04:00
correlator: drop the dispatch/tactical name-guess from the escape hatch (#115)
logan created branch fix/115-drop-dispatch-tactical-split in logan/server-26 2026-09-13 14:07:04 -04:00
logan pushed to fix/115-drop-dispatch-tactical-split at logan/server-26 2026-09-13 14:07:04 -04:00
c50bfda8db correlator: drop the dispatch/tactical name-guess from the escape hatch, use one window (#115)
logan deleted branch fix/96-114-per-scene-call-doc from logan/server-26 2026-09-13 13:34:21 -04:00
logan pushed to main at logan/server-26 2026-09-13 13:34:20 -04:00
833cfade4e Merge pull request 'correlator+summarizer: per-scene call-doc storage, fixes #96 and #114's real fix' (#132) from fix/96-114-per-scene-call-doc into main
0fe6d3b567 correlator: delete stale scenes on re-extraction instead of leaving them to rot (#96/#114)
fae84a45c3 correlator+summarizer: per-scene call-doc storage, fixes #96 and #114's real fix
Compare 3 commits »
logan merged pull request logan/server-26#132 2026-09-13 13:34:19 -04:00
correlator+summarizer: per-scene call-doc storage, fixes #96 and #114's real fix
logan closed issue logan/server-26#96 2026-09-13 13:34:19 -04:00
corr_debug is overwritten per scene on the shared call doc, so #35's "LLM tier decides 3.5% of links" is a per-call blend and cannot answer whether the tier works
logan commented on issue logan/server-26#96 2026-09-13 13:34:18 -04:00
corr_debug is overwritten per scene on the shared call doc, so #35's "LLM tier decides 3.5% of links" is a per-call blend and cannot answer whether the tier works

Review found and fixed one blocker (commit 0fe6d3b):

Blocker — stale scenes entries survived re-extraction. PATCH /calls/{id}/transcript wipes tags/severity/location/units/`embe…

logan commented on issue logan/server-26#114 2026-09-13 13:34:18 -04:00
summarizer reads the whole-call transcript per incident — next leg of the #80/#95/#102 scene-context leak

Review found and fixed one blocker (commit 0fe6d3b):

Blocker — stale scenes entries survived re-extraction. PATCH /calls/{id}/transcript wipes tags/severity/location/units/`embe…

logan pushed to fix/96-114-per-scene-call-doc at logan/server-26 2026-09-13 13:33:55 -04:00
0fe6d3b567 correlator: delete stale scenes on re-extraction instead of leaving them to rot (#96/#114)
logan commented on issue logan/server-26#96 2026-09-13 13:26:29 -04:00
corr_debug is overwritten per scene on the shared call doc, so #35's "LLM tier decides 3.5% of links" is a per-call blend and cannot answer whether the tier works

Fixed in #132 (fix/96-114-per-scene-call-doc).

Added a per-scene scenes.<scene_index> map on the call doc (incident_correlator._apply_and_log, additive, doc_set(..., merge=True) —…

logan commented on issue logan/server-26#114 2026-09-13 13:26:29 -04:00
summarizer reads the whole-call transcript per incident — next leg of the #80/#95/#102 scene-context leak

Fixed in #132 (fix/96-114-per-scene-call-doc), option (a) from the issue's fix shape (the real fix, riding with #96 as predicted).

Each scene's own text is now persisted on the call doc under…