@akanjs/cli 3.0.0-alpha.5 → 3.0.0-alpha.7

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 (50) hide show
  1. package/.build-stamp +1 -1
  2. package/{agent.command-b0fcx3r2.js → agent.command-pggr92jj.js} +6 -6
  3. package/{application.command-cgmy00gd.js → application.command-692yap1d.js} +4 -4
  4. package/{applicationBuildRunner-n1svrwgt.js → applicationBuildRunner-ha3y8ew8.js} +1 -1
  5. package/buildBatch.proc.js +2 -2
  6. package/{capacitorApp-yyw35vg4.js → capacitorApp-p0z5yab2.js} +4 -2
  7. package/{cloud.command-1m7hfdpk.js → cloud.command-wqfsyzv2.js} +7 -7
  8. package/{context.command-b5heat2a.js → context.command-9bxtdn0w.js} +13 -13
  9. package/{guideline.command-9ew6aqhm.js → guideline.command-nfqahxex.js} +3 -3
  10. package/incrementalBuilder.proc.js +1 -1
  11. package/{index-m4kpmmtj.js → index-2c3e2xh8.js} +1 -1
  12. package/{index-hrwzz2wf.js → index-4hek879p.js} +1 -1
  13. package/{index-nx1vbtsc.js → index-5dw57f0d.js} +5 -5
  14. package/{index-c94nq3c1.js → index-5pmx7bkg.js} +3 -3
  15. package/{index-jkynkyfk.js → index-6rhabeev.js} +1 -1
  16. package/{index-qp089jp0.js → index-7myvn0f0.js} +1 -1
  17. package/{index-exhpp31y.js → index-a1e0j63x.js} +2 -2
  18. package/{index-meh7mmz9.js → index-azv0xjb5.js} +2 -2
  19. package/{index-pfrt7qwh.js → index-bz2sfzzt.js} +4 -4
  20. package/{index-nfxq39kj.js → index-gex7c8kd.js} +4 -4
  21. package/{index-wrrb8rxk.js → index-gmy45vz2.js} +3 -3
  22. package/{index-mn96y1nk.js → index-js368gk9.js} +5 -5
  23. package/{index-jn9vfpwz.js → index-mssqn2sq.js} +2 -2
  24. package/{index-p6txr1ss.js → index-p3f4q532.js} +3 -3
  25. package/{index-0fj4yg7k.js → index-qb61h0k7.js} +2 -2
  26. package/{index-47qxw1tz.js → index-vg0sj9nc.js} +1 -1
  27. package/{index-60a3jfcz.js → index-vtj3zps1.js} +5 -5
  28. package/{index-p69fcwe1.js → index-w6wbb612.js} +11 -11
  29. package/{index-mterpj70.js → index-xhgtkekh.js} +86 -17
  30. package/{index-6npsfpxr.js → index-ztpw544k.js} +3 -3
  31. package/index.js +18 -18
  32. package/{library.command-aa1g8nsa.js → library.command-md9715jz.js} +3 -3
  33. package/{localRegistry.command-kshva1ck.js → localRegistry.command-exkbamyj.js} +6 -6
  34. package/{module.command-b1zzgqde.js → module.command-w5aaddxk.js} +6 -6
  35. package/{package.command-9qv6vr9s.js → package.command-yfkrcy0z.js} +3 -3
  36. package/package.json +2 -2
  37. package/{page.command-k16pw244.js → page.command-echbavp4.js} +3 -3
  38. package/{primitive.command-s60dn1ae.js → primitive.command-9fbhspw2.js} +7 -7
  39. package/{quality.command-p3vaze52.js → quality.command-3pnt9yep.js} +4 -17
  40. package/{repair.command-mfv749ha.js → repair.command-carj4vax.js} +5 -5
  41. package/{routeSourceValidator-cncd92fv.js → routeSourceValidator-e4jmbfcx.js} +2 -38
  42. package/{scalar.command-hs3nwzv1.js → scalar.command-51ryzypc.js} +5 -5
  43. package/templates/workspaceRoot/.cursor/rules/lint-enforced-rules.mdc.template +3 -2
  44. package/templates/workspaceRoot/.cursor/rules/module-file-playbook.mdc.template +1 -0
  45. package/templates/workspaceRoot/.cursor/rules/scalar-modeling.mdc.template +41 -0
  46. package/templates/workspaceRoot/AGENTS.md.template +12 -7
  47. package/templates/workspaceRoot/biome.json.template +25 -1
  48. package/templates/workspaceRoot/docs/AI-DEVELOPMENT.md.template +4 -1
  49. package/{workflow.command-z0e0fk0z.js → workflow.command-91wmvm8k.js} +10 -10
  50. package/{workspace.command-3q1d6kk4.js → workspace.command-wa10mfd9.js} +19 -19
