Commit Graph

1 Commits

Author SHA1 Message Date
e0f3983e0f feat(gateway): CommandRegistryService + CommandExecutorService (P8-010)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
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 <noreply@anthropic.com>
2026-03-15 21:09:26 -05:00