story-kit: accept 315_story_rename_binary_and_all_references_from_story_kit_to_storkit

This commit is contained in:
Dave
2026-03-20 00:07:51 +00:00
parent a8cb851ba7
commit 90c98f5b47

View File

@@ -1,28 +0,0 @@
---
name: "Rename binary and all references from story-kit to storkit"
agent: coder-opus
---
# 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