diff --git a/crates/stella-protocol/src/event.rs b/crates/stella-protocol/src/event.rs index 13deb1aa..d91b0bda 100644 --- a/crates/stella-protocol/src/event.rs +++ b/crates/stella-protocol/src/event.rs @@ -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")]