feat(gateway): Discord channel auto-creation on project bootstrap #200

Merged
jason.woltje merged 1 commits from feat/discord-channel-auto-create into main 2026-03-17 02:32:14 +00:00

1 Commits

Author SHA1 Message Date
1fb761f0b0 feat(gateway): Discord channel auto-creation on project bootstrap
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
When a project is bootstrapped, the gateway now calls onProjectCreated on all loaded plugins. The Discord plugin creates a text channel in the configured guild (mosaic-{slug}) and the channel ID is stored in the project metadata jsonb. Gracefully skips if Discord is not configured or guild is unavailable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 21:28:59 -05:00