story-kit: create 315_story_rename_binary_and_all_references_from_story_kit_to_storkit

This commit is contained in:
Dave
2026-03-19 19:55:41 +00:00
parent e00d780940
commit 3cb4f32634
2 changed files with 27 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
---
name: "Show token cost per story in bot status command output"
---
# Story 314: Show token cost per story in bot status command output
## User Story
As a project owner reading the bot's status output in Matrix, I want to see the token cost next to each active story, so that I can monitor spend at a glance without running a separate cost command.
## Acceptance Criteria
- [ ] Status command output shows cost in USD next to each story that has token usage data (e.g. '293 — Register bot commands — $0.29')
- [ ] Stories with no recorded usage show no cost (not $0.00)
- [ ] Cost data is read from token_usage.jsonl via the existing read_all function
- [ ] Minimal performance impact — token usage file is read once per status call, not per story
## Out of Scope
- TBD

View File

@@ -0,0 +1,27 @@
---
name: "Rename binary and all references from story-kit to storkit"
---
# Story 315: Rename binary and all references from story-kit to storkit
## User Story
As a project owner, I want the binary, crate name, package name, and all code/config references renamed from story-kit/story_kit to storkit, so that the branding is consistent throughout the project.
## Acceptance Criteria
- [ ] Binary name changed from story-kit to storkit in Cargo.toml
- [ ] Crate/package name changed from story-kit/story_kit to storkit throughout Cargo.toml files
- [ ] All code references to story_kit (module names, paths, env vars like CARGO_MANIFEST_DIR) updated
- [ ] Config directory .story_kit renamed to .storkit
- [ ] All server code references to .story_kit paths updated
- [ ] Git commit messages prefix changed from 'story-kit:' to 'storkit:'
- [ ] Frontend references updated (if any)
- [ ] script/* files updated to reference the new binary name
- [ ] Release script updated for new binary name
- [ ] MCP server name updated from story-kit to storkit
- [ ] CLAUDE.md and README references updated
## Out of Scope
- TBD