scripts/cooldown.sh documents uv lock as a supported wrapped command, but a lockfile
produced through the wrapper carries exclude-newer — and uv sync --locked, which CI runs,
refuses it.
Found during PR #434 (see its body, "Found, not fixed"); the PR worked around it locally and
left the script alone as out of scope.
The cool-down itself is doing its job — it kept a same-day huggingface-hub release out of the
lock — so the fix must preserve the cutoff behaviour while producing a lockfile CI accepts.
cf. #434's PR record.
scripts/cooldown.shdocumentsuv lockas a supported wrapped command, but a lockfileproduced through the wrapper carries
exclude-newer— anduv sync --locked, which CI runs,refuses it.
Found during PR #434 (see its body, "Found, not fixed"); the PR worked around it locally and
left the script alone as out of scope.
The cool-down itself is doing its job — it kept a same-day
huggingface-hubrelease out of thelock — so the fix must preserve the cutoff behaviour while producing a lockfile CI accepts.
cf. #434's PR record.