story-kit: done 302_story_bot_cost_command_shows_total_and_per_story_token_spend

This commit is contained in:
Dave
2026-03-19 10:54:09 +00:00
parent c327263254
commit 52c5cc9b72
2 changed files with 22 additions and 23 deletions

View File

@@ -0,0 +1,22 @@
---
name: "Bot cost command shows total and per-story token spend"
---
# Story 302: Bot cost command shows total and per-story token spend
## User Story
As a project owner in a Matrix room, I want to type "{bot_name} cost" to see total token spend and the top most expensive stories, so that I can check burn rate from my phone.
## Acceptance Criteria
- [ ] '{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
## Out of Scope
- TBD