From 01903a17bbc690f79a673e5d678dcddbb76f8b8b Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 10 Mar 2026 00:34:21 +0100 Subject: [PATCH] =?UTF-8?q?chore(rename):=20railiance-bootstrap=20?= =?UTF-8?q?=E2=86=92=20railiance-cluster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CLAUDE.md | 10 +++++----- QUICKSTART.md | 4 ++-- docs/backup-restore.md | 2 +- pyproject.toml | 2 +- tools/create_railiance_repo.sh | 2 +- tools/seed_node.sh | 2 +- workplans/RAIL-BS-WP-0001-dependency-management.md | 2 +- workplans/RAIL-BS-WP-0002-k3s-baseline.md | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3bfb243..3736e5b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -# railiance-bootstrap — Claude Code Instructions +# railiance-cluster — Claude Code Instructions ## Custodian State Hub Integration @@ -36,7 +36,7 @@ Output a concise brief covering: 1. **Active workstreams** for the `railiance` domain — title, task counts, any blocking decisions 2. **Pending tasks for this repo** — from local `workplans/` files (Step 2) - plus any state hub tasks with `[repo:railiance-bootstrap]` in their title + plus any state hub tasks with `[repo:railiance-cluster]` in their title 3. **Goal guidance** — if the summary contains a `goal_guidance` key, act on it: - **`needs_workplan`** entries: for each active repo goal with no linked workstream, surface it as the top suggested action — *"Repo goal '{title}' has no workplan yet. @@ -49,7 +49,7 @@ Output a concise brief covering: goal '{active_goal_title}'. Continue unless you hear otherwise — but flag it."* 4. **Suggested next action** — the highest-priority open item across all sources, with goal alignment taken into account -5. **SBOM status** — `last_sbom_at` for `railiance-bootstrap` is currently null +5. **SBOM status** — `last_sbom_at` for `railiance-cluster` is currently null (gap: no lockfile yet — see `workplans/RAIL-BS-WP-0001-dependency-management.md`) **During work:** @@ -113,7 +113,7 @@ create_task(workstream_id="", ...) Work items originate as files in `workplans/` before being registered in the hub. When the custodian creates a task for this repo, it places a workplan file here -AND creates a state hub task with `[repo:railiance-bootstrap]` in the title. +AND creates a state hub task with `[repo:railiance-cluster]` in the title. Both appear at session start via the orientation above. --- @@ -137,7 +137,7 @@ Templates: `~/the-custodian/canon/standards/contrib-templates/` After creating and committing the lockfile (see RAIL-BS-WP-0001), ingest: ```bash cd ~/the-custodian/state-hub -make ingest-sbom REPO=railiance-bootstrap SCAN=1 REPO_PATH=/home/worsch/railiance-bootstrap +make ingest-sbom REPO=railiance-cluster SCAN=1 REPO_PATH=/home/worsch/railiance-cluster ``` --- diff --git a/QUICKSTART.md b/QUICKSTART.md index 5eff99c..d750374 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -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:////railiance-bootstrap.git -cd railiance-bootstrap +git clone https:////railiance-cluster.git +cd railiance-cluster ``` (Replace `` and `` with your setup.) diff --git a/docs/backup-restore.md b/docs/backup-restore.md index 9f4b612..419521b 100644 --- a/docs/backup-restore.md +++ b/docs/backup-restore.md @@ -79,7 +79,7 @@ reads this to verify freshness. **Automated:** a cron job runs the backup daily at 02:00: ``` -0 2 * * * /home/worsch/railiance-bootstrap/bin/railiance backup >> ~/.cache/railiance/backup.log 2>&1 +0 2 * * * /home/worsch/railiance-cluster/bin/railiance backup >> ~/.cache/railiance/backup.log 2>&1 ``` --- diff --git a/pyproject.toml b/pyproject.toml index 214545b..687943e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "railiance-bootstrap" +name = "railiance-cluster" version = "0.1.0" requires-python = ">=3.11" dependencies = [ diff --git a/tools/create_railiance_repo.sh b/tools/create_railiance_repo.sh index 64c093b..5b828cc 100644 --- a/tools/create_railiance_repo.sh +++ b/tools/create_railiance_repo.sh @@ -37,7 +37,7 @@ set -euo pipefail # ----------------------------- parse args ------------------------------------ -REPO_NAME="railiance-bootstrap" +REPO_NAME="railiance-cluster" REPO_DESC="Bootstrap repo for Railiance IaC. Recreates Coulomb infra from scratch." IS_PRIVATE=true OVERRIDE_ORG="" diff --git a/tools/seed_node.sh b/tools/seed_node.sh index 7563311..a51b35e 100644 --- a/tools/seed_node.sh +++ b/tools/seed_node.sh @@ -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 diff --git a/workplans/RAIL-BS-WP-0001-dependency-management.md b/workplans/RAIL-BS-WP-0001-dependency-management.md index e3ac2c2..06158a3 100644 --- a/workplans/RAIL-BS-WP-0001-dependency-management.md +++ b/workplans/RAIL-BS-WP-0001-dependency-management.md @@ -3,7 +3,7 @@ id: RAIL-BS-WP-0001 type: workplan title: "Dependency Management — Add lockfile for Ansible control-node deps" domain: railiance -repo: railiance-bootstrap +repo: railiance-cluster status: completed owner: railiance topic_slug: railiance diff --git a/workplans/RAIL-BS-WP-0002-k3s-baseline.md b/workplans/RAIL-BS-WP-0002-k3s-baseline.md index 84050f7..3f8d754 100644 --- a/workplans/RAIL-BS-WP-0002-k3s-baseline.md +++ b/workplans/RAIL-BS-WP-0002-k3s-baseline.md @@ -3,7 +3,7 @@ id: RAIL-BS-WP-0002 type: workplan title: "k3s and Kubernetes Platform Baseline" domain: railiance -repo: railiance-bootstrap +repo: railiance-cluster status: active owner: railiance topic_slug: railiance