Adds gateway-side command registry system: - CommandRegistryService with onModuleInit registering 12 core commands - CommandExecutorService routing command:execute socket events - CommandsModule exporting both services - ChatGateway wired: emits commands:manifest on connect, handles command:execute - AppModule and ChatModule updated to import CommandsModule - Unit tests for CommandRegistryService (6 tests, all passing) Closes #163 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>