@akanjs/cli 2.4.2-rc.2 → 2.4.2-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 (58) hide show
  1. package/.build-stamp +1 -1
  2. package/abstractCompactor-bjd2h5pq.js +103 -0
  3. package/{agent.command-ej4g9pbb.js → agent.command-dwxr73jr.js} +8 -7
  4. package/{application.command-smn51a28.js → application.command-8k6xs7q0.js} +16 -5
  5. package/{applicationBuildRunner-554a2vnk.js → applicationBuildRunner-hn86q106.js} +5 -4
  6. package/{applicationReleasePackager-pjbxc793.js → applicationReleasePackager-b1zh40kd.js} +1 -1
  7. package/buildBatch.proc.js +4 -3
  8. package/{capacitorApp-yg9b4ajz.js → capacitorApp-sqr41tck.js} +27 -26
  9. package/{cloud.command-2v7ga38h.js → cloud.command-5wh9krwx.js} +9 -8
  10. package/commandManifest.json +1 -1
  11. package/{context.command-hhjyjtp7.js → context.command-rydtf2vy.js} +15 -14
  12. package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
  13. package/{guideline.command-vj956kfr.js → guideline.command-dtkrftpc.js} +5 -4
  14. package/incrementalBuilder.proc.js +3 -2
  15. package/{index-pfnh87f9.js → index-0476y8pz.js} +1 -1
  16. package/index-0wae5ebk.js +65 -0
  17. package/{index-40w1kqp1.js → index-2f6mjanp.js} +4 -3
  18. package/{index-xftstr5s.js → index-3f3bjcwc.js} +1 -1
  19. package/{index-xwfg9bam.js → index-3g17wsqr.js} +10 -5
  20. package/{index-7ppn9v4n.js → index-3hyw3026.js} +3 -3
  21. package/{index-s9s0n5fz.js → index-4fh6v6qr.js} +2 -2
  22. package/{index-y1e79mz3.js → index-4j0qw1hz.js} +11 -11
  23. package/{index-z36qzgzp.js → index-6a9008sh.js} +2 -2
  24. package/{index-h971erkm.js → index-90a0z8xq.js} +3 -3
  25. package/{index-04as43rp.js → index-dscrzdk0.js} +7 -6
  26. package/{index-7k9sj7j5.js → index-f2s5z0p7.js} +91 -341
  27. package/index-f39512t6.js +255 -0
  28. package/{index-d0h48d2f.js → index-g10wmymm.js} +2 -2
  29. package/{index-panyahn4.js → index-hr3n31n0.js} +24 -10
  30. package/{index-dgeaqwmw.js → index-jf5k3bt8.js} +1 -1
  31. package/{index-majzj044.js → index-med3vqnc.js} +7 -7
  32. package/{index-zfp1gz9f.js → index-ms3vpys1.js} +1 -1
  33. package/{index-v9jqrdd1.js → index-n3drhjgc.js} +2 -2
  34. package/{index-z5v766nx.js → index-pw9qhve8.js} +3 -3
  35. package/{index-acwxfncv.js → index-r8drwwr8.js} +4 -4
  36. package/{index-j3j3qc9j.js → index-z1eqzrj9.js} +3 -3
  37. package/index.js +20 -19
  38. package/{library.command-68ah07a3.js → library.command-w11wnq7q.js} +5 -4
  39. package/{localRegistry.command-nmyc5vwv.js → localRegistry.command-fkq49j84.js} +10 -9
  40. package/{module.command-t68xhamx.js → module.command-wyjgbg0d.js} +8 -7
  41. package/{package.command-00ncttab.js → package.command-5ann132q.js} +5 -4
  42. package/package.json +2 -2
  43. package/{page.command-1096s18n.js → page.command-e75nxwrw.js} +5 -4
  44. package/{primitive.command-02eqpx6t.js → primitive.command-gy7nwn5w.js} +9 -8
  45. package/{quality.command-vap6xegb.js → quality.command-41tw1g5g.js} +32 -6
  46. package/{repair.command-7dynpnf1.js → repair.command-xr4664h4.js} +7 -6
  47. package/{routeSourceValidator-cncd92fv.js → routeSourceValidator-rk64s1g4.js} +2 -1
  48. package/{scalar.command-3kxy3fkh.js → scalar.command-agc839az.js} +7 -6
  49. package/templates/module/__Model__.Template.tsx +2 -1
  50. package/templates/module/__Model__.Unit.tsx +2 -1
  51. package/templates/module/__Model__.Util.tsx +2 -1
  52. package/templates/module/__Model__.View.tsx +2 -1
  53. package/templates/module/__Model__.Zone.tsx +2 -1
  54. package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
  55. package/typecheck.proc.js +1 -1
  56. package/{workflow.command-yy0d9gk3.js → workflow.command-jf09cq6k.js} +12 -11
  57. package/{workspace.command-hq1x5605.js → workspace.command-a57b7ybw.js} +23 -22
  58. /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-d0h48d2f.js";
5
+ } from "./index-g10wmymm.js";
6
6
  import {
7
7
  LibExecutor
8
- } from "./index-xwfg9bam.js";
8
+ } from "./index-3g17wsqr.js";
9
9
 
10
10
  // pkgs/@akanjs/cli/semver.ts
