@akanjs/cli 2.4.1-rc.3 → 2.4.1-rc.4

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.
Files changed (44) hide show
  1. package/.build-stamp +1 -0
  2. package/{agent.command-h4afc69n.js → agent.command-t4346579.js} +6 -6
  3. package/{application.command-jkmbsd1x.js → application.command-zkmeemdt.js} +5 -4
  4. package/{applicationBuildRunner-ny84tjhc.js → applicationBuildRunner-5w8j9yp7.js} +2 -1
  5. package/buildBatch.proc.js +3 -2
  6. package/{capacitorApp-y0h6cgft.js → capacitorApp-wnxzrppx.js} +2 -2
  7. package/{cloud.command-53j76grx.js → cloud.command-5ztqxppm.js} +8 -7
  8. package/{context.command-ds3mka9p.js → context.command-smwxwgwf.js} +13 -13
  9. package/{guideline.command-ya0dh44f.js → guideline.command-1r0esdjs.js} +3 -3
  10. package/incrementalBuilder.proc.js +36 -13
  11. package/index-0fn1r7gg.js +466 -0
  12. package/{index-1fpjvqhs.js → index-0jwvs8vp.js} +11 -11
  13. package/{index-a6sbyy0b.js → index-0t7pwff2.js} +3 -0
  14. package/{index-h6ca6qg0.js → index-2v10yr8g.js} +1 -1
  15. package/{index-m9pca6jv.js → index-2v6a4wd5.js} +4 -4
  16. package/{index-45aj5ry0.js → index-3sd2vape.js} +3 -3
  17. package/{index-gb26e7z0.js → index-ahpcr9ss.js} +3 -3
  18. package/{index-8rc0bm04.js → index-eay4t1te.js} +2 -2
  19. package/{index-qaq13qk3.js → index-eqxmxan6.js} +1 -1
  20. package/{index-pmm9e2jf.js → index-fh990y67.js} +2 -2
  21. package/{index-dynknvzd.js → index-gr4cjv99.js} +3 -3
  22. package/{index-1xdrsbry.js → index-hk58kr1m.js} +1 -1
  23. package/{index-85msc0wg.js → index-jbtn8h1y.js} +3 -3
  24. package/{index-q7zcac6n.js → index-khzzttv1.js} +108 -191
  25. package/{index-rgfxj6qc.js → index-n5y2gbf2.js} +307 -15
  26. package/{index-n6h3482q.js → index-nv7et4t3.js} +2 -2
  27. package/{index-hwzpw9c1.js → index-pya1h7wx.js} +3 -3
  28. package/{index-hdqztm58.js → index-qpz4csbs.js} +1 -1
  29. package/{index-0hjg9qs5.js → index-s9yajzkj.js} +5 -5
  30. package/{index-fmky5k3p.js → index-wh201a76.js} +5 -5
  31. package/{index-swf4bmbg.js → index-y4kg682s.js} +1 -1
  32. package/index.js +18 -18
  33. package/{library.command-r15zdqvp.js → library.command-jrew04m6.js} +3 -3
  34. package/{localRegistry.command-25sv5hmt.js → localRegistry.command-m08dkm1b.js} +7 -6
  35. package/{module.command-tnj2bzst.js → module.command-p98t7522.js} +6 -6
  36. package/{package.command-5x5m0ej1.js → package.command-57dyrfmn.js} +3 -3
  37. package/package.json +2 -2
  38. package/{page.command-c6xdx0xm.js → page.command-tas6f3na.js} +3 -3
  39. package/{primitive.command-q1ycj5vr.js → primitive.command-bjrbsakw.js} +7 -7
  40. package/{quality.command-es67wvdp.js → quality.command-zavaafbw.js} +2 -2
  41. package/{repair.command-677675vw.js → repair.command-je57wx67.js} +5 -5
  42. package/{scalar.command-bmrmp8n4.js → scalar.command-gqqyy1kr.js} +5 -5
  43. package/{workflow.command-64550hka.js → workflow.command-d6mrc47s.js} +10 -10
  44. package/{workspace.command-pmfxxfew.js → workspace.command-bbg96z8k.js} +20 -19
package/index.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  getTargetCommandNames,
5
5
  getTargetMetas,
