pi-agent-toolkit 0.1.0 → 0.1.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.
- package/dist/index.js +1 -1
- package/package.json +11 -4
package/dist/index.js
CHANGED
|
@@ -1331,7 +1331,7 @@ var status = defineCommand({
|
|
|
1331
1331
|
});
|
|
1332
1332
|
var main = defineCommand({
|
|
1333
1333
|
meta: {
|
|
1334
|
-
name: "pi-toolkit",
|
|
1334
|
+
name: "pi-agent-toolkit",
|
|
1335
1335
|
version: CLI_VERSION,
|
|
1336
1336
|
description: "Selectively install curated extensions, skills, and configs for the pi coding agent"
|
|
1337
1337
|
},
|
package/package.json
CHANGED
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-agent-toolkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "CLI to selectively install curated extensions, skills, and configs for the pi coding agent",
|
|
5
|
-
"keywords": [
|
|
5
|
+
"keywords": [
|
|
6
|
+
"pi",
|
|
7
|
+
"pi-toolkit",
|
|
8
|
+
"coding-agent",
|
|
9
|
+
"extensions",
|
|
10
|
+
"skills",
|
|
11
|
+
"cli"
|
|
12
|
+
],
|
|
6
13
|
"license": "MIT",
|
|
7
14
|
"author": "Daniel Chamorro",
|
|
8
15
|
"repository": {
|
|
9
16
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/danchamorro/pi-toolkit",
|
|
17
|
+
"url": "git+https://github.com/danchamorro/pi-toolkit.git",
|
|
11
18
|
"directory": "packages/cli"
|
|
12
19
|
},
|
|
13
20
|
"type": "module",
|
|
14
21
|
"bin": {
|
|
15
|
-
"pi-toolkit": "
|
|
22
|
+
"pi-agent-toolkit": "dist/index.js"
|
|
16
23
|
},
|
|
17
24
|
"files": [
|
|
18
25
|
"dist"
|