@vfarcic/dot-ai 0.26.0 → 0.27.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vfarcic/dot-ai",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "Universal Kubernetes application deployment agent with CLI and MCP interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,6 +43,7 @@ For each resource schema in the solution, examine field patterns that indicate c
43
43
  - **Nested structures**: Check for complex objects that suggest advanced functionality
44
44
  - **Reference patterns**: Identify fields that reference other resources or external systems
45
45
  - **Configuration options**: Note fields that allow customization relevant to the user's needs
46
+ - **Capability precision**: Distinguish between similar but different capabilities (e.g., external connections vs direct integration, configuration vs execution, monitoring vs logging)
46
47
 
47
48
  ### Intent-Schema Matching Process
48
49
  1. **Extract keywords** from user intent (e.g., "storage", "network", "scale", "database", "monitor")