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
9 changes: 9 additions & 0 deletions kora_cli/audit/jsonl_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@
# KR-FE-EMAIL-INTENT-LOG-PANEL surfaces this seam in the
# cockpit.
"intent.email_to_sea_ticket",
# KR-FE-PHRASEBOOK-EDITOR-AND-CRUD — operator-driven phrasebook
# edits via the cockpit PUT endpoint. Each successful write
# emits one entry with entry_count_before / entry_count_after /
# backup_filename so operator-attention triage can reconstruct
# "when did the phrasebook change + did the change have a
# backup to revert to." Future actor extension (e.g.
# ``actor="kora_proposal_approved"`` from the promotion-loop
# bucket) reuses this seam shape.
"phrasebook.updated",
]

SourceName = Literal[
Expand Down
Loading