@vfarcic/dot-ai 1.2.1 → 1.2.2
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
|
|
25
|
-
## [
|
|
25
|
+
## [AI Engine Docs](https://devopstoolkit.ai/docs/ai-engine/) | [MCP Setup](https://devopstoolkit.ai/docs/mcp/)
|
|
26
26
|
|
|
27
27
|
</div>
|
|
28
28
|
|
|
@@ -30,9 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
## Overview
|
|
32
32
|
|
|
33
|
-
DevOps AI Toolkit brings AI-powered intelligence to platform engineering, Kubernetes operations, and development workflows.
|
|
34
|
-
|
|
35
|
-
> **Why use a specialized toolkit?** Learn what makes DevOps AI Toolkit different from general-purpose AI assistants: [Why DevOps AI Toolkit?](https://devopstoolkit.ai/docs/mcp/why-devops-ai-toolkit/)
|
|
33
|
+
DevOps AI Toolkit brings AI-powered intelligence to platform engineering, Kubernetes operations, and development workflows. Access it through [MCP](https://devopstoolkit.ai/docs/mcp/) for AI coding assistants or the [CLI](https://devopstoolkit.ai/docs/cli) for direct agent integration.
|
|
36
34
|
|
|
37
35
|
**Key capabilities:**
|
|
38
36
|
- Natural language cluster querying and exploration
|
|
@@ -47,9 +45,9 @@ DevOps AI Toolkit brings AI-powered intelligence to platform engineering, Kubern
|
|
|
47
45
|
|
|
48
46
|
> **For the easiest setup**, we recommend installing the complete dot-ai stack which includes all components pre-configured. See the [Stack Installation Guide](https://devopstoolkit.ai/docs/stack).
|
|
49
47
|
|
|
50
|
-
For individual component installation, see the **[
|
|
48
|
+
For individual component installation, see the **[Deployment Guide](https://devopstoolkit.ai/docs/ai-engine/setup/deployment/)**.
|
|
51
49
|
|
|
52
|
-
[
|
|
50
|
+
[AI Engine Docs](https://devopstoolkit.ai/docs/ai-engine/) | [MCP Setup](https://devopstoolkit.ai/docs/mcp/)
|
|
53
51
|
|
|
54
52
|
## Support
|
|
55
53
|
|
|
@@ -74,7 +72,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
74
72
|
|
|
75
73
|
## Telemetry
|
|
76
74
|
|
|
77
|
-
This project collects anonymous usage analytics to improve the product. [Learn more or opt out](https://devopstoolkit.ai/docs/
|
|
75
|
+
This project collects anonymous usage analytics to improve the product. [Learn more or opt out](https://devopstoolkit.ai/docs/ai-engine/operations/telemetry/).
|
|
78
76
|
|
|
79
77
|
## Acknowledgments
|
|
80
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vfarcic/dot-ai",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
|
|
5
5
|
"mcpName": "io.github.vfarcic/dot-ai",
|
|
6
6
|
"main": "dist/index.js",
|