fix(registry): pulledWithin kept everything; count pulls instead #53
Loading…
Reference in a new issue
No description provided.
Delete branch "sean/zot-retention-pulledwithin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dry run caught it on the first pass: build/binjovi kept 663 of 663 tags. pulledWithin ORs pull time with PUSH time (rules.go:41), so on a repo taking several pushes a day it retains everything inside the window regardless of pull history -- 308 of those tags had never been pulled. Replaced with mostRecentlyPulledCount, a plain top-N on pull time. The guard now refuses pulledWithin outright. https://claude.ai/code/session_01KZoQin34jeyt6nDGqvJA76
0e05d4e0dcc02131ad2c