fix: replace dead .com hosts with .dev across all skills#75
Conversation
api.recoupable.com, developers.recoupable.com, and chat.recoupable.com no longer resolve (developers/chat are NXDOMAIN). Rewrite every tracked reference to the live hosts: - api.recoupable.com -> api.recoupable.dev - developers.recoupable.com -> docs.recoupable.dev - chat.recoupable.com -> chat.recoupable.dev Email addresses (agent@/support@/agent+...@recoupable.com) and the marketing-site URL (recoupable.com) are unchanged - those are still live. Verified live: api.recoupable.dev/api, docs.recoupable.dev/llms-full.txt, docs.recoupable.dev/api-reference/openapi/research.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (61)
📝 WalkthroughWalkthroughThis PR replaces the legacy ChangesDomain migration across documentation and scripts
Estimated code review effort: 2 (Simple) | ~15 minutes Poem: A rabbit hops through docs anew, ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
The .com→.dev migration (chat#1819) shipped 2026-06-30; chat.recoupable.com and developers.recoupable.com are DNS-dead, brand email moved to the @recoupable.dev apex, and the canonical API host is api.recoupable.dev (recoup-api.vercel.app still resolves but is not canonical). An agent session hit NXDOMAIN following the stale .com hosts documented here. - Chat endpoint -> chat.recoupable.dev/api - API endpoint -> api.recoupable.dev/api - API docs -> docs.recoupable.dev (llms.txt / llms-full.txt live there) - Branding: agent@recoupable.dev, chat.recoupable.dev, recoupable.dev Companion to recoupable/skills#75 (same sweep across the skills repo). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Why
An agent session today tried
api.recoupable.comanddevelopers.recoupable.com(taken verbatim from skill docs) and hit NXDOMAIN. The.comservice hosts are dead post-migration; skills must always point at.dev.PR #70 fixed
recoup-platform-api-access/SKILL.mdbut 61 other tracked files (sharedreferences/, per-skill reference copies, sibling SKILL.mds, the account-health script) still carried.comhosts.What
Repo-wide rewrite of every tracked reference (131 replacements, 61 files):
api.recoupable.comapi.recoupable.devdevelopers.recoupable.comdocs.recoupable.devchat.recoupable.comchat.recoupable.devLeft unchanged (still live / correct):
agent@,support@,agent+…@recoupable.comrecoupable.com(still resolves)Verification
https://api.recoupable.dev/api/accounts/id?email=…returns 200 with a valid accountIdhttps://docs.recoupable.dev/llms.txt,/llms-full.txt,/api-reference/openapi/research.jsonall return 200developers.recoupable.devis 404 everywhere; docs live atdocs.recoupable.dev🤖 Generated with Claude Code
Summary by cubic
Replaced all dead
.comservice hosts with.devacross skills and shared references to stop NXDOMAIN errors and point to live services. All API, docs, and chat links now useapi.recoupable.dev,docs.recoupable.dev, andchat.recoupable.dev.api.recoupable.com→api.recoupable.dev,developers.recoupable.com→docs.recoupable.dev,chat.recoupable.com→chat.recoupable.dev.references/, scripts)..comemails and marketing site (recoupable.com).Written for commit d3baa88. Summary will update on new commits.
Summary by CodeRabbit
api.recoupable.devanddocs.recoupable.devdomains.