@graphit/cli 0.1.38 → 0.1.39
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.39"
|
|
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.39"
|
|
20
20
|
},
|
|
21
|
-
"version": "0.1.
|
|
21
|
+
"version": "0.1.39",
|
|
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.39"
|
|
3
3
|
name: graphit
|
|
4
4
|
description: >
|
|
5
5
|
Build HTML dashboards with Graphit. KB-aware queries, entity wrapping, cached data sources.
|
|
@@ -17,6 +17,7 @@ Build custom HTML dashboards from real data using the Graphit CLI.
|
|
|
17
17
|
|
|
18
18
|
Run `graphit plugin status` at the start of every Graphit session and whenever the user asks about Graphit updates, plugin health, or stale instructions. This command is the source of truth for CLI, plugin-bundle, skill, ref, hook, and legacy copied-file version health; do not invent a manual version check.
|
|
19
19
|
If it reports action needed, tell the user the exact remediation it prints before proceeding.
|
|
20
|
+
If `graphit plugin status` fails with "command not found" or "unknown command", the CLI is too old. Tell the user to update immediately: `npm update -g @graphit/cli`. Do not proceed with an outdated CLI - commands and flags in this skill may not exist in old versions.
|
|
20
21
|
|
|
21
22
|
## Install / Update Model
|
|
22
23
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
skill_version: "0.1.
|
|
2
|
+
skill_version: "0.1.39"
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
description: "Build Graphit HTML dashboards with KB-aware queries, entity wrapping, and cached data sources"
|
|
5
5
|
globs: []
|
|
@@ -13,6 +13,7 @@ Build custom HTML dashboards from real data using the Graphit CLI.
|
|
|
13
13
|
|
|
14
14
|
Run `graphit plugin status` at the start of every Graphit session and whenever the user asks about Graphit updates, plugin health, or stale instructions. This command is the source of truth for CLI, plugin-bundle, skill, ref, hook, and legacy copied-file version health; do not invent a manual version check.
|
|
15
15
|
If it reports action needed, tell the user the exact remediation it prints before proceeding.
|
|
16
|
+
If `graphit plugin status` fails with "command not found" or "unknown command", the CLI is too old. Tell the user to update immediately: `npm update -g @graphit/cli`. Do not proceed with an outdated CLI.
|
|
16
17
|
|
|
17
18
|
## Install / Update Model
|
|
18
19
|
|