Skip to content

Commit 6f265c1

Browse files
authored
Add operator-specific instructions for Claude Code (#1441)
1 parent aa0ac23 commit 6f265c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/thv-operator/CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- CRDs are in cmd/thv-operator/api/v1alpha1/mcpserver_types.go
2+
- After modifying the CRDs, the following changes need to be done:
3+
- `task operator-generate`, `task operator-manifests` and `task crdref-gen`.
4+
- it is important to run `task crdref-gen` inside cmd/thv-operator as the current directory
5+
- When committing a change that changes CRDs, it is important to bump the chart version in deploy/charts/operator-crds/Chart.yaml and deploy/charts/operator-crds/README.md

0 commit comments

Comments
 (0)