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