From 48a193484e2a12e119b3c898cf85e23849170750 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 3 Apr 2026 12:01:46 +0000 Subject: [PATCH] storkit: done 461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format --- ..._stories_should_move_to_current_on_fire.md | 33 ------------------- ...on_element_markdown_mention_pill_format.md | 0 2 files changed, 33 deletions(-) delete mode 100644 .storkit/work/1_backlog/464_bug_timer_rejects_backlog_stories_should_move_to_current_on_fire.md rename .storkit/work/{1_backlog => 5_done}/461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format.md (100%) diff --git a/.storkit/work/1_backlog/464_bug_timer_rejects_backlog_stories_should_move_to_current_on_fire.md b/.storkit/work/1_backlog/464_bug_timer_rejects_backlog_stories_should_move_to_current_on_fire.md deleted file mode 100644 index a54c70c8..00000000 --- a/.storkit/work/1_backlog/464_bug_timer_rejects_backlog_stories_should_move_to_current_on_fire.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: "Timer rejects backlog stories — should move to current on fire" ---- - -# Bug 464: Timer rejects backlog stories — should move to current on fire - -## Description - -The `timer` bot command requires stories to be in `work/2_current/` before scheduling. When a user tries to schedule a backlog story (e.g. `timer 463 12:45`), it returns: - -"Story **463_story_...** is not in `work/2_current/`. Move it to current before scheduling a timer." - -The timer should accept backlog stories. When the timer fires, it should move the story from backlog to current and let auto-assign start an agent. - -## How to Reproduce - -1. Have a story in backlog (e.g. 463) -2. Run `timer 463 12:45` -3. Observe rejection message - -## Actual Result - -Timer command rejects stories not in `work/2_current/`. - -## Expected Result - -Timer command accepts backlog stories. When the timer fires, it moves the story to current and auto-assign picks it up. - -## Acceptance Criteria - -- [ ] Timer bot command accepts stories in backlog or current -- [ ] Timer tick loop calls move_story_to_current before start_agent for backlog stories -- [ ] Unit tests cover scheduling and firing for backlog stories diff --git a/.storkit/work/1_backlog/461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format.md b/.storkit/work/5_done/461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format.md similarity index 100% rename from .storkit/work/1_backlog/461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format.md rename to .storkit/work/5_done/461_bug_strip_bot_mention_fails_on_element_markdown_mention_pill_format.md