Skip to content

Commit c130e79

Browse files
committed
Remove extra comments
Entire-Checkpoint: 1b4ddd35692a
1 parent 639518b commit c130e79

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

cmd/entire/cli/session/state.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)