huskies: create 467_story_mcp_tool_to_return_current_time_in_project_timezone

This commit is contained in:
dave
2026-04-04 11:00:22 +00:00
parent e142e1a9c3
commit a11900a78f
2 changed files with 20 additions and 19 deletions
@@ -0,0 +1,20 @@
---
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
@@ -1,19 +0,0 @@
---
name: "Exclude git worktrees from loc command output"
---
# Story 468: Exclude git worktrees from loc command output
## User Story
As a user running the `loc` bot command, I want worktree directories (`.huskies/worktrees/`) to be excluded from the file listing so that the output only shows project source files, not duplicated code from agent worktrees.
## Acceptance Criteria
- [ ] loc command excludes files under .huskies/worktrees/ from line counts
- [ ] loc command excludes files under target/ directories from line counts
- [ ] Unit test verifies worktree paths are filtered out
## Out of Scope
- TBD