From 9ed80384d518d7a6a81a86e0fc77b3dcc08b1027 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 19 Mar 2026 10:14:01 +0000 Subject: [PATCH] story-kit: create 302_story_bot_cost_command_shows_total_and_per_story_token_spend --- ...t_cost_command_shows_total_and_per_story_token_spend.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md b/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md index 39d4689..2daa8e8 100644 --- a/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md +++ b/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md @@ -10,9 +10,10 @@ As a project owner in a Matrix room, I want to type "{bot_name} cost" to see tot ## Acceptance Criteria -- [ ] '{bot_name} cost' shows total spend across all stories -- [ ] Shows top 5 most expensive stories with their costs -- [ ] Shows cost breakdown by agent type (coder, QA, mergemaster) +- [ ] '{bot_name} cost' shows total spend for the last 24 hours +- [ ] Shows top 5 most expensive stories from the last 24 hours with their costs +- [ ] Shows cost breakdown by agent type (coder, QA, mergemaster) for the last 24 hours +- [ ] Also shows an all-time total for context - [ ] Registered in the command registry so it appears in help output - [ ] Handled at bot level without LLM invocation