A bug was causing cross-bot pollution within the gateway, where bots could receive mixed inbox streams. This update resolves the issue by bumping the modules/bots submodule to a version that enforces bot-specific streams, properly isolating their messages. We also added a gateway.local.yaml configuration to ease the setup process for local gateway development. This ensures cleaner data separation between bots and a smoother testing experience for developers.

Update the gateway submodule to use bot-specific inbox streams and introduce a local development configuration - jeffwweee/dev-workspace