From daeac81e849a1014e8064a622b0695c108d3b8b5 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 3 Apr 2026 12:59:57 +0000 Subject: [PATCH] storkit: done 463_story_configurable_rate_limit_notification_suppression --- ...ble_rate_limit_notification_suppression.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .storkit/work/5_done/463_story_configurable_rate_limit_notification_suppression.md diff --git a/.storkit/work/5_done/463_story_configurable_rate_limit_notification_suppression.md b/.storkit/work/5_done/463_story_configurable_rate_limit_notification_suppression.md new file mode 100644 index 00000000..ea281f1a --- /dev/null +++ b/.storkit/work/5_done/463_story_configurable_rate_limit_notification_suppression.md @@ -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