storkit: done 465_bug_timer_tick_loop_never_fires_due_entries

This commit is contained in:
dave
2026-04-03 12:48:34 +00:00
parent fade022b55
commit 9f523b448d
2 changed files with 0 additions and 21 deletions
@@ -1,21 +0,0 @@
---
name: "Configurable rate limit notification suppression"
---
# Story 463: Configurable rate limit notification suppression
## User Story
As a ..., I want ..., so that ...
## Acceptance Criteria
- [ ] New boolean config field in project.toml (e.g. rate_limit_notifications) defaults to true
- [ ] When false, RateLimitWarning chat notifications are suppressed
- [ ] RateLimitHardBlock and StoryBlocked notifications are always sent regardless of the setting
- [ ] Stage transition notifications are unaffected
- [ ] Config is hot-reloaded when project.toml changes
## Out of Scope
- TBD