huskies: accept 468_story_exclude_git_worktrees_from_loc_command_output

This commit is contained in:
dave
2026-04-04 14:59:39 +00:00
parent 18d2242815
commit 6375863c77
2 changed files with 0 additions and 25 deletions
@@ -0,0 +1,19 @@
---
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