Skip to content

docs: migrate community Discord link to branded discord.befailproof.ai#539

Merged
chhhee10 merged 2 commits into
mainfrom
chore/discord-link-befailproof
Jul 16, 2026
Merged

docs: migrate community Discord link to branded discord.befailproof.ai#539
chhhee10 merged 2 commits into
mainfrom
chore/discord-link-befailproof

Conversation

@chhhee10

@chhhee10 chhhee10 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

What

Migrates the community Discord link from https://discord.gg/2zjBZP7yQJ to the branded https://discord.befailproof.ai/ everywhere it's user-facing.

This matches the branded docs.befailproof.ai domain already used for the Docs link, so all three CLI links (GitHub / Docs / Discord) are now consistent.

Where it appears (all updated)

  • failproofai --help LINKS banner (bin/failproofai.mjs)
  • Branded launch banner shown on failproofai / failproofai audit (src/hooks/tui.ts)
  • Dashboard "Reach Us" dropdown (components/reach-developers.tsx) + its test
  • Docs-site footer (docs/docs.json)
  • README community badge — English (README.md) + 15 translations (docs/i18n/README.*.md)

Notes

  • The historical CHANGELOG entry that records the old link is intentionally left unchanged (it accurately documents a past change).
  • Pure link swap — no logic changes. reach-developers + tui tests pass.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Updated Discord links across the CLI, dashboard, documentation, README, launch banner, and translated materials.
    • All links now use https://discord.befailproof.ai/.
  • Tests

    • Updated link validation to reflect the new Discord destination.

Replace discord.gg/2zjBZP7yQJ with https://discord.befailproof.ai/ everywhere
it's user-facing — the `failproofai --help` LINKS banner, the branded launch
banner (tui.ts), the dashboard "Reach Us" dropdown, the docs-site footer, and
the README community badge (English + 15 translations). Matches the branded
docs.befailproof.ai domain already used for the Docs link. Updated the
reach-developers test assertion accordingly; the historical CHANGELOG entry
recording the old link is intentionally left unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 93b0d80e-8183-40c8-afe1-02ff7389bd2c

📥 Commits

Reviewing files that changed from the base of the PR and between 446484b and 6218810.

📒 Files selected for processing (21)
  • CHANGELOG.md
  • README.md
  • __tests__/components/reach-developers.test.tsx
  • bin/failproofai.mjs
  • components/reach-developers.tsx
  • docs/docs.json
  • docs/i18n/README.ar.md
  • docs/i18n/README.de.md
  • docs/i18n/README.es.md
  • docs/i18n/README.fr.md
  • docs/i18n/README.he.md
  • docs/i18n/README.hi.md
  • docs/i18n/README.it.md
  • docs/i18n/README.ja.md
  • docs/i18n/README.ko.md
  • docs/i18n/README.pt-br.md
  • docs/i18n/README.ru.md
  • docs/i18n/README.tr.md
  • docs/i18n/README.vi.md
  • docs/i18n/README.zh.md
  • src/hooks/tui.ts

📝 Walkthrough

Walkthrough

The Discord invite URL was replaced with https://discord.befailproof.ai/ across CLI and dashboard interfaces, the TUI launch banner, documentation, translated READMEs, tests, and the changelog.

Changes

Discord URL migration

Layer / File(s) Summary
Runtime Discord links and test expectation
bin/failproofai.mjs, src/hooks/tui.ts, components/reach-developers.tsx, __tests__/components/reach-developers.test.tsx
CLI help, the launch banner, and the dashboard Discord option now use the branded URL; the component test expects the updated destination.
Documentation and translations
README.md, docs/docs.json, docs/i18n/README.*.md, CHANGELOG.md
The main README, documentation anchor, translated README badges, and changelog reference the branded Discord URL.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested labels: enhancement

Suggested reviewers: niveditjain

Poem

A bunny hops through links anew,
With branded paths in every view.
From CLI help to docs in flight,
Discord now points to one invite.
Squeak! Consistency shines bright.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install timed out. The project may have too many dependencies for the sandbox.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hermes-exosphere