6
6
  runCommands
7
- } from "./index-hdqztm58.js";
8
- import"./index-a6sbyy0b.js";
7
+ } from "./index-qpz4csbs.js";
8
+ import"./index-0t7pwff2.js";
9
9
  import"./index-61keag0s.js";
10
10
  import"./index-6pz1j0zj.js";
11
11
  import {
@@ -17,22 +17,22 @@ import path from "path";
17
17
 
18
18
  // pkgs/@akanjs/cli/commandModules.ts
19
19
  var commandModules = {
20
- workspace: async () => (await import("./workspace.command-pmfxxfew.js")).WorkspaceCommand,
21
- agent: async () => (await import("./agent.command-h4afc69n.js")).AgentCommand,
22
- application: async () => (await import("./application.command-jkmbsd1x.js")).ApplicationCommand,
23
- library: async () => (await import("./library.command-r15zdqvp.js")).LibraryCommand,
24
- localRegistry: async () => (await import("./localRegistry.command-25sv5hmt.js")).LocalRegistryCommand,
25
- package: async () => (await import("./package.command-5x5m0ej1.js")).PackageCommand,
26
- module: async () => (await import("./module.command-tnj2bzst.js")).ModuleCommand,
27
- page: async () => (await import("./page.command-c6xdx0xm.js")).PageCommand,
28
- context: async () => (await import("./context.command-ds3mka9p.js")).ContextCommand,
29
- cloud: async () => (await import("./cloud.command-53j76grx.js")).CloudCommand,
30
- guideline: async () => (await import("./guideline.command-ya0dh44f.js")).GuidelineCommand,
31
- scalar: async () => (await import("./scalar.command-bmrmp8n4.js")).ScalarCommand,
32
- primitive: async () => (await import("./primitive.command-q1ycj5vr.js")).PrimitiveCommand,
33
- quality: async () => (await import("./quality.command-es67wvdp.js")).QualityCommand,
34
- repair: async () => (await import("./repair.command-677675vw.js")).RepairCommand,
35
- workflow: async () => (await import("./workflow.command-64550hka.js")).WorkflowCommand
20
+ workspace: async () => (await import("./workspace.command-bbg96z8k.js")).WorkspaceCommand,
21
+ agent: async () => (await import("./agent.command-t4346579.js")).AgentCommand,
22
+ application: async () => (await import("./application.command-zkmeemdt.js")).ApplicationCommand,
23
+ library: async () => (await import("./library.command-jrew04m6.js")).LibraryCommand,
24
+ localRegistry: async () => (await import("./localRegistry.command-m08dkm1b.js")).LocalRegistryCommand,
25
+ package: async () => (await import("./package.command-57dyrfmn.js")).PackageCommand,
26
+ module: async () => (await import("./module.command-p98t7522.js")).ModuleCommand,
27
+ page: async () => (await import("./page.command-tas6f3na.js")).PageCommand,
28
+ context: async () => (await import("./context.command-smwxwgwf.js")).ContextCommand,
29
+ cloud: async () => (await import("./cloud.command-5ztqxppm.js")).CloudCommand,
30
+ guideline: async () => (await import("./guideline.command-1r0esdjs.js")).GuidelineCommand,
31
+ scalar: async () => (await import("./scalar.command-gqqyy1kr.js")).ScalarCommand,
32
+ primitive: async () => (await import("./primitive.command-bjrbsakw.js")).PrimitiveCommand,
33
+ quality: async () => (await import("./quality.command-zavaafbw.js")).QualityCommand,
34
+ repair: async () => (await import("./repair.command-je57wx67.js")).RepairCommand,
35
+ workflow: async () => (await import("./workflow.command-d6mrc47s.js")).WorkflowCommand
36
36
  };
37
37
  var commandModuleIds = Object.keys(commandModules);
38
38
 
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  LibraryScript
4
- } from "./index-pmm9e2jf.js";
4
+ } from "./index-fh990y67.js";
5
5
  import {
6
6
  Lib,
7
7
  Workspace,
8
8
  command
9
- } from "./index-hdqztm58.js";
10
- import"./index-a6sbyy0b.js";
9
+ } from "./index-qpz4csbs.js";
10
+ import"./index-0t7pwff2.js";
11
11
  import"./index-61keag0s.js";
