pub fn announce_command(
command: PaneCommand,
resolution: &PaneCommandResolution,
tree: &PaneTree,
) -> Option<PaneAnnouncement>Expand description
Generate a concise accessibility announcement for a resolved command.
Returns None for no-ops (nothing changed). tree MUST be the post-apply
state, so counts and ratios reflect the result.