2026-06-05 11:38:13 +02:00
|
|
|
# railiance-forge
|
2026-06-05 09:35:36 +00:00
|
|
|
|
2026-06-05 11:38:13 +02:00
|
|
|
Railiance forge and artifact infrastructure.
|
|
|
|
|
|
|
|
|
|
This repository is being founded to separate source forge, registry, and
|
|
|
|
|
automation runner responsibilities from `railiance-apps` and
|
|
|
|
|
`railiance-enablement`.
|
|
|
|
|
|
|
|
|
|
Start with:
|
|
|
|
|
|
|
|
|
|
1. `INTENT.md`
|
|
|
|
|
2. `SCOPE.md`
|
|
|
|
|
3. `AGENTS.md`
|
2026-06-05 12:07:27 +02:00
|
|
|
4. `docs/`
|
|
|
|
|
5. `workplans/`
|
2026-06-05 11:38:13 +02:00
|
|
|
|
2026-06-05 13:19:10 +02:00
|
|
|
Current implementation status: active forge extraction. Canonical registry
|
2026-06-05 16:16:41 +02:00
|
|
|
operation docs, runner ownership contracts, deploy-capable Gitea files, and
|
|
|
|
|
operator targets live here now. No live Helm deploy or Kubernetes apply was run
|
|
|
|
|
as part of the move.
|
|
|
|
|
|
|
|
|
|
Key contracts:
|
|
|
|
|
|
|
|
|
|
- `docs/initial-operating-contracts.md`
|
|
|
|
|
- `docs/ci-runner-actions-gitops-ownership.md`
|
2026-06-05 16:28:03 +02:00
|
|
|
- `docs/backup-restore-secret-handoff.md`
|
2026-06-05 16:16:41 +02:00
|
|
|
- `docs/gitea-container-registry.md`
|
|
|
|
|
- `docs/gitea-package-registry.md`
|
2026-06-05 12:07:27 +02:00
|
|
|
|
|
|
|
|
Useful entry points:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
make registry-docs
|
|
|
|
|
make check-tools
|
|
|
|
|
make gitea-status
|
2026-06-05 13:19:10 +02:00
|
|
|
make gitea-deploy
|
2026-06-05 12:07:27 +02:00
|
|
|
```
|