@vfarcic/dot-ai 0.32.0 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -50,7 +50,10 @@ Generate production-ready Kubernetes YAML manifests from the complete solution c
|
|
|
50
50
|
* **Resource limits** → Add ResourceQuota or LimitRange resources
|
|
51
51
|
|
|
52
52
|
5. **Generate Appropriate Manifests**:
|
|
53
|
-
-
|
|
53
|
+
- **CRITICAL**: Analyze resource relationships before generating separate manifests
|
|
54
|
+
- When multiple resources can be integrated (e.g., one resource has fields that reference another), prefer integration over separate resources
|
|
55
|
+
- Generate separate manifests only when resources must be standalone or when integration is not supported by the schema
|
|
56
|
+
- Use resource schemas to determine integration possibilities and required field relationships
|
|
54
57
|
- **IMPORTANT**: Include any additional supporting resources needed to fulfill open requirements
|
|
55
58
|
- Use correct API versions and schemas from the solution data
|
|
56
59
|
- Ensure all resources work together to meet user's complete requirements
|