storkit: done 414_story_loc_command_filters_out_known_huge_files

This commit is contained in:
dave
2026-03-27 15:37:54 +00:00
parent e88b9bbc63
commit 7f7f49d757
2 changed files with 19 additions and 29 deletions
@@ -0,0 +1,19 @@
---
name: "loc command filters out known-huge files"
---
# Story 414: loc command filters out known-huge files
## User Story
As a ..., I want ..., so that ...
## Acceptance Criteria
- [ ] loc command excludes lockfiles and generated files (e.g. package-lock.json, Cargo.lock, frontend/package-lock.json) from results
- [ ] Exclusion list is defined as a constant, easy to extend
- [ ] Excluded files do not count toward line totals
## Out of Scope
- TBD