You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(codex): call the pin a ceiling, which is what the code implements
Three comments described the pin as a tier "floor". `selectPriorityTier` names the
variable `ceiling` and skips every tier where `tier > ceiling`, so the pin
suppresses higher-ordered accounts rather than guaranteeing the pinned one -- the
opposite of what "floor" suggests. One of the three even said "floor" and
"capping" in the same sentence.
Matters beyond wording: this invariant is what the Go port has to reproduce, and
"floor" would send a porter looking for a lower bound that does not exist.
0 commit comments