12
12
  import"./index-6pz1j0zj.js";
13
13
  import"./index-r24hmh0q.js";
@@ -2,28 +2,29 @@
2
2
  import {
3
3
  CloudRunner,
4
4
  getNpmRegistryUrl
5
- } from "./index-dynknvzd.js";
5
+ } from "./index-gr4cjv99.js";
6
6
  import"./index-5vvwc0cz.js";
7
7
  import {
8
8
  ApplicationScript
9
- } from "./index-rgfxj6qc.js";
9
+ } from "./index-n5y2gbf2.js";
10
10
  import"./index-76rn3g2c.js";
11
- import"./index-pmm9e2jf.js";
11
+ import"./index-fh990y67.js";
12
12
  import {
13
13
  PackageScript
14
- } from "./index-n6h3482q.js";
14
+ } from "./index-nv7et4t3.js";
15
15
  import {
16
16
  Workspace,
17
17
  command,
18
18
  runner,
19
19
  script
20
- } from "./index-hdqztm58.js";
20
+ } from "./index-qpz4csbs.js";
21
21
  import"./index-fgc8r6dj.js";
22
22
  import {
23
23
  PkgExecutor
24
- } from "./index-a6sbyy0b.js";
24
+ } from "./index-0t7pwff2.js";
25
25
  import"./index-x53a5nya.js";
26
26
  import"./index-61keag0s.js";
27
+ import"./index-0fn1r7gg.js";
27
28
  import"./index-6pz1j0zj.js";
28
29
  import"./index-r24hmh0q.js";
29
30
 
@@ -1,20 +1,20 @@
1
1
  // @bun
2
2
  import {
3
3
  ModuleScript
4
- } from "./index-fmky5k3p.js";
5
- import"./index-swf4bmbg.js";
4
+ } from "./index-wh201a76.js";
5
+ import"./index-y4kg682s.js";
6
6
  import"./index-ss469dec.js";
7
7
  import {
8
8
  renderPrimitiveReport
9
- } from "./index-h6ca6qg0.js";
10
- import"./index-qaq13qk3.js";
9
+ } from "./index-2v10yr8g.js";
10
+ import"./index-eqxmxan6.js";
11
11
  import"./index-5vvwc0cz.js";
12
12
  import {
13
13
  Module,
14
14
  Sys,
15
15
  command
16
- } from "./index-hdqztm58.js";
17
- import"./index-a6sbyy0b.js";
16
+ } from "./index-qpz4csbs.js";
17
+ import"./index-0t7pwff2.js";
18
18
  import"./index-61keag0s.js";
19
19
  import"./index-6pz1j0zj.js";
20
20
  import"./index-r24hmh0q.js";
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  PackageScript
4
- } from "./index-n6h3482q.js";
4
+ } from "./index-nv7et4t3.js";
5
5
  import {
6
6
  Pkg,
7
7
  Workspace,
8
8
  command
9
- } from "./index-hdqztm58.js";
10
- import"./index-a6sbyy0b.js";
9
+ } from "./index-qpz4csbs.js";
10
+ import"./index-0t7pwff2.js";
11
11
  import"./index-x53a5nya.js";
12
12
  import"./index-61keag0s.js";
13
13
  import"./index-6pz1j0zj.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.4.1-rc.3",
3
+ "version": "2.4.1-rc.4",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "@langchain/openai": "^1.4.6",
35
35
  "@tailwindcss/node": "^4.3.0",
36
36
  "@trapezedev/project": "^7.1.4",
37
- "akanjs": "2.4.1-rc.3",
37
+ "akanjs": "2.4.1-rc.4",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "daisyui": "5.5.23",
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  PageScript
4
- } from "./index-swf4bmbg.js";
4
+ } from "./index-y4kg682s.js";
5
5
  import {
6
6
  App,
7
7
  Module,
8
8
  command
9
- } from "./index-hdqztm58.js";
10
- import"./index-a6sbyy0b.js";
9
+ } from "./index-qpz4csbs.js";
10
+ import"./index-0t7pwff2.js";
11
11
  import"./index-61keag0s.js";
