chore(rename): railiance-hosts → railiance-infra
Update all operational references to reflect the new repo name per ADR-003 (OAS S1 Infrastructure Substrate). Historical text in ADRs and state-hub-inbox files preserved as-is. 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:
@@ -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="<uuid>", 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`
|
||||
|
||||
2
Makefile
2
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
|
||||
|
||||
@@ -20,7 +20,7 @@ First, clone this repository to your workstation:
|
||||
|
||||
```bash
|
||||
git clone https://<your-gitea-host>/coulomb/railliance-hosts.git
|
||||
cd railiance-hosts
|
||||
cd railiance-infra
|
||||
```
|
||||
|
||||
## 📦 1. Prerequisites
|
||||
|
||||
@@ -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: ""
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user