docs+ci: team communication guide and optional Slack notifications - #13
Draft
c0remusic wants to merge 1 commit into
Draft
docs+ci: team communication guide and optional Slack notifications#13c0remusic wants to merge 1 commit into
c0remusic wants to merge 1 commit into
Conversation
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
Sets up the team communication workflow so Slack, GitHub, and Claude interoperate cleanly for the
c0remusic/tuplerepo..github/COMMUNICATION.md— a guide covering where the team talks (Slack#tuple-vst, Discord, GitHub), the GitHub↔Slack/github subscribeintegration, how to work with Claude, branch & PR conventions, and the release flow..github/workflows/slack-notify.yml— an optional GitHub Actions workflow that posts two Slack messages the GitHub Slack app doesn't send by default: a 🚀 note when a Release is published, and a pass/fail note when the Test Mac Installer workflow finishes. It is a no-op unless aSLACK_WEBHOOK_URLrepository secret is configured, so it is safe to merge before the webhook exists.The doc was placed in
.github/(notdocs/, which is gitignored in this repo) to sit alongside the existing process docs (CONTRIBUTING, SECURITY, CODE_OF_CONDUCT).This branch was rebuilt on top of the current
main(v1.5.0) so it contains only these two new files.Type of change
Checklist
SLACK_WEBHOOK_URLsecretslack-notify.ymlvalidated as YAMLSLACK_WEBHOOK_URLsecret added in GitHub settings (required only to activate the notifications)Setup to activate Slack notifications (optional)
SLACK_WEBHOOK_URL.Originating Slack thread: https://tuplegroupe.slack.com/archives/C0BLCSNRAVB/p1785284610582309?thread_ts=1785284610.582309&cid=C0BLCSNRAVB
Generated by Claude Code