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

@@ -21,7 +21,7 @@
set -euo pipefail
# --------- defaults & flags ----------
REPO_DIR="${REPO_DIR:-railiance-bootstrap}"
REPO_DIR="${REPO_DIR:-railiance-cluster}"
BRANCH="${BRANCH:-main}"
META_PATH="${META_PATH:-}" # optional explicit path to panspermia.json
QUIET=false