@graphit/cli 0.1.39 → 0.1.40
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "Graphit CLI plugin for AI coding assistants",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.40"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"source": "npm",
|
|
18
18
|
"package": "@graphit/cli",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.40"
|
|
20
20
|
},
|
|
21
|
-
"version": "0.1.
|
|
21
|
+
"version": "0.1.40",
|
|
22
22
|
"category": "data-visualization",
|
|
23
23
|
"tags": [
|
|
24
24
|
"bi",
|
package/package.json
CHANGED
package/skills/graphit/SKILL.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
skill_version: "0.1.
|
|
2
|
+
skill_version: "0.1.40"
|
|
3
3
|
name: graphit
|
|
4
4
|
description: >
|
|
5
5
|
Build HTML dashboards with Graphit. KB-aware queries, entity wrapping, cached data sources.
|
|
@@ -15,9 +15,17 @@ Build custom HTML dashboards from real data using the Graphit CLI.
|
|
|
15
15
|
|
|
16
16
|
## Session Start
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
Before anything else, run `graphit plugin status` and show the user a version banner:
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Graphit
|
|
22
|
+
Skill: {skill_version from this file's frontmatter}
|
|
23
|
+
CLI: {output of graphit --version}
|
|
24
|
+
Status: {OK or action needed from plugin status}
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
If `graphit plugin status` reports action needed, show the exact remediation it prints before proceeding.
|
|
28
|
+
If `graphit plugin status` fails with "command not found" or "unknown command", the CLI is too old. Show the banner with `CLI: {version} (outdated)` and tell the user to update: `npm update -g @graphit/cli`. Do not proceed with an outdated CLI - commands and flags in this skill may not exist in old versions.
|
|
21
29
|
|
|
22
30
|
## Install / Update Model
|
|
23
31
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
skill_version: "0.1.
|
|
2
|
+
skill_version: "0.1.40"
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
description: "Build Graphit HTML dashboards with KB-aware queries, entity wrapping, and cached data sources"
|
|
5
5
|
globs: []
|
|
@@ -11,9 +11,17 @@ Build custom HTML dashboards from real data using the Graphit CLI.
|
|
|
11
11
|
|
|
12
12
|
## Session Start
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
Before anything else, run `graphit plugin status` and show the user a version banner:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
Graphit
|
|
18
|
+
Skill: {skill_version from this file's frontmatter}
|
|
19
|
+
CLI: {output of graphit --version}
|
|
20
|
+
Status: {OK or action needed from plugin status}
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
If `graphit plugin status` reports action needed, show the exact remediation before proceeding.
|
|
24
|
+
If `graphit plugin status` fails with "command not found" or "unknown command", the CLI is too old. Show `CLI: {version} (outdated)` and tell the user to update: `npm update -g @graphit/cli`. Do not proceed with an outdated CLI.
|
|
17
25
|
|
|
18
26
|
## Install / Update Model
|
|
19
27
|
|