storkit: done 413_refactor_split_slack_rs_into_focused_modules

This commit is contained in:
dave
2026-03-27 15:29:26 +00:00
parent 16853328fa
commit c30ad79398
2 changed files with 29 additions and 19 deletions
@@ -1,19 +0,0 @@
---
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