You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/init-slack/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Ask:
32
32
33
33
-`CHAT_SDK_SLACK_TOKEN` — bot token, starts with `xoxb-`
34
34
-`CHAT_SDK_CHANNEL_ID` — channel ID like `C0123456789` (not `#channel-name`)
35
-
-`CHAT_SDK_BOT_NAME` — defaults to `blazebot`; only ask if the user wants to override
35
+
-`CHAT_SDK_BOT_NAME` — defaults to `ai-workflow`; only ask if the user wants to override
36
36
-`SLACK_SIGNING_SECRET` — required. App settings → **Basic Information** → **App Credentials** → **Signing Secret**. Used to verify inbound `/ai-workflow` slash command requests. See `references/slash-commands.md` for the full slash-command setup.
37
37
-`SLACK_ALLOWED_USER_IDS` — optional. Comma-separated Slack user IDs (`U…`) allowed to run `/ai-workflow`. Defaults to empty, which lets anyone in the workspace run the slash command. Only ask if the user wants to restrict access.
Copy file name to clipboardExpand all lines: SETUP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ The Slack app powers two things: **notifications** (run start, success, failure
159
159
5. Pick (or create) the channel where ai-workflow should post — e.g. `#ai-workflow` or your team's engineering channel. Public is simplest; private works as long as you invite the bot.
160
160
6. In Slack, open the channel → **Channel details → Integrations → Add apps** → select the ai-workflow app you just installed. (Or run `/invite @ai-workflow` in the channel.) Without this the bot's posts will fail with `not_in_channel`.
161
161
7. Right-click the channel → **View channel details** → copy the channel ID at the bottom (looks like `C0123456789`) → `CHAT_SDK_CHANNEL_ID`.
162
-
8. Optional: choose a display name → `CHAT_SDK_BOT_NAME` (default `blazebot`). This is what users see as the message author.
162
+
8. Optional: choose a display name → `CHAT_SDK_BOT_NAME` (default `ai-workflow`). This is what users see as the message author.
163
163
9. Optional: restrict who can invoke the slash command by setting `SLACK_ALLOWED_USER_IDS` to a comma-separated list of Slack user IDs (`U0123…`). When unset, anyone in the workspace can run it.
164
164
165
165
> If you skip the Slack section entirely (`CHAT_SDK_SLACK_TOKEN` and `CHAT_SDK_CHANNEL_ID` unset), runs proceed silently — Jira and PRs still update, just no chat notifications.
@@ -289,7 +289,7 @@ This is enough for password-only dashboard login. SSO and Resend are optional wo
0 commit comments