Add a PID column to sb get terminals -o wide. The value is already tracked in Status.Pid; just needs to be rendered in internal/discovery/terminals.go alongside the existing wide columns (ID, NAME, PROFILE, CMD, TTY, STATUS, ATTACHERS, CREATED, ATTACHED, LABELS).
Why: Agents/users can't match a terminal row to a running process without extra steps. CWD is already plumbed via the Cwd spec field.
From gap-analysis.md §4 (P1) — CWD portion already addressed.
Add a
PIDcolumn tosb get terminals -o wide. The value is already tracked inStatus.Pid; just needs to be rendered ininternal/discovery/terminals.goalongside the existing wide columns (ID, NAME, PROFILE, CMD, TTY, STATUS, ATTACHERS, CREATED, ATTACHED, LABELS).Why: Agents/users can't match a terminal row to a running process without extra steps. CWD is already plumbed via the Cwd spec field.
From gap-analysis.md §4 (P1) — CWD portion already addressed.