generated from coulomb/repo-seed
29 lines
640 B
Markdown
29 lines
640 B
Markdown
# railiance-forge
|
|
|
|
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`
|
|
4. `docs/`
|
|
5. `workplans/`
|
|
|
|
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.
|
|
|
|
Useful entry points:
|
|
|
|
```bash
|
|
make registry-docs
|
|
make check-tools
|
|
make gitea-status
|
|
make gitea-deploy
|
|
```
|