feat(gateway): Discord channel auto-creation on project bootstrap #200
Reference in New Issue
Block a user
Delete Branch "feat/discord-channel-auto-create"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>