feat(bot): add global cooldown to throttle overall post rate
per-bufo cooldowns only prevent repeats of the same bufo — different
bufos matching in quick succession all post. adds a 30min global
cooldown (GLOBAL_COOLDOWN_MINUTES) as a minimum gap between any post.
match stats still track all matches regardless of cooldown.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>