• Joined on 2021-11-21
logan opened issue logan/server-26#129 2026-09-13 12:27:13 -04:00
Deploy failed with VM disk full — git pull could not write objects; prune ran too late to prevent it
logan created pull request logan/server-26#128 2026-09-13 00:00:34 -04:00
intelligence: shadow-mode upstream dispatch-vs-chatter classifier (#127)
logan pushed to feat/115-chatter-classifier-shadow-mode at logan/server-26 2026-09-13 00:00:02 -04:00
05ddec8284 intelligence: shadow-mode upstream dispatch-vs-chatter classifier (server-26#127)
logan created branch feat/115-chatter-classifier-shadow-mode in logan/server-26 2026-09-13 00:00:02 -04:00
logan opened issue logan/server-26#127 2026-09-12 23:58:06 -04:00
Upstream dispatch-vs-chatter classifier — shadow mode
logan deleted branch fix/115-escape-hatch-window from logan/server-26 2026-09-12 04:47:52 -04:00
logan pushed to main at logan/server-26 2026-09-12 04:47:51 -04:00
11c98daed0 Merge pull request 'correlator: shrink the same-talkgroup escape hatch from 2h to a few minutes (#115)' (#126) from fix/115-escape-hatch-window into main
83beb2bf35 admin: surface corr_gate_veto on the correlation-debug endpoint (#115)
598054746a correlator: mirror the dispatch/tactical idle split in the escape hatch, record the gate-veto reason (#115)
400b74b519 correlator: shrink the same-talkgroup escape hatch from 2h to a few minutes (#115)
Compare 4 commits »
logan merged pull request logan/server-26#126 2026-09-12 04:47:50 -04:00
correlator: shrink the same-talkgroup escape hatch from 2h to a few minutes (#115)
logan commented on issue logan/server-26#115 2026-09-12 04:47:41 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

PR #126 ready — fixes why #125 fired 0/24 times in window #3. Root cause: the "recent same-talkgroup incident" escape hatch used a 2h lookback, satisfied almost unconditionally on busy dispatch…

logan pushed to fix/115-escape-hatch-window at logan/server-26 2026-09-12 04:47:18 -04:00
83beb2bf35 admin: surface corr_gate_veto on the correlation-debug endpoint (#115)
logan pushed to fix/115-escape-hatch-window at logan/server-26 2026-09-12 04:42:17 -04:00
598054746a correlator: mirror the dispatch/tactical idle split in the escape hatch, record the gate-veto reason (#115)
logan commented on issue logan/server-26#115 2026-09-12 04:31:19 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

Opened PR #126: shrinks _recent_incident_on_same_talkgroup's lookback from 2h (correlation_window_hours) to settings.tg_dispatch_thin_idle_minutes (5 min) — the same recency bound the…

logan created pull request logan/server-26#126 2026-09-12 04:31:07 -04:00
correlator: shrink the same-talkgroup escape hatch from 2h to a few minutes (#115)
logan pushed to fix/115-escape-hatch-window at logan/server-26 2026-09-12 04:28:16 -04:00
400b74b519 correlator: shrink the same-talkgroup escape hatch from 2h to a few minutes (#115)
logan created branch fix/115-escape-hatch-window in logan/server-26 2026-09-12 04:28:16 -04:00
logan commented on issue logan/server-26#115 2026-09-12 04:19:11 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

Window #3 result (code 07ff9ba193 = #125): the gate fired ZERO times

100 incidents, 91 orphans, 4h live. Full write-up Version 5C/CORRELATION_REVIEW_0912.md.

  • new-rate unchanged: 57% (was…
logan deleted branch fix/115-consensus-orphan-gate from logan/server-26 2026-09-11 23:18:14 -04:00
logan pushed to main at logan/server-26 2026-09-11 23:18:14 -04:00
07ff9ba193 Merge pull request 'correlator: gate LLM-orphan against rules-new instead of escalating to tiebreak (#115)' (#125) from fix/115-consensus-orphan-gate into main
15a9d10666 correlator: keep the tiebreak for typed / reassignment calls in the orphan gate (#115)
dd426572fc correlator: fix consensus orphan-gate to test call substance, not empty corr_debug (#115)
ca1d8fbdae correlator: gate LLM-orphan against rules-new instead of escalating to tiebreak (#115)
Compare 4 commits »
logan merged pull request logan/server-26#125 2026-09-11 23:18:13 -04:00
correlator: gate LLM-orphan against rules-new instead of escalating to tiebreak (#115)
logan commented on issue logan/server-26#115 2026-09-07 23:57:42 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

PR #125 — ready for merge (commit 15a9d10, 3 commits, sandboxed pytest 327 green)

Two drb-correlation-review passes, both must-fixes applied:

Fix 1 — the gate. llm=orphan +…