Skip to content

Commit edd1b14

Browse files
committed
review: separate failed/done rationale in comment
1 parent b1ce0ce commit edd1b14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/config/sessions/lifecycle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export function resolveTerminalMainSessionTranscriptRegistryCheck(
168168
if (params.entry.status === "failed" || params.entry.status === "done") {
169169
// Failed rows with a present transcript stay reusable for retry/recovery.
170170
// Callers already rotate failed rows when the transcript is missing.
171+
//
171172
// Done rows stay reusable for continuation — transcript mtime may slightly
172173
// exceed registry updatedAt due to persistence ordering (the transcript
173174
// write can land after the registry update), so the guard is not needed

0 commit comments

Comments
 (0)