Skip to content

CoalBoard v1.3.3

Choose a tag to compare

@HetCreep HetCreep released this 21 Jun 09:59
· 11 commits to main since this release
v1.3.3
78e62b0

PATCH — board-audit round-2 fix (sub4-reproduced); bugfix only.

  • #3 conductor updateCheckDays clamped at read to [1,365] — it was unbounded, so {updateCheckDays:0} (or negative) made the throttle window ≤0 → now-last < 0 never 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.