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:
tegwick 2026-03-10 00:34:21 +01:00
parent 783c8cebbd
commit 01903a17bb
8 changed files with 13 additions and 13 deletions

View file

@ -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="<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
```
---