• Joined on 2021-11-21
logan pushed to fix/115-consensus-orphan-gate at logan/server-26 2026-09-07 23:57:22 -04:00
15a9d10666 correlator: keep the tiebreak for typed / reassignment calls in the orphan gate (#115)
logan commented on issue logan/server-26#115 2026-09-07 23:51:54 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

PR #125 revised after review (commit dd42657).

MUST-FIX 1 — dead safety net. Confirmed: _rules_has_positive_event_signal read rules_decision["corr_debug"], which is empty at preview time…

logan pushed to fix/115-consensus-orphan-gate at logan/server-26 2026-09-07 23:50:51 -04:00
dd426572fc correlator: fix consensus orphan-gate to test call substance, not empty corr_debug (#115)
logan commented on issue logan/server-26#110 2026-09-07 23:49:19 -04:00
/archive (Archive tab) reported failing with a CORS error — needs the console line to root-cause

Confirmed fixed in prod (re-audit 2026-09-08 ~03:50Z). OPTIONS /calls/search returns 200 with correct Access-Control-Allow-* headers and the Archive page loads. Note: once CORS was fixed a second…

logan commented on issue logan/server-26#33 2026-09-07 23:49:09 -04:00
firestore.indexes.json has drifted from the live database and now duplicates two of its indexes

Resolved by PR #124 + the gcloud index creates on 2026-09-08. The ASC-only firestore.indexes.json was the root of the drift: it declared ASC indexes for the frontend/backend orderBy(desc)…

logan commented on issue logan/server-26#51 2026-09-07 23:49:09 -04:00
No automated deploy path for Firestore rules — they can regress silently after every fix

Resolved. Root cause was NOT the alert_events index alone — the whole firestore.indexes.json declared ASC-only indexes for orderBy(x,'desc') queries, which Firestore does not reverse-scan for…

logan commented on issue logan/server-26#115 2026-09-07 23:34:06 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

The consensus gate is implemented in PR #125 (branch fix/115-consensus-orphan-gate), pending review.

Fix 1 (primary) _correlate_with_consensus in routers/upload.py: when the cheap…

logan created pull request logan/server-26#125 2026-09-07 23:33:51 -04:00
correlator: gate LLM-orphan against rules-new instead of escalating to tiebreak (#115)
logan created branch fix/115-consensus-orphan-gate in logan/server-26 2026-09-07 23:33:02 -04:00
logan pushed to fix/115-consensus-orphan-gate at logan/server-26 2026-09-07 23:33:02 -04:00
ca1d8fbdae correlator: gate LLM-orphan against rules-new instead of escalating to tiebreak (#115)
logan deleted branch fix/51-ci-firestore-deploy from logan/server-26 2026-09-07 23:22:42 -04:00
logan pushed to main at logan/server-26 2026-09-07 23:22:39 -04:00
7f4d684966 Merge pull request 'ci: deploy Firestore rules + indexes on every push to main (#51)' (#124) from fix/51-ci-firestore-deploy into main
bd04bdbd69 firestore: declare DESC indexes for the orderBy(desc) queries (#33/#51)
775244bbde ci: deploy Firestore rules + indexes on every push to main (#51)
Compare 3 commits »
logan closed issue logan/server-26#51 2026-09-07 23:22:39 -04:00
No automated deploy path for Firestore rules — they can regress silently after every fix
logan merged pull request logan/server-26#124 2026-09-07 23:22:39 -04:00
ci: deploy Firestore rules + indexes on every push to main (#51)
logan pushed to fix/51-ci-firestore-deploy at logan/server-26 2026-09-07 23:20:52 -04:00
bd04bdbd69 firestore: declare DESC indexes for the orderBy(desc) queries (#33/#51)
logan commented on issue logan/server-26#115 2026-09-07 21:19:56 -04:00
Consensus tiebreaker manufactures incidents — resolves ~all disagreements as "new", overriding the LLM's "link"

Measurement window #2 (code bccb3e0 = #116) — result: no measurable improvement

Dump corr_dump_9-7_pm.json, ~4h, 2 nodes. Full call-by-call write-up in `Version 5C/CORRELATION_REVIEW_0907b.m…

logan created pull request logan/server-26#124 2026-09-07 19:45:15 -04:00
ci: deploy Firestore rules + indexes on every push to main (#51)
logan pushed to fix/51-ci-firestore-deploy at logan/server-26 2026-09-07 19:45:00 -04:00
775244bbde ci: deploy Firestore rules + indexes on every push to main (#51)
logan created branch fix/51-ci-firestore-deploy in logan/server-26 2026-09-07 19:45:00 -04:00
logan commented on issue logan/server-26#51 2026-09-07 19:36:56 -04:00
No automated deploy path for Firestore rules — they can regress silently after every fix

Index still not deployed — this is now the top UI blocker. PR #121 (merged, bc3251e8) declares alert_events (acknowledged ASC, org_id ASC, triggered_at DESC) in `infra/firestore/firestore.in…