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
Clean code analysis and refactoring across 31 files:
- Add bounds checking to prevent panics on unexpected system command output
- Check ignored errors from json.Unmarshal, os.WriteFile, cobra Execute()
- Extract shared utilities: pkg/jsonutil.Print, pkg/run.CaptureClean
- Unify component registry into single source of truth
- Consolidate duplicate code in link, spotify auth, and slack packages
- Replace os.Exit in cache.Log with bool return for testability
- Remove unused types, fix byte-vs-rune slicing, use const where appropriate
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments