@vfarcic/dot-ai 0.190.0 → 0.192.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 +1 -1
- package/prompts/query-system.md +6 -0
- package/scripts/dot-ai.nu +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vfarcic/dot-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.192.0",
|
|
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",
|
package/prompts/query-system.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
You are a Kubernetes cluster analyst. Use the available tools to answer the user's query.
|
|
4
4
|
|
|
5
|
+
## Thoroughness
|
|
6
|
+
|
|
7
|
+
- Don't stop at the first few results - verify you've found everything relevant
|
|
8
|
+
- For conceptual queries, check ALL resource kinds returned by capability search
|
|
9
|
+
- When in doubt, search more rather than less
|
|
10
|
+
|
|
5
11
|
## Output Format
|
|
6
12
|
|
|
7
13
|
When you have gathered sufficient information, respond with ONLY this JSON:
|
package/scripts/dot-ai.nu
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# > main apply dot-ai --provider openai --model gpt-4o
|
|
8
8
|
# > main apply dot-ai --enable-tracing true
|
|
9
9
|
def "main apply dot-ai" [
|
|
10
|
-
--stack-version = "0.
|
|
10
|
+
--stack-version = "0.18.0",
|
|
11
11
|
--anthropic-api-key = "",
|
|
12
12
|
--openai-api-key = "",
|
|
13
13
|
--auth-token = "my-secret-token",
|