···3535# OR run individually:
3636gofmt -w . # Format all Go files
3737golangci-lint run ./... # Lint all packages (REQUIRED before code changes)
3838+3939+# Sync CRDs from config/ to helm/ after CRD changes
4040+make helm-sync # Sync generated CRDs to Helm templates
3841```
39424043### Docker Images