@vfarcic/dot-ai 0.84.0 → 0.86.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/README.md +4 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -70,14 +70,15 @@ Result: Finds sqls.devopstoolkit.live as perfect match ✨
|
|
|
70
70
|
### Organizational Pattern Management
|
|
71
71
|
🏛️ **Pattern Creation**: Define organizational deployment patterns that capture institutional knowledge
|
|
72
72
|
🧠 **AI Enhancement**: Patterns automatically enhance deployment recommendations with organizational context
|
|
73
|
-
🔍 **Semantic Search**: Uses Vector DB
|
|
73
|
+
🔍 **Semantic Search**: Uses Vector DB (Qdrant) for intelligent pattern matching based on user intent
|
|
74
74
|
📋 **Best Practices**: Share deployment standards across teams through reusable patterns
|
|
75
75
|
|
|
76
76
|
### Policy Management & Governance
|
|
77
77
|
🛡️ **Policy Creation**: Define governance policies that guide users toward compliant configurations
|
|
78
78
|
⚠️ **Compliance Integration**: Policies create required questions with compliance indicators during deployment
|
|
79
79
|
🤖 **Kyverno Generation**: Automatically generates Kyverno ClusterPolicies for active enforcement
|
|
80
|
-
🎯 **Proactive Governance**: Prevents configuration drift by embedding compliance into the recommendation workflow
|
|
80
|
+
🎯 **Proactive Governance**: Prevents configuration drift by embedding compliance into the recommendation workflow
|
|
81
|
+
🔍 **Vector Storage**: Uses Qdrant Vector DB for semantic policy matching and retrieval
|
|
81
82
|
|
|
82
83
|
### Shared Prompts Library
|
|
83
84
|
🎯 **Native Slash Commands**: Prompts appear as `/dot-ai:prompt-name` in your coding agent
|
|
@@ -343,3 +344,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
343
344
|
---
|
|
344
345
|
|
|
345
346
|
**DevOps AI Toolkit** - AI-powered development productivity platform for enhanced software development workflows.
|
|
347
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vfarcic/dot-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.0",
|
|
4
4
|
"description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
|
|
5
|
+
"mcpName": "io.github.vfarcic/dot-ai",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
7
8
|
"bin": {
|