pikakit 3.8.0 → 3.8.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.
|
@@ -47,7 +47,7 @@ export async function run(spec) {
|
|
|
47
47
|
step("Source: " + c.cyan(url));
|
|
48
48
|
|
|
49
49
|
const s = spinner();
|
|
50
|
-
s.start("
|
|
50
|
+
s.start("Deploying next-generation skills");
|
|
51
51
|
|
|
52
52
|
const tmp = fs.mkdtempSync(path.join(os.tmpdir(), "add-skill-"));
|
|
53
53
|
|
|
@@ -99,7 +99,7 @@ export async function run(spec) {
|
|
|
99
99
|
return;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
s.stop("
|
|
102
|
+
s.stop("Skills deployed successfully");
|
|
103
103
|
|
|
104
104
|
// Find skills in repo - check multiple possible locations
|
|
105
105
|
const skillsInRepo = [];
|
|
@@ -616,7 +616,7 @@ export async function run(spec) {
|
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
// Install VS Code Extension (PikaKit Skill Generator) if available
|
|
619
|
-
const vsixDir = path.join(tmp, "packages", "pikakit-
|
|
619
|
+
const vsixDir = path.join(tmp, "packages", "pikakit-extension");
|
|
620
620
|
let extensionInstalled = false;
|
|
621
621
|
|
|
622
622
|
if (fs.existsSync(vsixDir)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.2",
|
|
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": "pikakit <pikakit@gmail.com>",
|