diff --git a/.huskies/work/1_backlog/467_story_mcp_tool_to_return_current_time_in_project_timezone.md b/.huskies/work/1_backlog/467_story_mcp_tool_to_return_current_time_in_project_timezone.md new file mode 100644 index 00000000..baaa36ed --- /dev/null +++ b/.huskies/work/1_backlog/467_story_mcp_tool_to_return_current_time_in_project_timezone.md @@ -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 diff --git a/.huskies/work/1_backlog/468_story_exclude_git_worktrees_from_loc_command_output.md b/.huskies/work/1_backlog/468_story_exclude_git_worktrees_from_loc_command_output.md deleted file mode 100644 index b97dc560..00000000 --- a/.huskies/work/1_backlog/468_story_exclude_git_worktrees_from_loc_command_output.md +++ /dev/null @@ -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