Changelog
- 6b49c4c feat: add clipboard paste support to all search and filter inputs
- 251939d feat: add ctrl+u to delete line before cursor in all inputs
- c3f0050 fix: fix bookmark test isolation (use temp XDG_STATE_HOME)
- 08d68a1 fix: pre-commit hook only lints new issues via --new-from-rev=HEAD
- 95de56e fix: remove duplicate Status column from PVC/PV, prevent sort cycling stuck
- c089308 fix: resolve all golangci-lint failures (unparam, unused, gocyclo)
- a9aa985 fix: resolve lint warnings in themegen (stringsbuilder, stringsseq)
- 99328bb fix: resolve stale pointer in paste confirmation (BubbleTea value copy)
- de554d0 fix: sort resource quantities numerically (10Gi, 50Gi, 5Gi)
- 7183d65 refactor: consolidate test files to follow Go naming conventions
- 2f90140 refactor: continue reducing app cyclomatic complexity (gocyclo < 30)
- 4d343ac refactor: extract command bar helpers to reduce cyclomatic complexity
- 1f2d1e4 refactor: reduce cyclomatic complexity in app package (gocyclo < 30)
- 7dad43f refactor: reduce cyclomatic complexity in app package (phase 2)
- 99d412a refactor: reduce cyclomatic complexity in k8s package (gocyclo < 30)