Rename yourplatform.com → breakpilot.com everywhere in this repo (3 files).
Why
yourplatform.com was the placeholder domain in the architecture docs. Sharang chose breakpilot.com as 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
CI runs make validate / shared checks — must stay green
No other variants of yourplatform exist in the repo (verified before commit)
Risk
Blast radius: repo-local strings. No services touched (no service has breakpilot.com DNS 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; sed is fully reversible.
Checklist
Docs updated (the rename IS the change)
CHANGELOG entry under "Changed"
## What
- Rename `yourplatform.com` → `breakpilot.com` everywhere in this repo (3 files).
## Why
`yourplatform.com` was the placeholder domain in the architecture docs. Sharang chose `breakpilot.com` as 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
- [x] CI runs `make validate` / shared checks — must stay green
- [x] No other variants of `yourplatform` exist in the repo (verified before commit)
## Risk
**Blast radius:** repo-local strings. No services touched (no service has `breakpilot.com` DNS 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; `sed` is fully reversible.
## Checklist
- [x] Docs updated (the rename IS the change)
- [x] CHANGELOG entry under "Changed"
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
yourplatform.com→breakpilot.comeverywhere in this repo (3 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