package/.build-stamp CHANGED
@@ -1 +1 @@
1
- a0eaadfb9b58c3aa21817d33fb8bc0ad7889c719fb293715682a39a426dc01b9
1
+ 7e53f9980ed629762c149212472004d3e97479ef84329a8316470ebfddbfb52d
@@ -1,15 +1,15 @@
1
1
  // @bun
2
2
  import {
3
3
  AgentScript
4
- } from "./index-nfxq39kj.js";
5
- import"./index-jn9vfpwz.js";
6
- import"./index-m4kpmmtj.js";
7
- import"./index-qp089jp0.js";
4
+ } from "./index-gex7c8kd.js";
5
+ import"./index-mssqn2sq.js";
6
+ import"./index-2c3e2xh8.js";
7
+ import"./index-7myvn0f0.js";
8
8
  import {
9
9
  Workspace,
10
10
  command
11
- } from "./index-jkynkyfk.js";
12
- import"./index-47qxw1tz.js";
11
+ } from "./index-6rhabeev.js";
12
+ import"./index-vg0sj9nc.js";
13
13
  import"./index-mxvakhsm.js";
14
14
  import"./index-xys926f2.js";
15
15
  import"./index-67546d0j.js";
@@ -4,21 +4,21 @@ import {
4
4
  } from "./index-0wae5ebk.js";
5
5
  import {
6
6
  ApplicationScript
7
- } from "./index-nx1vbtsc.js";
7
+ } from "./index-5dw57f0d.js";
8
8
  import {
9
9
  getMobileTargetChoices
10
10
  } from "./index-76rn3g2c.js";
11
- import"./index-exhpp31y.js";
11
+ import"./index-a1e0j63x.js";
12
12
  import {
13
13
  App,
14
14
  Exec,
15
15
  Sys,
16
16
  Workspace,
17
17
  command
18
- } from "./index-jkynkyfk.js";
18
+ } from "./index-6rhabeev.js";
19
19
  import"./index-fgc8r6dj.js";
20
20
  import"./index-bjpxzr6s.js";
21
- import"./index-47qxw1tz.js";
21
+ import"./index-vg0sj9nc.js";
22
22
  import"./index-mxvakhsm.js";
23
23
  import"./index-67546d0j.js";
24
24
  import"./index-r24hmh0q.js";
@@ -4,7 +4,7 @@ import {
4
4
  CsrArtifactBuilder,
5
5
  SsrBaseArtifactBuilder,
6
6
  precompressArtifacts
7
- } from "./index-0fj4yg7k.js";
7
+ } from "./index-qb61h0k7.js";
8
8
  import"./index-xjd3rqzj.js";
9
9
  import"./index-j9cxndc0.js";
10
10
  import"./index-bjpxzr6s.js";
@@ -5,14 +5,14 @@ import {
5
5
  FontOptimizer,
6
6
  PagesBundleBuilder,
7
7
  SsrBaseArtifactBuilder
8
- } from "./index-0fj4yg7k.js";
8
+ } from "./index-qb61h0k7.js";
9
9
  import"./index-xjd3rqzj.js";
