@kalphq/cli 0.0.0-dev-20260420070136 → 0.0.0-dev-20260421194335

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.
@@ -4,7 +4,7 @@ import {
4
4
  promptProjectName,
5
5
  scaffoldAgent,
6
6
  scaffoldProject
7
- } from "./chunk-BQOY6ZUE.js";
7
+ } from "./chunk-ZC6AEFXW.js";
8
8
  import {
9
9
  installDeps,
10
10
  isProjectInitialized
@@ -71,4 +71,4 @@ var create_default = defineCommand({
71
71
  export {
72
72
  create_default as default
73
73
  };
74
- //# sourceMappingURL=create-2G3FCCZT.js.map
74
+ //# sourceMappingURL=create-M4XZB5C4.js.map
package/dist/index.js CHANGED
@@ -43,10 +43,10 @@ var main = defineCommand({
43
43
  }
44
44
  },
45
45
  subCommands: {
46
- init: () => import("./init-2RJWFHB2.js").then((r) => r.default),
47
- create: () => import("./create-2G3FCCZT.js").then((r) => r.default),
48
- migrate: () => import("./migrate-SKXD4OXC.js").then((r) => r.default),
49
- push: () => import("./push-C7QBEOEG.js").then((r) => r.default),
46
+ init: () => import("./init-HZE6TJJU.js").then((r) => r.default),
47
+ create: () => import("./create-M4XZB5C4.js").then((r) => r.default),
48
+ migrate: () => import("./migrate-ET4ZIJEX.js").then((r) => r.default),
49
+ push: () => import("./push-BYCTNMMF.js").then((r) => r.default),
50
50
  link: () => import("./link-YCIA4JJ3.js").then((r) => r.default),
51
51
  secrets: () => import("./secrets-FHVISDYJ.js").then((r) => r.default),
52
52
  login: () => import("./login-SIKUBDGO.js").then((r) => r.default),
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  promptProjectName,
4
4
  scaffoldProject
5
- } from "./chunk-BQOY6ZUE.js";
5
+ } from "./chunk-ZC6AEFXW.js";
6
6
  import {
7
7
  ensureDirectory,
8
8
  installDeps,
@@ -71,4 +71,4 @@ var init_default = defineCommand({
71
71
  export {
72
72
  init_default as default
73
73
  };
74
- //# sourceMappingURL=init-2RJWFHB2.js.map
74
+ //# sourceMappingURL=init-HZE6TJJU.js.map
@@ -4,7 +4,7 @@ import {
4
4
  readAgentManifest,
5
5
  readLatestVersionedManifest,
6
6
  writeVersionedManifest
7
- } from "./chunk-JKYWI53H.js";
7
+ } from "./chunk-S3GDDAMX.js";
8
8
  import {
9
9
  ensureConfig
10
10
  } from "./chunk-TPTPZH2W.js";
@@ -91,4 +91,4 @@ var migrate_default = defineCommand({
91
91
  export {
92
92
  migrate_default as default
93
93
  };
94
- //# sourceMappingURL=migrate-SKXD4OXC.js.map
94
+ //# sourceMappingURL=migrate-ET4ZIJEX.js.map
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  readLatestVersionedManifest
4
- } from "./chunk-JKYWI53H.js";
4
+ } from "./chunk-S3GDDAMX.js";
5
5
  import {
6
6
  ensureConfig
7
7
  } from "./chunk-TPTPZH2W.js";
@@ -78,4 +78,4 @@ var push_default = defineCommand({
78
78
  export {
79
79
  push_default as default
80
80
  };
81
- //# sourceMappingURL=push-C7QBEOEG.js.map
81
+ //# sourceMappingURL=push-BYCTNMMF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalphq/cli",
3
- "version": "0.0.0-dev-20260420070136",
3
+ "version": "0.0.0-dev-20260421194335",
4
4
  "description": "Zero-config CLI for deploying Kalp agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "picocolors": "1.1.1",
25
25
  "zod": "3.25.76",
26
26
  "zod-to-json-schema": "3.25.2",
27
- "@kalphq/sdk": "0.0.0-dev-20260420070136"
27
+ "@kalphq/sdk": "0.0.0-dev-20260421194335"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.15.3",