11
11
  function parseVersion(version) {
@@ -1,22 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-7ppn9v4n.js";
4
+ } from "./index-3hyw3026.js";
5
5
  import {
6
6
  WorkflowRunner
7
- } from "./index-h971erkm.js";
7
+ } from "./index-90a0z8xq.js";
8
8
  import {
9
9
  ScalarScript
10
- } from "./index-z5v766nx.js";
10
+ } from "./index-pw9qhve8.js";
11
11
  import {
12
12
  PrimitiveScript
13
- } from "./index-acwxfncv.js";
13
+ } from "./index-r8drwwr8.js";
14
14
  import {
15
15
  ModuleScript
16
- } from "./index-04as43rp.js";
16
+ } from "./index-dscrzdk0.js";
17
17
  import {
18
18
  isPlaceholderAppId
19
- } from "./index-zfp1gz9f.js";
19
+ } from "./index-ms3vpys1.js";
20
20
  import {
21
21
  AkanContextAnalyzer,
22
22
  akanMcpInstallConfigPaths,
@@ -27,17 +27,17 @@ import {
27
27
  renderDoctorText,
28
28
  resourceList,
29
29
  upsertCodexMcpServerBlock
30
- } from "./index-v9jqrdd1.js";
30
+ } from "./index-n3drhjgc.js";
31
31
  import {
32
32
  buildAkanModuleContextIndex,
33
33
  createWorkflowBaselineSummary,
34
34
  createWorkflowStepRegistry,
35
35
  jsonText,
36
36
  toolingRolloutGate
37
- } from "./index-pfnh87f9.js";
37
+ } from "./index-0476y8pz.js";
38
38
  import {
39
39
  Prompter
40
- } from "./index-xftstr5s.js";
40
+ } from "./index-3f3bjcwc.js";
41
41
  import {
42
42
  getMobileTargets
43
43
  } from "./index-76rn3g2c.js";
@@ -45,10 +45,10 @@ import {
45
45
  CommandContainer,
46
46
  runner,
47
47
  script
48
- } from "./index-d0h48d2f.js";
48
+ } from "./index-g10wmymm.js";
49
49
  import {
50
50
  AppExecutor
51
- } from "./index-xwfg9bam.js";
51
+ } from "./index-3g17wsqr.js";
52
52
 
53
53
  // pkgs/@akanjs/cli/context/context.script.ts
54
54
  import { Logger } from "akanjs/common";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-d0h48d2f.js";
5
+ } from "./index-g10wmymm.js";
6
6
  import {
7
7
  PkgExecutor
8
- } from "./index-xwfg9bam.js";
8
+ } from "./index-3g17wsqr.js";
9
9
  import {
10
10
  TypeScriptDependencyScanner
11
11
  } from "./index-46tjzh6s.js";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-v9jqrdd1.js";
4
+ } from "./index-n3drhjgc.js";
5
5
  import {
6
6
  WorkflowExecutor,
7
7
  compactWorkflowInputs,
@@ -23,10 +23,10 @@ import {
23
23
  workflowCommandsForPlan,
24
24
  workflowPlanApproval,
25
25
  writeWorkflowRunArtifact
26
- } from "./index-pfnh87f9.js";
26
+ } from "./index-0476y8pz.js";
27
27
  import {
28
28
  runner
29
- } from "./index-d0h48d2f.js";
29
+ } from "./index-g10wmymm.js";
30
30
 
31
31
  // pkgs/@akanjs/cli/workflow/workflow.runner.ts
32
32
  import { mkdir, readFile, writeFile } from "fs/promises";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  PageScript
4
- } from "./index-dgeaqwmw.js";
4
+ } from "./index-jf5k3bt8.js";
5
5
  import {
6
6
  pluralizeName
7
7
  } from "./index-ss469dec.js";
@@ -12,20 +12,20 @@ import {
12
12
  generatedFilesForSync,
13
13
  moduleSourcePaths,
14
14
  sourceFile
15
- } from "./index-pfnh87f9.js";
15
+ } from "./index-0476y8pz.js";
16
16
  import {
17
17
  Prompter
18
- } from "./index-xftstr5s.js";
18
+ } from "./index-3f3bjcwc.js";
19
19
  import {
20
20
  AiSession
21
21
  } from "./index-nsj2ftxj.js";
22
22
  import {
23
23
  runner,
24
24
  script
25
- } from "./index-d0h48d2f.js";
25
+ } from "./index-g10wmymm.js";
26
26
  import {
27
27
  ModuleExecutor
28
- } from "./index-xwfg9bam.js";
28
+ } from "./index-3g17wsqr.js";
29
29
  import {
30
30
  FileSys
31
31
  } from "./index-67546d0j.js";
@@ -579,7 +579,7 @@ class ModuleRunner extends runner("module") {
579
579
  await module.sys.applyTemplate({
580
580
  basePath: `./lib/${module.name}`,
581
581
  template: `module/__Model__.${capitalize2(type)}.tsx`,
582
- dict: { model: module.name, appName: module.sys.name }
582
+ dict: { model: module.name, sysName: module.sys.name, sysType: module.sys.type }
583
583
  });
584
584
  return {
585
585
  component: {
@@ -612,6 +612,7 @@ class ModuleRunner extends runner("module") {
612
612
  model: module.name,
613
613
  models: names,
614
614
  sysName: module.sys.name,
615
+ sysType: module.sys.type,
615
616
  modelLabelEn: modelLabel.en,
616
617
  modelLabelKo: modelLabel.ko,
617
618
  modelDescEn: modelDescription.en,