Skip to content

Commit 28bba26

Browse files
committed
tooling(pm): pin THREAD_READ_FIELD_SINCE to the minute of the push that opens the PR
The cutoff literal was written ahead of the clock; it now reads the minute of this push, on the day the PR opens, and its comment says so. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018dxq7YqsLDMeZDZ5AzsgJX
1 parent 6e65283 commit 28bba26

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

scripts/pm/check-half-states.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9448,11 +9448,12 @@ export function h49PartialLandingUnreleased(issue, mergedPrs, openPrs, commentRo
94489448

94499449
/**
94509450
* The instant the `Thread-read:` field entered the claim template — the day
9451-
* this row's PR was opened (the ruling's cutoff), at the minute it opened, so a
9452-
* claim written earlier that same day predates the field exactly as an older
9453-
* one does. A `Claim:` stamped before it is never a row.
9451+
* this row's PR was opened (the ruling's cutoff), pinned to the minute of the
9452+
* push that opened it, so a claim written earlier that same day predates the
9453+
* field exactly as an older one does. A `Claim:` stamped before it is never a
9454+
* row.
94549455
*/
9455-
export const THREAD_READ_FIELD_SINCE = '2026-09-07T12:40:00Z';
9456+
export const THREAD_READ_FIELD_SINCE = '2026-09-07T11:55:00Z';
94569457

94579458
/** One comment page, and the quota backstop on the completing walk (H48's). */
94589459
export const H50_COMMENTS_PAGE_SIZE = 100;

0 commit comments

Comments
 (0)