Files
railiance-forge/README.md

40 lines
950 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, 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/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 check-tools
make gitea-status
make gitea-deploy
```