From 00fa7bf50a85c5551e42167c754e9d47e8ae8762 Mon Sep 17 00:00:00 2001 From: Timmy Date: Fri, 3 Apr 2026 17:04:02 +0100 Subject: [PATCH] Done rename merge --- ..._rename_project_from_storkit_to_huskies.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .huskies/work/5_done/455_story_rename_project_from_storkit_to_huskies.md diff --git a/.huskies/work/5_done/455_story_rename_project_from_storkit_to_huskies.md b/.huskies/work/5_done/455_story_rename_project_from_storkit_to_huskies.md new file mode 100644 index 00000000..13d9978c --- /dev/null +++ b/.huskies/work/5_done/455_story_rename_project_from_storkit_to_huskies.md @@ -0,0 +1,31 @@ +--- +name: "Rename project from \"huskies\" to \"huskies\"" +--- + +# Story 455: Rename project from "huskies" to "huskies" + +## User Story + +As a project maintainer, I want to rename the project from \"huskies\" to \"huskies\" so that the product has its new identity throughout the codebase, tooling, and documentation. The new domain is huskies.dev — update all references to huskies.dev accordingly (website, contact email hello@huskies.dev, etc). + +## Acceptance Criteria + +- [ ] Rust crate name in server/Cargo.toml changed from 'huskies' 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 'huskies' to 'huskies' in Dockerfile (groupadd, useradd, home dir /home/huskies/.claude) +- [ ] MCP server registration renamed from 'huskies' 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__huskies__* to mcp__huskies__* across code and permission configs +- [ ] The .huskies/ 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/huskies → dave/huskies, changelog regex updated to match ^(huskies|huskies|story-kit): for backwards-compatible history parsing, binary artifact names updated +- [ ] Git commit prefix convention updated from 'huskies:' to 'huskies:' in huskies README and agent prompts +- [ ] Website updated: page title, headings, and contact email (hello@huskies.dev) if domain changes +- [ ] README.md updated: all CLI examples use 'huskies' binary name, all .huskies/ references become .huskies/ +- [ ] A migration path exists for existing installs: either huskies auto-detects and migrates .huskies/ → .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/huskies to dave/huskies (external action required, noted in story) + +## Out of Scope + +- TBD