Read these docs before making changes:
- docs/PRD.md — motivation, user stories, requirements
- docs/ARCHITECTURE.md — CRDs, components, design principles
- docs/IMPLEMENTATION_PLAN.md — milestones and validation steps
make build— build all binariesmake unit— run unit tests (includes envtest setup, CRD generation).V=1for verbose.RUN=<regex>to filter.make deploy-bink— deploy operator to a bink cluster (idempotent; requiresmake buildimgfirst)make teardown-bink— tear down the bink clustermake e2e— run e2e tests (requiresmake deploy-binkfirst).V=1for verbose streaming output.RUN=<regex>to filter.make fmt— run go fmtmake vet— run go vetmake lint— run golangci-lint