12
12
  import"./index-6pz1j0zj.js";
13
13
  import"./index-r24hmh0q.js";
@@ -1,20 +1,20 @@
1
1
  // @bun
2
2
  import {
3
3
  PrimitiveScript
4
- } from "./index-m9pca6jv.js";
5
- import"./index-fmky5k3p.js";
6
- import"./index-swf4bmbg.js";
4
+ } from "./index-2v6a4wd5.js";
5
+ import"./index-wh201a76.js";
6
+ import"./index-y4kg682s.js";
7
7
  import"./index-ss469dec.js";
8
8
  import {
9
9
  renderPrimitiveReport
10
- } from "./index-h6ca6qg0.js";
11
- import"./index-qaq13qk3.js";
10
+ } from "./index-2v10yr8g.js";
11
+ import"./index-eqxmxan6.js";
12
12
  import"./index-5vvwc0cz.js";
13
13
  import {
14
14
  Workspace,
15
15
  command
16
- } from "./index-hdqztm58.js";
17
- import"./index-a6sbyy0b.js";
16
+ } from "./index-qpz4csbs.js";
17
+ import"./index-0t7pwff2.js";
18
18
  import"./index-61keag0s.js";
19
19
  import"./index-6pz1j0zj.js";
20
20
  import"./index-r24hmh0q.js";
@@ -4,8 +4,8 @@ import {
4
4
  command,
5
5
  runner,
6
6
  script
7
- } from "./index-hdqztm58.js";
8
- import"./index-a6sbyy0b.js";
7
+ } from "./index-qpz4csbs.js";
8
+ import"./index-0t7pwff2.js";
9
9
  import"./index-61keag0s.js";
10
10
  import"./index-6pz1j0zj.js";
11
11
  import"./index-r24hmh0q.js";
@@ -1,15 +1,15 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-85msc0wg.js";
5
- import"./index-8rc0bm04.js";
6
- import"./index-h6ca6qg0.js";
4
+ } from "./index-jbtn8h1y.js";
5
+ import"./index-eay4t1te.js";
6
+ import"./index-2v10yr8g.js";
7
7
  import {
8
8
  Workspace,
9
9
  command,
10
10
  script
11
- } from "./index-hdqztm58.js";
12
- import"./index-a6sbyy0b.js";
11
+ } from "./index-qpz4csbs.js";
12
+ import"./index-0t7pwff2.js";
13
13
  import"./index-61keag0s.js";
14
14
  import"./index-6pz1j0zj.js";
15
15
  import"./index-r24hmh0q.js";
@@ -1,18 +1,18 @@
1
1
  // @bun
2
2
  import {
3
3
  ScalarScript
4
- } from "./index-gb26e7z0.js";
4
+ } from "./index-ahpcr9ss.js";
5
5
  import"./index-ss469dec.js";
6
6
  import {
7
7
  renderPrimitiveReport
8
- } from "./index-h6ca6qg0.js";
9
- import"./index-qaq13qk3.js";
8
+ } from "./index-2v10yr8g.js";
9
+ import"./index-eqxmxan6.js";
10
10
  import"./index-5vvwc0cz.js";
11
11
  import {
12
12
  Sys,
13
13
  command
14
- } from "./index-hdqztm58.js";
15
- import"./index-a6sbyy0b.js";
14
+ } from "./index-qpz4csbs.js";
15
+ import"./index-0t7pwff2.js";
16
16
  import"./index-61keag0s.js";
17
17
  import"./index-6pz1j0zj.js";
18
18
  import"./index-r24hmh0q.js";
@@ -1,30 +1,30 @@
1
1
  // @bun
2
2
  import {
3
3
  WorkflowRunner
4
- } from "./index-45aj5ry0.js";
4
+ } from "./index-3sd2vape.js";
5
5
  import {
6
6
  ScalarScript
7
- } from "./index-gb26e7z0.js";
7
+ } from "./index-ahpcr9ss.js";
8
8
  import {
9
9
  PrimitiveScript
10
- } from "./index-m9pca6jv.js";
10
+ } from "./index-2v6a4wd5.js";
11
11
  import {
12
12
  ModuleScript
13
- } from "./index-fmky5k3p.js";
14
- import"./index-swf4bmbg.js";
13
+ } from "./index-wh201a76.js";
14
+ import"./index-y4kg682s.js";
15
15
  import"./index-ss469dec.js";
