Remote clients now receive your session's slash command list when they attach, so they can offer them.
What's wrong with this entry?
When a remote client attaches to a session, the acknowledgement it gets back now lists the session's available slash commands, so the client can offer them. If the command list cannot be produced, the acknowledgement carries an empty list rather than failing the handshake.
- The empty-list fallback is recorded as
bridge_initialize_commandswithget_commands_threw. - Runs on every bridge transport initialize; no gate.
bridge_initialize_commands
Strings lifted out of the shipped bundle, so the claim above can be checked against them.