chore(rename): railiance-bootstrap → railiance-cluster

Update all operational references to reflect the new repo name per
ADR-003 (OAS S2 Cluster Runtime). Historical text in docs preserved.
Gitea remote URL updated locally (Gitea repo rename is a manual step).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:34:21 +01:00
parent 783c8cebbd
commit 01903a17bb
8 changed files with 13 additions and 13 deletions

View File

@@ -10,8 +10,8 @@ This guide is written for newcomers who want to set up their very first Railianc
Clone this repository locally and enter it:
```bash
git clone https://<your-gitea-domain>/<org-or-user>/railiance-bootstrap.git
cd railiance-bootstrap
git clone https://<your-gitea-domain>/<org-or-user>/railiance-cluster.git
cd railiance-cluster
```
(Replace `<your-gitea-domain>` and `<org-or-user>` with your setup.)