16
- import"./index-8rc0bm04.js";
16
+ import"./index-eay4t1te.js";
17
17
  import {
18
18
  createWorkflowStepRegistry
19
- } from "./index-h6ca6qg0.js";
20
- import"./index-qaq13qk3.js";
19
+ } from "./index-2v10yr8g.js";
20
+ import"./index-eqxmxan6.js";
21
21
  import"./index-5vvwc0cz.js";
22
22
  import {
23
23
  Workspace,
24
24
  command,
25
25
  script
26
- } from "./index-hdqztm58.js";
27
- import"./index-a6sbyy0b.js";
26
+ } from "./index-qpz4csbs.js";
27
+ import"./index-0t7pwff2.js";
28
28
  import"./index-61keag0s.js";
29
29
  import"./index-6pz1j0zj.js";
30
30
  import"./index-r24hmh0q.js";
@@ -1,59 +1,60 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-1fpjvqhs.js";
5
- import"./index-85msc0wg.js";
6
- import"./index-45aj5ry0.js";
4
+ } from "./index-0jwvs8vp.js";
5
+ import"./index-jbtn8h1y.js";
6
+ import"./index-3sd2vape.js";
7
7
  import {
8
8
  CloudScript
9
- } from "./index-0hjg9qs5.js";
10
- import"./index-gb26e7z0.js";
11
- import"./index-m9pca6jv.js";
12
- import"./index-fmky5k3p.js";
13
- import"./index-swf4bmbg.js";
9
+ } from "./index-s9yajzkj.js";
10
+ import"./index-ahpcr9ss.js";
11
+ import"./index-2v6a4wd5.js";
12
+ import"./index-wh201a76.js";
13
+ import"./index-y4kg682s.js";
14
14
  import"./index-ss469dec.js";
15
- import"./index-1xdrsbry.js";
15
+ import"./index-hk58kr1m.js";
16
16
  import {
17
17
  AgentScript
18
- } from "./index-hwzpw9c1.js";
19
- import"./index-8rc0bm04.js";
20
- import"./index-h6ca6qg0.js";
21
- import"./index-qaq13qk3.js";
18
+ } from "./index-pya1h7wx.js";
19
+ import"./index-eay4t1te.js";
20
+ import"./index-2v10yr8g.js";
21
+ import"./index-eqxmxan6.js";
22
22
  import {
23
23
  getLatestPackageVersion,
24
24
  getNpmRegistryUrl
25
- } from "./index-dynknvzd.js";
25
+ } from "./index-gr4cjv99.js";
26
26
  import {
27
27
  GlobalConfig
28
28
  } from "./index-5vvwc0cz.js";
29
29
  import {
30
30
  ApplicationScript
31
- } from "./index-rgfxj6qc.js";
31
+ } from "./index-n5y2gbf2.js";
32
32
  import"./index-76rn3g2c.js";
33
33
  import {
34
34
  LibraryScript
35
- } from "./index-pmm9e2jf.js";
35
+ } from "./index-fh990y67.js";
36
36
  import {
37
37
  PackageScript
38
- } from "./index-n6h3482q.js";
38
+ } from "./index-nv7et4t3.js";
39
39
  import {
40
40
  Exec,
41
41
  Workspace,
42
42
  command,
43
43
  runner,
44
44
  script
45
- } from "./index-hdqztm58.js";
45
+ } from "./index-qpz4csbs.js";
46
46
  import"./index-fgc8r6dj.js";
47
47
  import {
48
48
  AppExecutor,
49
49
  LibExecutor,
50
50
  PkgExecutor,
51
51
  WorkspaceExecutor
52
- } from "./index-a6sbyy0b.js";
52
+ } from "./index-0t7pwff2.js";
53
53
  import"./index-x53a5nya.js";
54
54
  import {
55
55
  FileSys
56
56
  } from "./index-61keag0s.js";
57
+ import"./index-0fn1r7gg.js";
57
58
  import"./index-6pz1j0zj.js";
58
59
  import"./index-r24hmh0q.js";
59
60