10
10
  import"./index-j9cxndc0.js";
11
11
  import"./index-bjpxzr6s.js";
12
12
  import {
13
13
  AppExecutor,
14
14
  WorkspaceExecutor
15
- } from "./index-47qxw1tz.js";
15
+ } from "./index-vg0sj9nc.js";
16
16
  import"./index-mxvakhsm.js";
17
17
  import"./index-67546d0j.js";
18
18
  import"./index-r24hmh0q.js";
@@ -11,6 +11,7 @@ import {
11
11
  formatAndroidReleaseSigningError,
12
12
  formatIosRunFailureMessage,
13
13
  getAdbDeviceStateIssues,
14
+ getAndroidLocalServerHost,
14
15
  getMissingAndroidReleaseSigningKeys,
15
16
  isPlaceholderAppId,
16
17
  materializeCapacitorConfig,
@@ -24,9 +25,9 @@ import {
24
25
  selectLocalDevHost,
25
26
  sortIosRunTargets,
26
27
  writeRootCapacitorConfig
27
- } from "./index-mterpj70.js";
28
+ } from "./index-xhgtkekh.js";
28
29
  import"./index-76rn3g2c.js";
29
- import"./index-47qxw1tz.js";
30
+ import"./index-vg0sj9nc.js";
30
31
  import"./index-mxvakhsm.js";
31
32
  import"./index-67546d0j.js";
32
33
  import"./index-r24hmh0q.js";
@@ -44,6 +45,7 @@ export {
44
45
  materializeCapacitorConfig,
45
46
  isPlaceholderAppId,
46
47
  getMissingAndroidReleaseSigningKeys,
48
+ getAndroidLocalServerHost,
47
49
  getAdbDeviceStateIssues,
48
50
  formatIosRunFailureMessage,
49
51
  formatAndroidReleaseSigningError,
@@ -1,22 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  CloudScript
4
- } from "./index-mn96y1nk.js";
5
- import"./index-p6txr1ss.js";
6
- import"./index-meh7mmz9.js";
4
+ } from "./index-js368gk9.js";
5
+ import"./index-p3f4q532.js";
6
+ import"./index-azv0xjb5.js";
7
7
  import {
8
8
  GlobalConfig
9
9
  } from "./index-0cj2zxbm.js";
10
- import"./index-nx1vbtsc.js";
10
+ import"./index-5dw57f0d.js";
11
11
  import"./index-76rn3g2c.js";
12
- import"./index-exhpp31y.js";
12
+ import"./index-a1e0j63x.js";
13
13
  import {
14
14
  Workspace,
15
15
  command
16
- } from "./index-jkynkyfk.js";
16
+ } from "./index-6rhabeev.js";
17
17
  import"./index-fgc8r6dj.js";
18
18
  import"./index-bjpxzr6s.js";
19
- import"./index-47qxw1tz.js";
19
+ import"./index-vg0sj9nc.js";
20
20
  import"./index-mxvakhsm.js";
21
21
  import"./index-46tjzh6s.js";
22
22
  import"./index-67546d0j.js";
@@ -1,25 +1,25 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-p69fcwe1.js";
5
- import"./index-6npsfpxr.js";
6
- import"./index-c94nq3c1.js";
7
- import"./index-pfrt7qwh.js";
8
- import"./index-60a3jfcz.js";
9
- import"./index-hrwzz2wf.js";
10
- import"./index-wrrb8rxk.js";
4
+ } from "./index-w6wbb612.js";
5
+ import"./index-ztpw544k.js";
6
+ import"./index-5pmx7bkg.js";
7
+ import"./index-bz2sfzzt.js";
8
+ import"./index-vtj3zps1.js";
9
+ import"./index-4hek879p.js";
10
+ import"./index-gmy45vz2.js";
11
11
  import"./index-ss469dec.js";
12
- import"./index-mterpj70.js";
12
+ import"./index-xhgtkekh.js";
13
13
  import"./index-0cj2zxbm.js";
