We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ce0ce commit edd1b14Copy full SHA for edd1b14
1 file changed
src/config/sessions/lifecycle.ts
@@ -168,6 +168,7 @@ export function resolveTerminalMainSessionTranscriptRegistryCheck(
168
if (params.entry.status === "failed" || params.entry.status === "done") {
169
// Failed rows with a present transcript stay reusable for retry/recovery.
170
// Callers already rotate failed rows when the transcript is missing.
171
+ //
172
// Done rows stay reusable for continuation — transcript mtime may slightly
173
// exceed registry updatedAt due to persistence ordering (the transcript
174
// write can land after the registry update), so the guard is not needed
0 commit comments