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
|
|
|
|
|
operation docs, deploy-capable Gitea files, and operator targets live here now.
|
|
|
|
|
No live Helm deploy or Kubernetes apply was run as part of the move.
|
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
|
|
|
```
|