update: エントリの単数化のフォローアップ

This commit is contained in:
2026-05-14 19:42:23 +09:00
parent 988495cfea
commit 35fec78519
12 changed files with 44 additions and 342 deletions
+4 -4
View File
@@ -224,10 +224,10 @@ pub enum Event {
/// of parsing free-text prefixes like `[Notification] …` or
/// `[File: …]`.
///
/// Fired per-item, even when the underlying
/// `LogEntry::SystemItems` entry batched several together — the
/// IPC layer fans the batch out at broadcast time so subscribers
/// observe one event per item.
/// One event per `LogEntry::SystemItem` commit. Disk-side and
/// wire-side are 1:1 (singular variant); legacy `SystemItems`
/// entries from older sessions are read-only and never emitted on
/// this lane.
SystemItem {
item: serde_json::Value,
},