add-skill-kit 1.5.5 → 1.5.6
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.
|
@@ -580,7 +580,7 @@ export async function run(spec) {
|
|
|
580
580
|
// Install CLI package
|
|
581
581
|
stepLine();
|
|
582
582
|
const cliSpinner = spinner();
|
|
583
|
-
const cliPackage = "
|
|
583
|
+
const cliPackage = "agentskillskit-cli";
|
|
584
584
|
|
|
585
585
|
if (isGlobal) {
|
|
586
586
|
cliSpinner.start(`Installing Agent CLI globally (${cliPackage})`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "add-skill-kit",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "agentskillkit <agentskillkit@gmail.com>",
|