feat: exempt offsite claims from reclaim clock #70

Merged
codex-bot-andresmgsl merged 2 commits from build/68-offsite-claim-exemption into main 2026-07-23 13:07:44 +00:00
Showing only changes of commit 4b7747a2f5 - Show all commits

View file

@ -265,7 +265,7 @@ check "the flag-free control is reclaimed (the clock still runs elsewhere)" 0 ""
offsite="$(issue_probe 25 $'claimed\noffsite')" offsite="$(issue_probe 25 $'claimed\noffsite')"
check "a 10-day-quiet offsite claim is not reclaimed" 1 "" \ check "a 10-day-quiet offsite claim is not reclaimed" 1 "" \
grep -q 'reclaimed' <<<"$offsite" grep -q 'reclaimed' <<<"$offsite"
offsite_unassigned="$(issue_probe 26 $'claimed\noffsite' 0)" issue_probe 26 $'claimed\noffsite' 0 >/dev/null
check "an unassigned offsite claim is still flagged" 0 "" \ check "an unassigned offsite claim is still flagged" 0 "" \
grep -q 'issueflow:claimed-unassigned' "$TMP/posted-26" grep -q 'issueflow:claimed-unassigned' "$TMP/posted-26"
offsite_open="$(issue_probe 27 $'claimed\noffsite' 1 true)" offsite_open="$(issue_probe 27 $'claimed\noffsite' 1 true)"