refactor(status): split diagnosis helpers into diagnosis.go
view.go was carrying 75 lines of status diagnosis logic that has no rendering dependency. Move statusDiagnosisLine and its three lookup helpers (leadingCPUProcess, leadingMemoryProcess, rootDisk) into a sibling file so view.go stays focused on lipgloss rendering. No behavior change; existing cmd/status tests pass.
T
Tw93 committed
0314a8afea02c31016c6c520a967648f3a295a23
Parent: 95ac235