File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- # CLAUDE.md
2-
3- This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
1+ # Contributing
42
53## Repository Overview
64
@@ -187,7 +185,6 @@ When creating a new component:
187185
188186## Common Pitfalls
189187
190- 1 . ** Go Version** : CI uses Go 1.22, but go.mod specifies 1.24.3 - ensure compatibility
191- 2 . ** Pulumi Context** : Always use the provided ` *pulumi.Context ` for resource creation
192- 3 . ** Resource Dependencies** : Use Pulumi's dependency system via ` pulumi.DependsOn ` when needed
193- 4 . ** Kubernetes Namespaces** : Components don't create namespaces - they expect them to exist
188+ 1 . ** Pulumi Context** : Always use the provided ` *pulumi.Context ` for resource creation
189+ 2 . ** Resource Dependencies** : Use Pulumi's dependency system via ` pulumi.DependsOn ` when needed
190+ 3 . ** Kubernetes Namespaces** : Components don't create namespaces - they expect them to exist
You can’t perform that action at this time.
0 commit comments