14
- import"./index-jn9vfpwz.js";
15
- import"./index-m4kpmmtj.js";
16
- import"./index-qp089jp0.js";
14
+ import"./index-mssqn2sq.js";
15
+ import"./index-2c3e2xh8.js";
16
+ import"./index-7myvn0f0.js";
17
17
  import"./index-76rn3g2c.js";
18
18
  import {
19
19
  Workspace,
20
20
  command
21
- } from "./index-jkynkyfk.js";
22
- import"./index-47qxw1tz.js";
21
+ } from "./index-6rhabeev.js";
22
+ import"./index-vg0sj9nc.js";
23
23
  import"./index-mxvakhsm.js";
24
24
  import"./index-xys926f2.js";
25
25
  import"./index-67546d0j.js";
@@ -4,16 +4,16 @@ import {
4
4
  } from "./index-0cj2zxbm.js";
5
5
  import {
6
6
  Prompter
7
- } from "./index-qp089jp0.js";
7
+ } from "./index-7myvn0f0.js";
8
8
  import {
9
9
  Workspace,
10
10
  command,
11
11
  runner,
12
12
  script
13
- } from "./index-jkynkyfk.js";
13
+ } from "./index-6rhabeev.js";
14
14
  import {
15
15
  getDirname
16
- } from "./index-47qxw1tz.js";
16
+ } from "./index-vg0sj9nc.js";
17
17
  import"./index-mxvakhsm.js";
18
18
  import {
19
19
  FileSys
@@ -16,7 +16,7 @@ import {
16
16
  import {
17
17
  AppExecutor,
18
18
  WorkspaceExecutor
19
- } from "./index-47qxw1tz.js";
19
+ } from "./index-vg0sj9nc.js";
20
20
  import"./index-mxvakhsm.js";
21
21
  import"./index-67546d0j.js";
22
22
  import"./index-r24hmh0q.js";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  AppExecutor,
4
4
  LibExecutor
5
- } from "./index-47qxw1tz.js";
5
+ } from "./index-vg0sj9nc.js";
6
6
 
7
7
  // pkgs/@akanjs/devkit/workflow/utils.ts
8
8
  var jsonText = (value, { trailingNewline = true } = {}) => `${JSON.stringify(value, null, 2)}${trailingNewline ? `
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-jkynkyfk.js";
5
+ } from "./index-6rhabeev.js";
6
6
 
7
7
  // pkgs/@akanjs/cli/page/page.runner.ts
8
8
  class PageRunner extends runner("page") {
@@ -4,11 +4,11 @@ import {
4
4
  } from "./index-76rn3g2c.js";
5
5
  import {
6
6
  LibraryScript
7
- } from "./index-exhpp31y.js";
7
+ } from "./index-a1e0j63x.js";
8
8
  import {
9
9
  runner,
10
10
  script
11
- } from "./index-jkynkyfk.js";
11
+ } from "./index-6rhabeev.js";
12
12
  import {
13
13
  HmrWatcher,
14
14
  WatchRootResolver
@@ -18,7 +18,7 @@ import {
18
18
  LibExecutor,
19
19
  PkgExecutor,
20
20
  WorkspaceExecutor
21
- } from "./index-47qxw1tz.js";
21
+ } from "./index-vg0sj9nc.js";
22
22
  import {
23
23
  __require
24
24
  } from "./index-r24hmh0q.js";
@@ -1898,9 +1898,9 @@ function openBrowser(url) {
1898
1898
  }
1899
1899
 
1900
1900
  // pkgs/@akanjs/cli/application/application.runner.ts
1901
- var loadBuildRunner = async () => (await import("./applicationBuildRunner-n1svrwgt.js")).ApplicationBuildRunner;
1901
+ var loadBuildRunner = async () => (await import("./applicationBuildRunner-ha3y8ew8.js")).ApplicationBuildRunner;
1902
1902
  var loadReleasePackager = async () => (await import("./applicationReleasePackager-gg8ccbeh.js")).ApplicationReleasePackager;
