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
Owner

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.

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.
jason.woltje added 1 commit 2026-03-17 02:29:30 +00:00
feat(gateway): Discord channel auto-creation on project bootstrap
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
1fb761f0b0
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 <[email protected]>
jason.woltje merged commit 7a52652be6 into main 2026-03-17 02:32:14 +00:00
Sign in to join this conversation.