story-kit: create 300_story_show_token_cost_badge_on_pipeline_board_work_items

This commit is contained in:
Dave
2026-03-19 10:10:27 +00:00
parent ec212cb5a2
commit 7811130a8b

View File

@@ -14,6 +14,7 @@ As a project owner viewing the pipeline board, I want to see the total token cos
- [ ] Cost is fetched from the token_usage.jsonl data via a new API endpoint - [ ] Cost is fetched from the token_usage.jsonl data via a new API endpoint
- [ ] Items with no recorded usage show no badge (not $0.00) - [ ] Items with no recorded usage show no badge (not $0.00)
- [ ] Cost updates when the pipeline refreshes (e.g. after an agent completes) - [ ] Cost updates when the pipeline refreshes (e.g. after an agent completes)
- [ ] Expanded work item detail panel shows per-agent cost breakdown (coder, QA, mergemaster) with token counts
## Out of Scope ## Out of Scope