1903
- var loadCapacitorApp = async () => (await import("./capacitorApp-yyw35vg4.js")).CapacitorApp;
1903
+ var loadCapacitorApp = async () => (await import("./capacitorApp-p0z5yab2.js")).CapacitorApp;
1904
1904
  var loadAbstractCompactor = async () => (await import("./abstractCompactor-e5yq60qz.js")).AbstractCompactor;
1905
1905
  var loadPrompts = async () => await import("@inquirer/prompts");
1906
1906
 
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-jn9vfpwz.js";
4
+ } from "./index-mssqn2sq.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-m4kpmmtj.js";
26
+ } from "./index-2c3e2xh8.js";
27
27
  import {
28
28
  runner
29
- } from "./index-jkynkyfk.js";
29
+ } from "./index-6rhabeev.js";
30
30
 
31
31
  // pkgs/@akanjs/cli/workflow/workflow.runner.ts
32
32
  import { mkdir, readFile, writeFile } from "fs/promises";
@@ -7,7 +7,7 @@ import {
7
7
  PkgExecutor,
8
8
  WorkspaceExecutor,
9
9
  getDirname
10
- } from "./index-47qxw1tz.js";
10
+ } from "./index-vg0sj9nc.js";
11
11
  import {
12
12
  FileSys
13
13
  } from "./index-67546d0j.js";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  getDirname
4
- } from "./index-47qxw1tz.js";
4
+ } from "./index-vg0sj9nc.js";
5
5
 
6
6
  // pkgs/@akanjs/devkit/prompter.ts
7
7
  import fsPromise from "fs/promises";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-jkynkyfk.js";
5
+ } from "./index-6rhabeev.js";
6
6
  import {
7
7
  LibExecutor
8
- } from "./index-47qxw1tz.js";
8
+ } from "./index-vg0sj9nc.js";
9
9
 
10
10
  // pkgs/@akanjs/cli/semver.ts
11
11
  function parseVersion(version) {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-jkynkyfk.js";
5
+ } from "./index-6rhabeev.js";
6
6
  import {
7
7
  PkgExecutor
8
- } from "./index-47qxw1tz.js";
8
+ } from "./index-vg0sj9nc.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
  ModuleScript
4
- } from "./index-60a3jfcz.js";
4
+ } from "./index-vtj3zps1.js";
5
5
  import {
6
6
  addFieldUiPolicyForType,
7
7
  coerceFieldDefault,
@@ -34,15 +34,15 @@ import {
34
34
  sourceFile,
35
35
  validationCommandsForTarget,
36
36
  viaBuilderParameterName
37
- } from "./index-m4kpmmtj.js";
37
+ } from "./index-2c3e2xh8.js";
38
38
  import {
39
39
  script
40
- } from "./index-jkynkyfk.js";
40
+ } from "./index-6rhabeev.js";
41
41
  import {
42
42
  AppExecutor,
43
43
  LibExecutor,
44
44
  ModuleExecutor
45
- } from "./index-47qxw1tz.js";
45
+ } from "./index-vg0sj9nc.js";
46
46
 
47
47
  // pkgs/@akanjs/cli/primitive/primitive.script.ts
48
48
  import { capitalize } from "akanjs/common";
