You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issue-triage.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ jobs:
79
79
- Be specific but comprehensive
80
80
- Consider platform labels (kubernetes) if applicable
81
81
- If you find similar issues using mcp__github__search_issues, consider using a "duplicate" label if appropriate. Only do so if the issue is a duplicate of another OPEN issue.
82
+
- DO NOT add labels that pertain to priority, such as p0, p1, p2, etc.
82
83
83
84
5. Apply the selected labels:
84
85
- Use mcp__github__update_issue to apply your selected labels
Copy file name to clipboardExpand all lines: cmd/thv-operator/CLAUDE.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,24 @@
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
1
+
# Claude.md
2
+
3
+
This document will explain all necessary information for Claude to understand the ToolHive Operator.
4
+
5
+
## CustomResourceDefinitions
6
+
7
+
The CRD's are in `cmd/thv-operator/api/v1alpha1/`
8
+
9
+
After modifying the CRDs, the following needs to be run:
10
+
- `task operator-generate`
11
+
- `task operator-manifests`
12
+
- `task crdref-gen` (it is important to run this command inside `cmd/thv-operator` as the current directory)
13
+
14
+
When committing a change that changes CRDs, it is important to bump the chart version as described in the [CLAUDE.md](../../deploy/charts/operator-crds/CLAUDE.md#bumping-crd-chart) doc for the CRD Helm Chart.
15
+
16
+
## OpenTelemetry (OTEL) Stack for Testing
17
+
18
+
When you have been asked to stand up an OTEL stack to test ToolHives integration inside of Kubernetes, you will need to perform the following tasks inside of the cluster that you have been instructed to use.
19
+
20
+
- Install the [`kube-prometheus-stack`](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) using Helm
21
+
- Install the [OTEL Collector](https://opentelemetry.io/docs/platforms/kubernetes/helm/collector/) using Helm
0 commit comments