docs: repoint AGENTS.md endpoints and branding to .dev domains#43
Conversation
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>
|
Warning Review limit reached
Next review available in: 54 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 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 |
Why
The
.com→.devmigration (chat#1819) shipped to prod 2026-06-30.chat.recoupable.comanddevelopers.recoupable.comare DNS-dead, butAGENTS.md(which every agent session loads asCLAUDE.md) still documented them — an agent session hit NXDOMAIN following these hosts verbatim.Companion to recoupable/skills#75 (merged), which swept the same dead hosts out of the skills repo.
What
API Endpoints:
chat.recoupable.com/api(dead)chat.recoupable.dev/apirecoup-api.vercel.app/api(alive, not canonical)api.recoupable.dev/apidevelopers.recoupable.com(dead)docs.recoupable.dev(+ note/llms.txt,/llms-full.txt)Branding:
agent@recoupable.dev(brand email moved to the.devapex per #1819, Resend-verified),chat.recoupable.dev,recoupable.dev.CLAUDE.mdis a symlink toAGENTS.md, so both are covered by the one edit.Verification
chat.recoupable.dev,api.recoupable.dev,docs.recoupable.dev,recoupable.devall return 200docs.recoupable.dev/llms.txt+/llms-full.txtreturn 200chat.recoupable.com/developers.recoupable.comare NXDOMAIN🤖 Generated with Claude Code
Summary by cubic
Repointed AGENTS.md to
.devdomains to match the .com→.dev migration, preventing NXDOMAIN errors during agent sessions and standardizing on the canonical API host.Written for commit b49d7aa. Summary will update on new commits.