@@ -1,14 +1,14 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-jn9vfpwz.js";
4
+ } from "./index-mssqn2sq.js";
5
5
  import {
6
6
  Prompter
7
- } from "./index-qp089jp0.js";
7
+ } from "./index-7myvn0f0.js";
8
8
  import {
9
9
  runner,
10
10
  script
11
- } from "./index-jkynkyfk.js";
11
+ } from "./index-6rhabeev.js";
12
12
  import {
13
13
  AGENT_BLOCK_END,
14
14
  AGENT_BLOCK_START,
@@ -16,7 +16,7 @@ import {
16
16
  LibExecutor,
17
17
  renderRecipeEntries,
18
18
  upsertAgentBlock
19
- } from "./index-47qxw1tz.js";
19
+ } from "./index-vg0sj9nc.js";
20
20
  import {
21
21
  collectRecipeSources,
22
22
  scanRecipes
@@ -9,14 +9,14 @@ import {
9
9
  createPassedPrimitiveReport,
10
10
  generatedFilesForSync,
11
11
  scalarChangedFiles
12
- } from "./index-m4kpmmtj.js";
12
+ } from "./index-2c3e2xh8.js";
13
13
  import {
14
14
  Prompter
15
- } from "./index-qp089jp0.js";
15
+ } from "./index-7myvn0f0.js";
16
16
  import {
17
17
  runner,
18
18
  script
19
- } from "./index-jkynkyfk.js";
19
+ } from "./index-6rhabeev.js";
20
20
 
21
21
  // pkgs/@akanjs/cli/scalar/scalar.prompt.ts
22
22
  import { input } from "@inquirer/prompts";
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  CloudRunner
4
- } from "./index-p6txr1ss.js";
4
+ } from "./index-p3f4q532.js";
5
5
  import {
6
6
  PackageScript
7
- } from "./index-meh7mmz9.js";
7
+ } from "./index-azv0xjb5.js";
8
8
  import {
9
9
  AiSession,
10
10
  CloudApi,
@@ -12,13 +12,13 @@ import {
12
12
  } from "./index-0cj2zxbm.js";
13
13
  import {
14
14
  ApplicationScript
15
- } from "./index-nx1vbtsc.js";
15
+ } from "./index-5dw57f0d.js";
16
16
  import {
17
17
  script
18
- } from "./index-jkynkyfk.js";
18
+ } from "./index-6rhabeev.js";
19
19
  import {
20
20
  PkgExecutor
21
- } from "./index-47qxw1tz.js";
21
+ } from "./index-vg0sj9nc.js";
22
22
 
23
23
  // pkgs/@akanjs/cli/cloud/cloud.script.ts
24
24
  import { Logger } from "akanjs/common";
@@ -2,14 +2,14 @@
2
2
  import {
3
3
  workflowRunArtifactPath,
4
4
  workflowSyncDir
5
- } from "./index-m4kpmmtj.js";
5
+ } from "./index-2c3e2xh8.js";
6
6
  import {
7
7
  AppExecutor,
8
8
  LibExecutor,
9
9
  appRootAllowedDirs,
10
10
  appRootAllowedFiles,
11
11
  isScannedAppRootEntry
12
- } from "./index-47qxw1tz.js";
12
+ } from "./index-vg0sj9nc.js";
13
13
  import {
14
14
  collectRecipeSources,
15
15
  findInlineRecipeDuplicates,
@@ -7,14 +7,14 @@ import {
7
7
  } from "./index-0cj2zxbm.js";
8
8
  import {
9
9
  openBrowser
10
- } from "./index-nx1vbtsc.js";
10
+ } from "./index-5dw57f0d.js";
11
11
  import {
12
12
  runner
13
- } from "./index-jkynkyfk.js";
13
+ } from "./index-6rhabeev.js";
14
14
  import {
15
15
  AppExecutor,
16
16
  WorkspaceExecutor
17
- } from "./index-47qxw1tz.js";
17
+ } from "./index-vg0sj9nc.js";
18
18
 
19
19
  // pkgs/@akanjs/cli/cloud/cloud.runner.ts
20
20
  import path from "path";
@@ -810,10 +810,10 @@ import { compile } from "tailwindcss";
810
810
 
811
811
  // pkgs/@akanjs/devkit/frontendBuild/cssCandidateCache.ts
812
812
  import { stat } from "fs/promises";
