@x12i/pagenti-cli 1.0.0 → 1.1.0
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ const program = new Command();
|
|
|
20
20
|
const CLI_VERSION = pkg.version;
|
|
21
21
|
program
|
|
22
22
|
.name("pagenti")
|
|
23
|
-
.description("npm-like package manager for agent knowledge, instructions, prompts, and playbooks on Catalox 5.1.
|
|
23
|
+
.description("npm-like package manager for agent knowledge, instructions, prompts, and playbooks on Catalox 5.1.1")
|
|
24
24
|
.version(CLI_VERSION)
|
|
25
25
|
.option("--json", "Print machine-readable output for supported commands");
|
|
26
26
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/pagenti-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "CLI for Pagenti — package manager for agent knowledge, instructions, prompts, and playbooks",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@x12i/env": "^4.0.1",
|
|
38
|
-
"@x12i/pagenti-catalox": "^1.
|
|
39
|
-
"@x12i/pagenti-core": "^1.
|
|
40
|
-
"@x12i/pagenti-types": "^1.
|
|
38
|
+
"@x12i/pagenti-catalox": "^1.1.0",
|
|
39
|
+
"@x12i/pagenti-core": "^1.1.0",
|
|
40
|
+
"@x12i/pagenti-types": "^1.1.0",
|
|
41
41
|
"commander": "^14.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@x12i/catalox": "5.1.
|
|
44
|
+
"@x12i/catalox": "5.1.1"
|
|
45
45
|
}
|
|
46
46
|
}
|