chore(domain): yourplatform.com → breakpilot.com #3
Reference in New Issue
Block a user
Delete Branch "chore/domain-rename"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
yourplatform.com→breakpilot.comeverywhere in this repo (4 files).Why
yourplatform.comwas the placeholder domain in the architecture docs. Sharang chosebreakpilot.comas the real platform domain on 2026-05-18. Applying it consistently before any milestone references the wrong URL.Linked milestone: M1.1 (domain decision is bundled into the M1.1 batch)
How
sed -i 's/yourplatform\.com/breakpilot.com/g'against every tracked file. CHANGELOG note added under "Changed".Test plan
make validate/ shared checks — must stay greenyourplatformexist in the repo (verified before commit)Risk
Blast radius: repo-local strings. No services touched (no service has
breakpilot.comDNS records yet — those land with M0.3).What could break: nothing. Until M0.3 brings up DNS, all references are documentation.
Rollback plan: revert the PR;
sedis fully reversible.Checklist