fix(addie): Slack invite domain restriction — behavior rule and help page#3357
Draft
fix(addie): Slack invite domain restriction — behavior rule and help page#3357
Conversation
…ookup_key aliases When the LLM passes an aliased lookup_key (e.g. explorer_annual instead of aao_membership_explorer_50), create_payment_link/send_invoice/confirm_send_invoice now include did_you_mean: canonicalKey in the JSON response so the model learns the canonical key for subsequent calls in the same conversation. Also tightens the three tool descriptions to explicitly forbid constructing the key from tier name and billing interval. Bumps CODE_VERSION to 2026.04.6. Closes #2550 https://claude.ai/code/cse_01HULrqPhn8kLM76nSmcpj4d
Partially closes #2565. Domain allowlist policy decision flagged for product owner. https://claude.ai/code/session_01HULrqPhn8kLM76nSmcpj4d
4 tasks
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
Addresses the two non-decision-dependent ACs from #2565 (~55 Slack access questions/week, ~3 domain-allowlist escalations/week from silent failures):
server/src/addie/rules/behaviors.md: when sharing the Slack invite link, Addie now proactively warns about domain restrictions and offers the next step ("reply with your email and I'll flag it for a direct invite"). If someone reports a failed invite, Addie acknowledges the domain allowlist issue, asks for their email, and escalates via theinvitecategory.docs/community/joining-slack.mdx: covers the public invite link, the domain allowlist policy (what it is, who it affects, what to do), and two self-service paths (ask Addie, or email community@agenticadvertising.org). Includes a Note that the allowlist policy is under review pending the product decision.docs/community/working-group.mdxupdated with a link to the new help pageNot in this PR
The domain allowlist policy decision (Option A: drop allowlist, rely on post-join moderation; Option B: keep allowlist + lightweight self-serve form) is flagged for product owner decision in the issue. This PR ships the deflection path regardless of which option is chosen.
Test plan
/docs/community/joining-slackpage renders correctly with Note component/docs/community/working-groupshows the new domain restriction linkdocs/community/joining-slackPartially closes #2565.
https://claude.ai/code/session_01HULrqPhn8kLM76nSmcpj4d
Generated by Claude Code