pub const EVENT_SHELL_NODE_CREATE: &str = "shell_node_create";Expand description
Fired by handle_shell_create when a persistent shell is launched.
Frontend creates the ShellNode row on receipt.
Payload: { shell_id, cmd, cwd?, title, timestamp }.