File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,11 +239,6 @@ func (s *State) NormalizeAfterLoad(ctx context.Context) {
239239 s .CheckpointTranscriptStart = s .TranscriptLinesAtStart
240240 }
241241 }
242- // Do not backfill CompactTranscriptStart from CheckpointTranscriptStart.
243- // They are different domains: CheckpointTranscriptStart is full.jsonl lines,
244- // while CompactTranscriptStart is compact transcript.jsonl lines (which may
245- // merge/drop events). Leaving legacy values at zero fails open and avoids
246- // skipping compact transcript content due to inflated offsets.
247242 // Clear deprecated fields so they aren't re-persisted.
248243 // Note: this is a one-way migration. If the state is re-saved, older CLI versions
249244 // will see 0 for these fields and fall back to scoping from the transcript start.
You can’t perform that action at this time.
0 commit comments