chore(domain): yourplatform.com → breakpilot.com
ci / shared (pull_request) Successful in 4s

Apply the platform-domain decision (2026-05-18) to every README,
workflow, and config in this repo. 3 files updated.

Refs: M1.1
This commit is contained in:
2026-05-18 22:08:16 +02:00
parent e537f92855
commit 5ae9e9db12
4 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ For IaC: list the make targets.}}
| Env | URL | How |
|---|---|---|
| dev | `http://localhost:3000` | `make dev` |
| stage | `https://seed-data.stage.yourplatform.com` | auto on merge to `main` |
| prod | `https://seed-data.yourplatform.com` | manual: tag `vX.Y.Z` + sign-off |
| stage | `https://seed-data.stage.breakpilot.com` | auto on merge to `main` |
| prod | `https://seed-data.breakpilot.com` | manual: tag `vX.Y.Z` + sign-off |
Rollback: `orca rollout undo seed-data --env={{env}}`.
@@ -48,7 +48,7 @@ Rollback: `orca rollout undo seed-data --env={{env}}`.
- Traces, logs, metrics: [SigNoz](https://signoz.meghsakha.com) — service name `seed-data`
- Audit events: Tenant Registry `/audit` (Retraced-shape schema)
- On-call: `oncall@yourplatform.com` · runbook at `platform/docs/runbooks/seed-data.md`
- On-call: `oncall@breakpilot.com` · runbook at `platform/docs/runbooks/seed-data.md`
## Contributing