feat/p8-010-command-registry
main
Closes #163
🤖 Generated with Claude Code
Fixes #163
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]>
No dependencies set.
The note is not visible to the blocked user.
Summary
Closes #163
Test plan
🤖 Generated with Claude Code
Fixes #163