Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kora_cli/audit/jsonl_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
# proposer; the loosen proposal flags routes where operator
# overrode N+ times in the window.
"opus_override.applied",
# KR-FE-ALERT-INVESTIGATIONS-VIEWER (forward-compat from #198) — alert wake seam
# mirrors probe.wake_requested for alert investigations. Reads return [] until
# the alert wake consumer writes these rows.
"alert.wake_requested",
]

SourceName = Literal[
Expand Down
Loading
Loading