Skip to content

Development

Planned work lives in the issue tracker.

Tooling is pinned with mise; the everyday tasks:

mise run test              # unit tests (regenerates manifests first)
mise run test-integration  # envtest apiserver: CRD schema + CEL rules
mise run test-sanity       # upstream csi-test sanity suite, in-process
mise run lint          # golangci-lint
mise run build         # bin/miroir
mise run manifests     # CRD + RBAC generation
mise run helm-test     # helm-unittest against the chart
mise run docs-serve    # this docs site, live-reloading

The end-to-end suite runs against a real Talos cluster booted under QEMU by talosctl-cluster-action; CI runs it on every PR, and test/e2e-qemu/README.md documents how to run it locally.

The docs site is MkDocs Material: pages live under docs/, the nav lives in mkdocs.yml, and mise run docs builds the deployable site with --strict link checking (CI runs it on every PR).