diff --git a/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md b/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md deleted file mode 100644 index ec4042f1..00000000 --- a/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Deduplicate work item display in web UI story panel" ---- - -# Story 454: Deduplicate work item display in web UI story panel - -## User Story - -As a user, I want the work item detail panel to display cleanly without redundant information, so that I can read story details without noise. - -## Acceptance Criteria - -- [ ] The story title is not shown twice (remove the duplicate heading) -- [ ] The work item type label is not shown twice -- [ ] The word 'name' is not shown as a prefix before the story title -- [ ] The story ID/title line (e.g. 'Story 3: ...') is left-justified with no extra indentation - -## Out of Scope - -- TBD diff --git a/.storkit/work/1_backlog/455_story_rename_project_from_storkit_to_huskies.md b/.storkit/work/1_backlog/455_story_rename_project_from_storkit_to_huskies.md new file mode 100644 index 00000000..5d05e8b2 --- /dev/null +++ b/.storkit/work/1_backlog/455_story_rename_project_from_storkit_to_huskies.md @@ -0,0 +1,31 @@ +--- +name: "Rename project from \"storkit\" to \"huskies\"" +--- + +# Story 455: Rename project from "storkit" to "huskies" + +## User Story + +As a project maintainer, I want to rename the project from "storkit" to "huskies" so that the product has its new identity throughout the codebase, tooling, and documentation. + +## Acceptance Criteria + +- [ ] Rust crate name in server/Cargo.toml changed from 'storkit' to 'huskies' +- [ ] Binary name changed to 'huskies' (Dockerfile CMD, release script binary names) +- [ ] Environment variables renamed: STORKIT_PORT → HUSKIES_PORT, STORKIT_HOST → HUSKIES_HOST +- [ ] Docker service name, container_name, image name, and volume names updated in docker-compose.yml +- [ ] Docker user/group renamed from 'storkit' to 'huskies' in Dockerfile (groupadd, useradd, home dir /home/huskies/.claude) +- [ ] MCP server registration renamed from 'storkit' to 'huskies' in scaffold-generated .mcp.json and in server/src/http/mcp/mod.rs serverInfo name +- [ ] All 35+ MCP tool permission patterns updated from mcp__storkit__* to mcp__huskies__* across code and permission configs +- [ ] The .storkit/ project directory marker renamed to .huskies/ throughout all Rust source (paths.rs, config.rs, scaffold.rs, watcher.rs, prompts.rs, and all agent/pipeline code) +- [ ] Release script updated: Gitea repo path dave/storkit → dave/huskies, changelog regex updated to match ^(huskies|storkit|story-kit): for backwards-compatible history parsing, binary artifact names updated +- [ ] Git commit prefix convention updated from 'storkit:' to 'huskies:' in storkit README and agent prompts +- [ ] Website updated: page title, headings, and contact email (hello@storkit.dev) if domain changes +- [ ] README.md updated: all CLI examples use 'huskies' binary name, all .storkit/ references become .huskies/ +- [ ] A migration path exists for existing installs: either storkit auto-detects and migrates .storkit/ → .huskies/, or a migration script (script/migrate) is provided +- [ ] All Claude Code .mcp.json files in existing worktrees are regenerated via scaffold or migration +- [ ] Gitea repository renamed from dave/storkit to dave/huskies (external action required, noted in story) + +## Out of Scope + +- TBD