generated from coulomb/repo-seed
Some checks failed
Forge Runner Smoke / compatibility-smoke (push) Has been cancelled
45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
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, 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`
|
|
- `docs/gitea-actions-runner-substrate.md`
|
|
- `docs/gitea-actions-runner-evidence.md`
|
|
- `docs/backup-restore-secret-handoff.md`
|
|
- `docs/observability-operating-evidence.md`
|
|
- `docs/gitea-container-registry.md`
|
|
- `docs/gitea-package-registry.md`
|
|
|
|
Useful entry points:
|
|
|
|
```bash
|
|
make registry-docs
|
|
make evidence-docs
|
|
make runner-docs
|
|
make runner-status
|
|
make check-runner-tools
|
|
make check-tools
|
|
make gitea-status
|
|
make gitea-deploy
|
|
```
|