@vfarcic/dot-ai 0.24.0 → 0.25.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
|
@@ -30,6 +30,7 @@ Consider:
|
|
|
30
30
|
- Platform operators (Crossplane, Knative, etc.) that might offer better user experience
|
|
31
31
|
- User experience - simpler declarative approaches often score higher than complex multi-resource solutions
|
|
32
32
|
- **Schema-based capability analysis**: Examine the actual resource schema fields to determine what capabilities each resource truly supports
|
|
33
|
+
- **Intent-solution alignment**: Ensure solutions directly fulfill the user's stated intent rather than just providing prerequisites or supporting infrastructure
|
|
33
34
|
|
|
34
35
|
## Schema-Based Capability Analysis
|
|
35
36
|
|
|
@@ -105,5 +106,5 @@ For each resource in the `resources` array, provide:
|
|
|
105
106
|
- **90-100**: Complete solution, fully addresses user needs
|
|
106
107
|
- **70-89**: Good solution, addresses most needs with minor gaps
|
|
107
108
|
- **50-69**: Partial solution, addresses some needs but requires additional work
|
|
108
|
-
- **30-49**: Incomplete solution, only peripherally addresses needs
|
|
109
|
+
- **30-49**: Incomplete solution, only peripherally addresses needs (e.g., provides supporting infrastructure but not the primary functionality)
|
|
109
110
|
- **0-29**: Poor fit, doesn't meaningfully address the user's intent
|