storkit: done 463_story_configurable_rate_limit_notification_suppression

This commit is contained in:
dave
2026-04-03 12:59:57 +00:00
parent 8059df8330
commit daeac81e84
@@ -0,0 +1,21 @@
---
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