CoalBoard v1.3.3
PATCH — board-audit round-2 fix (sub4-reproduced); bugfix only.
- #3 conductor
updateCheckDaysclamped at read to[1,365]— it was unbounded, so{updateCheckDays:0}(or negative) made the throttle window ≤0 →now-last < 0never true → the self-update nudge fired EVERY session. Out-of-bound now falls back to the 14-day default (mirrors CoalTipple). + a regression test (two consecutive SessionStart with{updateCheckDays:0}→ the 2nd is throttled). CoalBoard was the lone unguarded sibling.
Gate: build + verify + tests PASS. Update: claude plugin update coalboard@coalboard + restart.