GitHub template for an OpenReconcile-style controller. Ships a Kubebuilder
baseline (sample.example.io / Example) that already honours the status
contract. Replace the group, kind, and reconcile body — do not start from
an empty init.
- Load the
new-operatorSkill or runopenreconcile new "…". - Choose a donatable API group. Never
*.openreconcile.io.hack/scaffold.shrefuses that domain. - Rules and Skills are already in
.cursor/. - Implement against
docs/agent-context/in the community repo. reconcilebench derivethenreconcilebench verify.
DOMAIN=your.domain REPO=github.com/you/your-op ./hack/scaffold.shDo not advertise the result as resilient until the status-contract oracle passes on the clean control and the defect classes you care about.