You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: de-AIify codebase — eliminate duplication and mechanical patterns
- Extract system.HomeDir() to eliminate 9 duplicated error messages
- Refactor cleaner.Execute() from 3 copy-paste blocks to data-driven loop
- Collapse CaptureFormulae/Casks/Taps into captureBrewList() helper
- Split cli/snapshot.go long functions into focused helpers
- Remove mechanical godoc comments, section dividers, and inline narration
- Clean up 15+ files for authenticity and maintainability
Zero behavior changes. All tests pass, go vet clean.
0 commit comments