fix: allow hierarchical slugs for industry gatherings and auto-create Slack channels#675
Merged
Merged
Conversation
… Slack channels - Add isValidCommitteeSlug() function that allows slashes in slugs for industry_gathering committee types (e.g., industry-gatherings/2026/ces) - Prevent confusing patterns like consecutive slashes/hyphens - Auto-create Slack channel when creating industry gatherings without one - Include warning in response if channel auto-creation fails - Update HTML pattern to allow slashes in slug input - Add industry gathering tools to Addie's system prompt 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
industry-gatherings/2026/ces)Changes
isValidCommitteeSlug()function with different validation rules for industry gatherings vs standard committees. Auto-creates Slack channel for industry gatherings when not provided.create_industry_gatheringandlist_industry_gatheringstools to Addie's system promptTest plan
industry-gatherings/2026/iab-alm-2026succeeds🤖 Generated with Claude Code