diff --git a/CLAUDE.md b/CLAUDE.md index d26eadc..601c52c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -# RailianceHosts — Claude Code Instructions +# railiance-infra — Claude Code Instructions ## Custodian State Hub Integration @@ -35,7 +35,7 @@ Output a concise brief covering: 1. **Active workstreams** (from state hub) 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-hosts]` in their title + plus any state hub tasks with `[repo:railiance-infra]` 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. @@ -135,7 +135,7 @@ Work items MUST originate as files in this repo before being registered in the h `state_hub_workstream_id`, `state_hub_task_id` (per task) When another domain's agent identifies work for this repo, it creates a state hub -task with `[repo:railiance-hosts]` in the title (an **ecosystem todo**). You will +task with `[repo:railiance-infra]` in the title (an **ecosystem todo**). You will see it at session start via `get_domain_summary("railiance")`. When you pick it up, create the corresponding workplan file in `workplans/` (ADR-001) and begin work. @@ -170,7 +170,7 @@ update_contribution_status(contribution_id="", status="submitted") After updating dependencies, re-ingest the SBOM: ```bash cd ~/the-custodian/state-hub -make ingest-sbom REPO=railiance-hosts SCAN=1 REPO_PATH=$(pwd) +make ingest-sbom REPO=railiance-infra SCAN=1 REPO_PATH=$(pwd) ``` Check compliance: `http://localhost:3000/repos` diff --git a/Makefile b/Makefile index 4931a93..16fa2b1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL := /usr/bin/env bash # Set this to your Gitea host if you want 'remote-set' helper GITEA ?= gitea.example.com OWNER ?= coulomb -REPO ?= railiance-hosts +REPO ?= railiance-infra # New-host defaults (can be overridden: make new-host NAME=... TYPE=...) TYPE ?= cpx11 diff --git a/README.md b/README.md index 8858eec..da552c9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ First, clone this repository to your workstation: ```bash git clone https:///coulomb/railliance-hosts.git -cd railiance-hosts +cd railiance-infra ``` ## 📦 1. Prerequisites diff --git a/contrib/extension-points/EP-RAIL-001--railiance-hosts--goss-report-pruning.md b/contrib/extension-points/EP-RAIL-001--railiance-hosts--goss-report-pruning.md index ba1e6cf..d9986e4 100644 --- a/contrib/extension-points/EP-RAIL-001--railiance-hosts--goss-report-pruning.md +++ b/contrib/extension-points/EP-RAIL-001--railiance-hosts--goss-report-pruning.md @@ -6,7 +6,7 @@ target_org: railiance target_repo: railiance-hosts status: open created: "2026-03-09" -source_repo: railiance-hosts +source_repo: railiance-infra related_workstream_id: "" --- diff --git a/contrib/feature-requests/fr-2026-03-08--threephoenix--state-hub--offline-inbox-ingest.md b/contrib/feature-requests/fr-2026-03-08--threephoenix--state-hub--offline-inbox-ingest.md index 420fd74..873cd05 100644 --- a/contrib/feature-requests/fr-2026-03-08--threephoenix--state-hub--offline-inbox-ingest.md +++ b/contrib/feature-requests/fr-2026-03-08--threephoenix--state-hub--offline-inbox-ingest.md @@ -5,7 +5,7 @@ target_org: threephoenix target_repo: state-hub status: draft created: "2026-03-08" -source_repo: railiance-hosts +source_repo: railiance-infra related_workstream_id: bf40b47e-be5b-4930-a7d2-362e76b943bb --- diff --git a/contrib/feature-requests/fr-2026-03-09--threephoenix--state-hub--update-workstream-tool.md b/contrib/feature-requests/fr-2026-03-09--threephoenix--state-hub--update-workstream-tool.md index 1854bf9..9c05906 100644 --- a/contrib/feature-requests/fr-2026-03-09--threephoenix--state-hub--update-workstream-tool.md +++ b/contrib/feature-requests/fr-2026-03-09--threephoenix--state-hub--update-workstream-tool.md @@ -5,7 +5,7 @@ target_org: threephoenix target_repo: state-hub status: draft created: "2026-03-09" -source_repo: railiance-hosts +source_repo: railiance-infra related_workstream_id: bf40b47e-be5b-4930-a7d2-362e76b943bb --- diff --git a/workplans/RAIL-HO-WP-0001-hosteurope-bootstrap.md b/workplans/RAIL-HO-WP-0001-hosteurope-bootstrap.md index 2456615..9216e42 100644 --- a/workplans/RAIL-HO-WP-0001-hosteurope-bootstrap.md +++ b/workplans/RAIL-HO-WP-0001-hosteurope-bootstrap.md @@ -3,7 +3,7 @@ id: RAIL-HO-WP-0001 type: workplan title: "Secure Single-Server Bootstrap at HostEurope" domain: railiance -repo: railiance-hosts +repo: railiance-infra status: completed owner: railiance topic_slug: railiance diff --git a/workplans/RAIL-HO-WP-0002-server-spec-and-test-suite.md b/workplans/RAIL-HO-WP-0002-server-spec-and-test-suite.md index 961e2ea..1fd1eb2 100644 --- a/workplans/RAIL-HO-WP-0002-server-spec-and-test-suite.md +++ b/workplans/RAIL-HO-WP-0002-server-spec-and-test-suite.md @@ -3,7 +3,7 @@ id: RAIL-HO-WP-0002 type: workplan title: "Server Specification and Automated Test Suite" domain: railiance -repo: railiance-hosts +repo: railiance-infra status: completed owner: railiance topic_slug: railiance diff --git a/workplans/RAIL-HO-WP-0003-5repo-stack-restructure.md b/workplans/RAIL-HO-WP-0003-5repo-stack-restructure.md index edc967b..e8ddf2f 100644 --- a/workplans/RAIL-HO-WP-0003-5repo-stack-restructure.md +++ b/workplans/RAIL-HO-WP-0003-5repo-stack-restructure.md @@ -3,7 +3,7 @@ id: RAIL-HO-WP-0003 type: workplan title: "Railiance 5-Repo Stack Restructure" domain: railiance -repo: railiance-hosts +repo: railiance-infra status: active owner: railiance topic_slug: railiance