From 9f523b448d3e967f55e35f5bf540be3bd3581552 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 3 Apr 2026 12:48:34 +0000 Subject: [PATCH] storkit: done 465_bug_timer_tick_loop_never_fires_due_entries --- ...ble_rate_limit_notification_suppression.md | 21 ------------------- ...timer_tick_loop_never_fires_due_entries.md | 0 2 files changed, 21 deletions(-) delete mode 100644 .storkit/work/1_backlog/463_story_configurable_rate_limit_notification_suppression.md rename .storkit/work/{1_backlog => 5_done}/465_bug_timer_tick_loop_never_fires_due_entries.md (100%) diff --git a/.storkit/work/1_backlog/463_story_configurable_rate_limit_notification_suppression.md b/.storkit/work/1_backlog/463_story_configurable_rate_limit_notification_suppression.md deleted file mode 100644 index ea281f1a..00000000 --- a/.storkit/work/1_backlog/463_story_configurable_rate_limit_notification_suppression.md +++ /dev/null @@ -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 diff --git a/.storkit/work/1_backlog/465_bug_timer_tick_loop_never_fires_due_entries.md b/.storkit/work/5_done/465_bug_timer_tick_loop_never_fires_due_entries.md similarity index 100% rename from .storkit/work/1_backlog/465_bug_timer_tick_loop_never_fires_due_entries.md rename to .storkit/work/5_done/465_bug_timer_tick_loop_never_fires_due_entries.md