Moving stories along
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
||||||
-20
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: "MCP tool to return current time in project timezone"
|
|
||||||
---
|
|
||||||
|
|
||||||
# Story 467: MCP tool to return current time in project timezone
|
|
||||||
|
|
||||||
## User Story
|
|
||||||
|
|
||||||
As an LLM agent (coder, QA, or top-level bot), I want an MCP tool that returns the current time in the project's configured timezone so I can reason about time without having to read project.toml and convert from container UTC manually.
|
|
||||||
|
|
||||||
## Acceptance Criteria
|
|
||||||
|
|
||||||
- [ ] New MCP tool `get_current_time` returns current date/time in the project's configured timezone
|
|
||||||
- [ ] Output includes both local time and UTC for clarity
|
|
||||||
- [ ] Uses the `timezone` field from project.toml, falls back to UTC if not set
|
|
||||||
- [ ] Includes day of week and timezone abbreviation (e.g. 'Fri 2026-04-03 14:30 BST (13:30 UTC)')
|
|
||||||
|
|
||||||
## Out of Scope
|
|
||||||
|
|
||||||
- TBD
|
|
||||||
Reference in New Issue
Block a user