Skip to content
Closed
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
2 changes: 1 addition & 1 deletion crates/stella-protocol/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ pub enum AgentEvent {
/// The replacement bytes each in-place rewrite left behind, one entry
/// per digest — what lets reconstruction resolve a compacted block to
/// the bytes the model received rather than the pre-compaction output
/// under the same `call_id` (#1667); see [`CompactionRewrite`].
/// under the same `call_id` (#1667); see [`crate::CompactionRewrite`].
/// `serde(default)` — absent on journals written before rewrites were
/// journaled, whose compacted blocks surface as digest mismatches.
#[serde(default, skip_serializing_if = "Vec::is_empty")]
Expand Down
Loading