Copy link
Copy Markdown
Contributor

Automated code review started - full review. Results will be posted here.

@hermes-exosphere

Copy link
Copy Markdown
Contributor

[Phase 1] Gathering context — diff stats, commit log, changed files...

PR #539: docs: migrate community Discord link to branded discord.befailproof.ai
Author: chhhee10
State: DRAFT (OPEN, MERGEABLE)
No issues linked, no review threads exist — clean slate review.

@hermes-exosphere

Copy link
Copy Markdown
Contributor

Automated Code Review

Executive Summary

This PR migrates the community Discord invite link from discord.gg/2zjBZP7yQJ to the branded discord.befailproof.ai across all 21 user-facing locations. Pure link swap — no logic changes, no API modifications. The PR is clean, complete, and well-targeted. The branded URL redirects correctly to the existing Discord server.

Change Architecture

README.md (English) ──┐
15 i18n READMEs ─────┤
bin/failproofai.mjs ──┤
src/hooks/tui.ts ─────┼──> Branded URL (discord.befailproof.ai)
components/reach.tsx ─┤
docs/docs.json ───────┤
Test assertions ──────┘
CHANGELOG.md ────────> Historical entries preserved (unchanged)

Breaking Changes

None detected. URL redirection verified: discord.befailproof.ai -> 302 -> discord.com/invite/2zjBZP7yQJ (HTTP 200). Zero downtime risk.

Issues Found

None. Verification confirms:

  • Zero remaining old URL references in user-facing files (only CHANGELOG historical entries)
  • All 21 files updated correctly
  • Test assertions updated to match new URL
  • Branded URL resolves properly

@hermes-exosphere

Copy link
Copy Markdown
Contributor

Evidence — Build and Test Results

Full test suite: 121 files passed, 2064 tests passed (78.71s)

Affected tests verified individually:

  • __tests__/components/reach-developers.test.tsx — 10 passed
  • __tests__/hooks/tui.test.ts — 9 passed

URL verification:

  • curl -sI https://discord.befailproof.ai/ → HTTP 302 → discord.com/invite/2zjBZP7yQJ
  • curl -sL https://discord.befailproof.ai/ → HTTP 200 (Discord invite page loads)

Old URL scan: Only CHANGELOG.md contains discord.gg/2zjBZP7yQJ — both are historical entries preserving past change records. Zero user-facing files contain the old URL.

Issue Linkage

No issue linked. Consider creating one for better traceability, though for a pure link migration this is acceptable.

Human Review Feedback

  • @coderabbitai[bot]: Skipped review (Draft detected) — Noted
  • No human (non-bot) review comments exist on this PR

Suggestions

  1. Consider verifying DNS ownership — since this is a branded subdomain, ensure the befailproof.ai domain has proper DNS management for the discord subdomain.
  2. Future optimization: The HTTP 302 redirect adds latency vs the direct discord.gg link. Consider using a CNAME or Discord Vanity URL feature for a zero-hop redirect if performance matters.

Verdict

VERDICT: APPROVED

Automated code review · 2026-07-16 UTC

@hermes-exosphere hermes-exosphere left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review: Approved. Clean link migration across all 21 user-facing files. All 2064 tests pass. Branded URL verified. No issues found.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Tip

For best results, initiate chat on the files or code changes.

@hermes-exosphere Thanks for the thorough verification. The migration appears complete: user-facing references use the branded URL, historical changelog references remain appropriately untouched, and the affected tests pass.

The DNS and redirect-latency notes are reasonable operational follow-ups, but they do not block this documentation-only change.

@hermes-exosphere hermes-exosphere left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review: Approved. ✅

@chhhee10
chhhee10 marked this pull request as ready for review July 16, 2026 14:21
@chhhee10
chhhee10 merged commit 026b0d6 into main Jul 16, 2026
10 of 11 checks passed
@coderabbitai coderabbitai Bot added the enhancement New feature or request label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants