feat(safety-net): create WP-0004, update preflight for OAS 5-repo layout
- workplans/RAIL-BS-WP-0004-safety-net.md: ADR-001 workplan file for current-env-safety-net workstream (7e8b0c20), T01-T04 done, T05-T06 todo - tools/cmd/railiance-preflight: update REPOS to OAS S1-S5 stack (railiance-infra/cluster/platform/enablement/apps) + project repos; remove stale railiance-bootstrap reference - docs/backup-restore.md: fix Step 5 clone commands to current repo names - Makefile: add make backup and make preflight targets Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -188,10 +188,23 @@ This restores `~/.claude/`, `~/.claude.json`, and `~/.gitconfig`.
|
||||
|
||||
### Step 5 — Clone repositories
|
||||
|
||||
OAS Stack repos (S1–S5, per ADR-003):
|
||||
|
||||
```bash
|
||||
git clone <gitea-url>/coulomb/railiance-bootstrap.git ~/railiance-bootstrap
|
||||
git clone <gitea-url>/tegwick/the-custodian.git ~/the-custodian
|
||||
git clone <gitea-url>/coulomb/markitect_project.git ~/markitect_project
|
||||
git clone <gitea-url>/coulomb/railiance-infra.git ~/railiance-infra
|
||||
git clone <gitea-url>/coulomb/railiance-cluster.git ~/railiance-cluster
|
||||
git clone <gitea-url>/coulomb/railiance-platform.git ~/railiance-platform
|
||||
git clone <gitea-url>/coulomb/railiance-enablement.git ~/railiance-enablement
|
||||
git clone <gitea-url>/coulomb/railiance-apps.git ~/railiance-apps
|
||||
```
|
||||
|
||||
Core and project repos:
|
||||
|
||||
```bash
|
||||
git clone <gitea-url>/tegwick/the-custodian.git ~/the-custodian
|
||||
git clone <gitea-url>/coulomb/markitect_project.git ~/markitect_project
|
||||
git clone <gitea-url>/coulomb/activity-core.git ~/activity-core
|
||||
git clone <gitea-url>/coulomb/net-kingdom.git ~/net-kingdom
|
||||
# ... remaining repos as needed
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user