813
- var CANDIDATE_RE = /-?[\w@][\w:/.-]*(?:\[[^\]]+\][\w:/.-]*)*/g;
813
+ var CANDIDATE_RE = /-?(?:[\w@]|\[[^\]\s]+\])[\w:/.-]*(?:\[[^\]\s]+\][\w:/.-]*)*/g;
814
814
 
815
815
  class CssCandidateCache {
816
- static #version = 1;
816
+ static #version = 3;
817
817
  #path;
818
818
  #entries = new Map;
819
819
  #dirty = false;
@@ -2485,7 +2485,7 @@ class SysExecutor extends Executor {
2485
2485
  class AppExecutor extends SysExecutor {
2486
2486
  static #routeSourceValidator = null;
2487
2487
  static async#getRouteSourceValidator() {
2488
- AppExecutor.#routeSourceValidator ??= (await import("./routeSourceValidator-cncd92fv.js")).RouteSourceValidator;
2488
+ AppExecutor.#routeSourceValidator ??= (await import("./routeSourceValidator-e4jmbfcx.js")).RouteSourceValidator;
2489
2489
  return AppExecutor.#routeSourceValidator;
2490
2490
  }
2491
2491
  dist;
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  PageScript
4
- } from "./index-hrwzz2wf.js";
4
+ } from "./index-4hek879p.js";
5
5
  import {
6
6
  pluralizeName
7
7
  } from "./index-ss469dec.js";
@@ -15,17 +15,17 @@ import {
15
15
  generatedFilesForSync,
16
16
  moduleSourcePaths,
17
17
  sourceFile
18
- } from "./index-m4kpmmtj.js";
18
+ } from "./index-2c3e2xh8.js";
19
19
  import {
20
20
  Prompter
21
- } from "./index-qp089jp0.js";
21
+ } from "./index-7myvn0f0.js";
22
22
  import {
23
23
  runner,
24
24
  script
25
- } from "./index-jkynkyfk.js";
25
+ } from "./index-6rhabeev.js";
26
26
  import {
27
27
  ModuleExecutor
28
- } from "./index-47qxw1tz.js";
28
+ } from "./index-vg0sj9nc.js";
29
29
  import {
30
30
  FileSys
31
31
  } from "./index-67546d0j.js";
@@ -1,22 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-6npsfpxr.js";
4
+ } from "./index-ztpw544k.js";
5
5
  import {
6
6
  WorkflowRunner
7
- } from "./index-c94nq3c1.js";
7
+ } from "./index-5pmx7bkg.js";
8
8
  import {
9
9
  PrimitiveScript
10
- } from "./index-pfrt7qwh.js";
10
+ } from "./index-bz2sfzzt.js";
11
11
  import {
12
12
  ModuleScript
13
- } from "./index-60a3jfcz.js";
13
+ } from "./index-vtj3zps1.js";
14
14
  import {
15
15
  ScalarScript
16
- } from "./index-wrrb8rxk.js";
16
+ } from "./index-gmy45vz2.js";
17
17
  import {
18
18
  isPlaceholderAppId
19
- } from "./index-mterpj70.js";
19
+ } from "./index-xhgtkekh.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-jn9vfpwz.js";
30
+ } from "./index-mssqn2sq.js";
31
31
  import {
32
32
  buildAkanModuleContextIndex,
33
33
  createWorkflowBaselineSummary,
34
34
  createWorkflowStepRegistry,
35
35
  jsonText,
36
36
  toolingRolloutGate
37
- } from "./index-m4kpmmtj.js";
37
+ } from "./index-2c3e2xh8.js";
38
38
  import {
39
39
  Prompter
40
- } from "./index-qp089jp0.js";
40
+ } from "./index-7myvn0f0.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-jkynkyfk.js";
48
+ } from "./index-6rhabeev.js";
49
49
  import {
50
50
  AppExecutor
51
- } from "./index-47qxw1tz.js";
51
+ } from "./index-vg0sj9nc.js";
52
52
 
53
53
  // pkgs/@akanjs/cli/context/context.script.ts
54
54
  import { Logger } from "akanjs/common";