pikakit 1.0.33 → 1.0.34
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.
|
@@ -878,15 +878,14 @@ export async function run(spec) {
|
|
|
878
878
|
// Final Quick Start Guide
|
|
879
879
|
stepLine();
|
|
880
880
|
console.log(boxen(
|
|
881
|
-
`${c.cyan("Quick Start Commands:")}\n\n` +
|
|
882
|
-
`${c.green("Option 1:")} ${c.white("npm run kit")} ${c.dim("// npm scripts")}\n` +
|
|
883
|
-
`${c.green("Option 2:")} ${c.white("npx kit")} ${c.dim("// npx")}\n` +
|
|
884
|
-
`${c.green("Option 3:")} ${c.white(".\\\\kit")} ${c.dim("// PowerShell direct")}\n\n` +
|
|
885
881
|
(installAutoLearn ?
|
|
886
|
-
`${c.cyan("Agent
|
|
887
|
-
`${c.white("
|
|
888
|
-
|
|
889
|
-
|
|
882
|
+
`${c.cyan("🤖 AutoLearn Agent:")}\n` +
|
|
883
|
+
`${c.white("npx agent")} ${c.dim("or")} ${c.white("npm run agent")} ${c.dim("or")} ${c.white(".\\\\agent")}\n` +
|
|
884
|
+
`${c.dim("→ Learning, self-improvement, pattern detection")}\n\n` : "") +
|
|
885
|
+
`${c.cyan("🔧 Kit Commands:")}\n` +
|
|
886
|
+
`${c.white("npx kit")} ${c.dim("or")} ${c.white("npm run kit")} ${c.dim("or")} ${c.white(".\\\\kit")}\n` +
|
|
887
|
+
`${c.dim("→ Skill management, diagnostics, updates")}\n\n` +
|
|
888
|
+
`${c.yellow("Note:")} Windows PowerShell requires ${c.white(".\\\\")} prefix.`,
|
|
890
889
|
{
|
|
891
890
|
padding: 1,
|
|
892
891
|
borderColor: "cyan",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
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>",
|