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

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 (75) hide show
  1. package/.build-stamp +1 -1
  2. package/{agent.command-pggr92jj.js → agent.command-f0gqkfgz.js} +7 -6
  3. package/{application.command-692yap1d.js → application.command-x903m2qq.js} +5 -4
  4. package/buildBatch.proc.js +2 -1
  5. package/{capacitorApp-p0z5yab2.js → capacitorApp-9xswcgx7.js} +3 -2
  6. package/{cloud.command-wqfsyzv2.js → cloud.command-zs6kyf83.js} +8 -7
  7. package/{context.command-9bxtdn0w.js → context.command-fmepgjzg.js} +14 -13
  8. package/getDirname-m9s0cmhq.js +8 -0
  9. package/{guideline.command-nfqahxex.js → guideline.command-n6sw0a0c.js} +5 -4
  10. package/guidelines/conventions/conventions.generate.json +25 -0
  11. package/guidelines/conventions/conventions.instruction.md +668 -0
  12. package/guidelines/workspaceOnboarding/workspaceOnboarding.generate.json +24 -0
  13. package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +972 -0
  14. package/incrementalBuilder.proc.js +2 -1
  15. package/index-1577bej2.js +7 -0
  16. package/{index-bz2sfzzt.js → index-3vta1tqa.js} +4 -4
  17. package/{index-p3f4q532.js → index-4m0bphac.js} +3 -3
  18. package/{index-w6wbb612.js → index-5sn5w2mt.js} +13 -13
  19. package/{index-5dw57f0d.js → index-62955kn5.js} +6 -6
  20. package/{index-mssqn2sq.js → index-774gcx29.js} +43 -4
  21. package/{index-xhgtkekh.js → index-779ske1y.js} +1 -1
  22. package/{index-js368gk9.js → index-82jrh4hj.js} +5 -5
  23. package/{index-a1e0j63x.js → index-d43t8af2.js} +2 -2
  24. package/{index-gex7c8kd.js → index-eyyf2149.js} +34 -6
  25. package/{index-azv0xjb5.js → index-gcv8ncfh.js} +2 -2
  26. package/{index-7myvn0f0.js → index-j37qq1f2.js} +1 -1
  27. package/{index-ztpw544k.js → index-jf2ya7r2.js} +3 -3
  28. package/{index-vtj3zps1.js → index-jhpa13zj.js} +7 -7
  29. package/{index-6rhabeev.js → index-kdh76j26.js} +4 -2
  30. package/{index-5pmx7bkg.js → index-qzdjd4ct.js} +3 -3
  31. package/{index-2c3e2xh8.js → index-rxkpk7n4.js} +1 -1
  32. package/{index-4hek879p.js → index-xmmzf150.js} +1 -1
  33. package/{index-gmy45vz2.js → index-y4vkyhvv.js} +3 -3
  34. package/{index-vg0sj9nc.js → index-z8ptfkzv.js} +56 -18
  35. package/index.js +19 -18
  36. package/{library.command-md9715jz.js → library.command-cv9gdbmg.js} +4 -3
  37. package/{localRegistry.command-exkbamyj.js → localRegistry.command-d8fg36zc.js} +7 -6
  38. package/{module.command-w5aaddxk.js → module.command-qyr1s9cn.js} +7 -6
  39. package/{package.command-yfkrcy0z.js → package.command-wsjx0k47.js} +4 -3
  40. package/package.json +2 -2
  41. package/{page.command-echbavp4.js → page.command-rdzg65rm.js} +4 -3
  42. package/{primitive.command-9fbhspw2.js → primitive.command-89g38b53.js} +8 -7
  43. package/{quality.command-3pnt9yep.js → quality.command-0cs2z92d.js} +3 -2
  44. package/{repair.command-carj4vax.js → repair.command-6fphxfwj.js} +6 -5
  45. package/{scalar.command-51ryzypc.js → scalar.command-xfer69s6.js} +6 -5
  46. package/templates/app/page/styles.css.template +3 -3
  47. package/templates/crudPages/[__model__Id]/edit/page.tsx +1 -1
  48. package/templates/crudPages/new/page.tsx +1 -1
  49. package/templates/crudSinglePage/page.tsx +1 -1
  50. package/templates/module/__Model__.Util.tsx +1 -1
  51. package/templates/module/__Model__.Zone.tsx +3 -5
  52. package/templates/workspaceRoot/AGENTS.md.template +0 -972
  53. package/templates/workspaceRoot/biome.json.template +3 -244
  54. package/{workflow.command-91wmvm8k.js → workflow.command-2ygfqt4f.js} +13 -12
  55. package/{workspace.command-wa10mfd9.js → workspace.command-88m0zs64.js} +35 -33
  56. package/templates/workspaceRoot/.cursor/rules/akan-page-routing.mdc.template +0 -43
  57. package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +0 -34
  58. package/templates/workspaceRoot/.cursor/rules/application-test-commands.mdc.template +0 -16
  59. package/templates/workspaceRoot/.cursor/rules/change-scope.mdc.template +0 -12
  60. package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +0 -18
  61. package/templates/workspaceRoot/.cursor/rules/coding-comments.mdc.template +0 -25
  62. package/templates/workspaceRoot/.cursor/rules/coding-style.mdc.template +0 -44
  63. package/templates/workspaceRoot/.cursor/rules/domain-module-conventions.mdc.template +0 -17
  64. package/templates/workspaceRoot/.cursor/rules/format-lint.mdc.template +0 -12
  65. package/templates/workspaceRoot/.cursor/rules/lint-enforced-rules.mdc.template +0 -19
  66. package/templates/workspaceRoot/.cursor/rules/module-file-playbook.mdc.template +0 -62
  67. package/templates/workspaceRoot/.cursor/rules/naming-conventions.mdc.template +0 -15
  68. package/templates/workspaceRoot/.cursor/rules/react-component-style.mdc.template +0 -21
  69. package/templates/workspaceRoot/.cursor/rules/repo-overview.mdc.template +0 -17
  70. package/templates/workspaceRoot/.cursor/rules/scalar-modeling.mdc.template +0 -99
  71. package/templates/workspaceRoot/.cursor/rules/secrets-and-env.mdc.template +0 -13
  72. package/templates/workspaceRoot/.cursor/rules/service-signal-conventions.mdc.template +0 -83
  73. package/templates/workspaceRoot/.cursor/rules/srvkit-adapters-and-guards.mdc.template +0 -50
  74. package/templates/workspaceRoot/.cursor/rules/ssr-first.mdc.template +0 -59
  75. package/templates/workspaceRoot/.cursor/rules/typescript-imports.mdc.template +0 -16
@@ -16,8 +16,9 @@ import {
16
16
  import {
17
17
  AppExecutor,
18
18
  WorkspaceExecutor
19
- } from "./index-vg0sj9nc.js";
19
+ } from "./index-z8ptfkzv.js";
20
20
  import"./index-mxvakhsm.js";
21
+ import"./index-1577bej2.js";
21
22
  import"./index-67546d0j.js";
22
23
  import"./index-r24hmh0q.js";
23
24
 
@@ -0,0 +1,7 @@
1
+ // @bun
2
+ // pkgs/@akanjs/devkit/getDirname.ts
3
+ import path from "path";
4
+ import { fileURLToPath } from "url";
5
+ var getDirname = (url) => path.dirname(fileURLToPath(url));
6
+
7
+ export { getDirname };
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  ModuleScript
4
- } from "./index-vtj3zps1.js";
4
+ } from "./index-jhpa13zj.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-2c3e2xh8.js";
37
+ } from "./index-rxkpk7n4.js";
38
38
  import {
39
39
  script
40
- } from "./index-6rhabeev.js";
40
+ } from "./index-kdh76j26.js";
41
41
  import {
42
42
  AppExecutor,
43
43
  LibExecutor,
44
44
  ModuleExecutor
45
- } from "./index-vg0sj9nc.js";
45
+ } from "./index-z8ptfkzv.js";
46
46
 
47
47
  // pkgs/@akanjs/cli/primitive/primitive.script.ts
48
48
  import { capitalize } from "akanjs/common";
@@ -7,14 +7,14 @@ import {
7
7
  } from "./index-0cj2zxbm.js";
8
8
  import {
9
9
  openBrowser
10
- } from "./index-5dw57f0d.js";
10
+ } from "./index-62955kn5.js";
11
11
  import {
12
12
  runner
13
- } from "./index-6rhabeev.js";
13
+ } from "./index-kdh76j26.js";
14
14
  import {
15
15
  AppExecutor,
16
16
  WorkspaceExecutor
17
- } from "./index-vg0sj9nc.js";
17
+ } from "./index-z8ptfkzv.js";
18
18
 
19
19
  // pkgs/@akanjs/cli/cloud/cloud.runner.ts
20
20
  import path from "path";
@@ -1,22 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-ztpw544k.js";
4
+ } from "./index-jf2ya7r2.js";
5
5
  import {
6
6
  WorkflowRunner
7
- } from "./index-5pmx7bkg.js";
7
+ } from "./index-qzdjd4ct.js";
8
+ import {
9
+ ScalarScript
10
+ } from "./index-y4vkyhvv.js";
8
11
  import {
9
12
  PrimitiveScript
10
- } from "./index-bz2sfzzt.js";
13
+ } from "./index-3vta1tqa.js";
11
14
  import {
12
15
  ModuleScript
13
- } from "./index-vtj3zps1.js";
14
- import {
15
- ScalarScript
16
- } from "./index-gmy45vz2.js";
16
+ } from "./index-jhpa13zj.js";
17
17
  import {
18
18
  isPlaceholderAppId
19
- } from "./index-xhgtkekh.js";
19
+ } from "./index-779ske1y.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-mssqn2sq.js";
30
+ } from "./index-774gcx29.js";
31
31
  import {
32
32
  buildAkanModuleContextIndex,
33
33
  createWorkflowBaselineSummary,
34
34
  createWorkflowStepRegistry,
35
35
  jsonText,
36
36
  toolingRolloutGate
37
- } from "./index-2c3e2xh8.js";
37
+ } from "./index-rxkpk7n4.js";
38
38
  import {
39
39
  Prompter
40
- } from "./index-7myvn0f0.js";
40
+ } from "./index-j37qq1f2.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-6rhabeev.js";
48
+ } from "./index-kdh76j26.js";
49
49
  import {
50
50
  AppExecutor
51
- } from "./index-vg0sj9nc.js";
51
+ } from "./index-z8ptfkzv.js";
52
52
 
53
53
  // pkgs/@akanjs/cli/context/context.script.ts
54
54
  import { Logger } from "akanjs/common";
@@ -1,14 +1,14 @@
1
1
  // @bun
2
+ import {
3
+ LibraryScript
4
+ } from "./index-d43t8af2.js";
2
5
  import {
3
6
  resolveMobileTargets
4
7
  } from "./index-76rn3g2c.js";
5
- import {
6
- LibraryScript
7
- } from "./index-a1e0j63x.js";
8
8
  import {
9
9
  runner,
10
10
  script
11
- } from "./index-6rhabeev.js";
11
+ } from "./index-kdh76j26.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-vg0sj9nc.js";
21
+ } from "./index-z8ptfkzv.js";
22
22
  import {
23
23
  __require
24
24
  } from "./index-r24hmh0q.js";
@@ -1900,7 +1900,7 @@ function openBrowser(url) {
1900
1900
  // pkgs/@akanjs/cli/application/application.runner.ts
1901
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-p0z5yab2.js")).CapacitorApp;
1903
+ var loadCapacitorApp = async () => (await import("./capacitorApp-9xswcgx7.js")).CapacitorApp;
1904
1904
  var loadAbstractCompactor = async () => (await import("./abstractCompactor-e5yq60qz.js")).AbstractCompactor;
1905
1905
  var loadPrompts = async () => await import("@inquirer/prompts");
1906
1906
 
@@ -2,14 +2,16 @@
2
2
  import {
3
3
  workflowRunArtifactPath,
4
4
  workflowSyncDir
5
- } from "./index-2c3e2xh8.js";
5
+ } from "./index-rxkpk7n4.js";
6
6
  import {
7
7
  AppExecutor,
8
8
  LibExecutor,
9
9
  appRootAllowedDirs,
10
10
  appRootAllowedFiles,
11
- isScannedAppRootEntry
12
- } from "./index-vg0sj9nc.js";
11
+ extractBlockVersion,
12
+ isScannedAppRootEntry,
13
+ readDevkitVersion
14
+ } from "./index-z8ptfkzv.js";
13
15
  import {
14
16
  collectRecipeSources,
15
17
  findInlineRecipeDuplicates,
@@ -124,7 +126,9 @@ var validationCommands = [
124
126
  "akan typecheck <app-name>",
125
127
  "akan test <app-or-lib-or-pkg>",
126
128
  "akan build <app-name>",
127
- "akan doctor --strict --format json"
129
+ "akan doctor --strict --format json",
130
+ "akan quality scan [--format json]",
131
+ "akan quality ssr [--format json]"
128
132
  ];
129
133
  var unknownGeneratedFilesFreshness = {
130
134
  status: "unknown",
@@ -365,6 +369,29 @@ class AkanContextAnalyzer {
365
369
  validationCommands
366
370
  };
367
371
  }
372
+ static async#agentGuideDrift(workspace) {
373
+ const installed = await readDevkitVersion();
374
+ if (!installed)
375
+ return null;
376
+ const content = await safeReadText(path.join(workspace.workspaceRoot, "AGENTS.md"));
377
+ if (content === null)
378
+ return null;
379
+ const stamped = extractBlockVersion(content);
380
+ if (stamped === installed)
381
+ return null;
382
+ const hint = "Re-render the AGENTS.md managed block from the installed framework release.";
383
+ if (!stamped)
384
+ return {
385
+ code: "agent-guide-unstamped",
386
+ message: `AGENTS.md carries no generated-version stamp, so its conventions may predate @akanjs/devkit ${installed}`,
387
+ hint
388
+ };
389
+ return {
390
+ code: "agent-guide-stale",
391
+ message: `AGENTS.md was generated by @akanjs/devkit ${stamped}, but ${installed} is installed`,
392
+ hint
393
+ };
394
+ }
368
395
  static async doctor(workspace, {
369
396
  strict = false,
370
397
  runIdOrPlan = null,
@@ -396,6 +423,18 @@ class AkanContextAnalyzer {
396
423
  }
397
424
  }
398
425
  }
426
+ const agentDrift = await AkanContextAnalyzer.#agentGuideDrift(workspace);
427
+ if (agentDrift) {
428
+ const action = repairAction("generated", "akan agent install agents-md", agentDrift.hint, true);
429
+ diagnostics.push({
430
+ severity: "warning",
431
+ code: agentDrift.code,
432
+ path: "AGENTS.md",
433
+ message: agentDrift.message,
434
+ repairActions: [action]
435
+ });
436
+ repairActions.push(action);
437
+ }
399
438
  for (const sys of [...context.apps, ...context.libs]) {
400
439
  for (const module of sys.modules) {
401
440
  if (!module.abstract.exists) {
@@ -5,7 +5,7 @@ import {
5
5
  } from "./index-76rn3g2c.js";
6
6
  import {
7
7
  CommandExecutionError
8
- } from "./index-vg0sj9nc.js";
8
+ } from "./index-z8ptfkzv.js";
9
9
 
10
10
  // pkgs/@akanjs/devkit/capacitorApp.ts
11
11
  import { cp, mkdir, readFile, rm, writeFile } from "fs/promises";
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  CloudRunner
4
- } from "./index-p3f4q532.js";
4
+ } from "./index-4m0bphac.js";
5
5
  import {
6
6
  PackageScript
7
- } from "./index-azv0xjb5.js";
7
+ } from "./index-gcv8ncfh.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-5dw57f0d.js";
15
+ } from "./index-62955kn5.js";
16
16
  import {
17
17
  script
18
- } from "./index-6rhabeev.js";
18
+ } from "./index-kdh76j26.js";
19
19
  import {
20
20
  PkgExecutor
21
- } from "./index-vg0sj9nc.js";
21
+ } from "./index-z8ptfkzv.js";
22
22
 
23
23
  // pkgs/@akanjs/cli/cloud/cloud.script.ts
24
24
  import { Logger } from "akanjs/common";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-6rhabeev.js";
5
+ } from "./index-kdh76j26.js";
6
6
  import {
7
7
  LibExecutor
8
- } from "./index-vg0sj9nc.js";
8
+ } from "./index-z8ptfkzv.js";
9
9
 
10
10
  // pkgs/@akanjs/cli/semver.ts
11
11
  function parseVersion(version) {
@@ -1,22 +1,24 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-mssqn2sq.js";
4
+ } from "./index-774gcx29.js";
5
5
  import {
6
6
  Prompter
7
- } from "./index-7myvn0f0.js";
7
+ } from "./index-j37qq1f2.js";
8
8
  import {
9
9
  runner,
10
10
  script
11
- } from "./index-6rhabeev.js";
11
+ } from "./index-kdh76j26.js";
12
12
  import {
13
13
  AGENT_BLOCK_END,
14
14
  AGENT_BLOCK_START,
15
15
  AppExecutor,
16
16
  LibExecutor,
17
+ readDevkitVersion,
17
18
  renderRecipeEntries,
19
+ stampBlockVersion,
18
20
  upsertAgentBlock
19
- } from "./index-vg0sj9nc.js";
21
+ } from "./index-z8ptfkzv.js";
20
22
  import {
21
23
  collectRecipeSources,
22
24
  scanRecipes
@@ -103,19 +105,33 @@ ${scopeIndexPointer}
103
105
 
104
106
  `;
105
107
  };
108
+ var renderGuides = async (context) => {
109
+ const conventions = (await Prompter.getInstruction("conventions")).trim();
110
+ if (context.pkgs.some((pkg) => pkg.name === "akanjs"))
111
+ return conventions;
112
+ const onboarding = (await Prompter.getInstruction("workspaceOnboarding")).trim();
113
+ const appName = context.apps[0]?.name ?? "app";
114
+ return `${conventions}
115
+
116
+ ${onboarding.replaceAll("<%= appName %>", appName)}`;
117
+ };
106
118
  var renderManagedBlock = async (workspace) => {
107
119
  const context = await AkanContextAnalyzer.analyze(workspace);
108
120
  const frameworkGuide = await Prompter.getInstruction("framework");
109
121
  const appNames = context.apps.map((app) => app.name);
110
122
  const sampleCleanup = await renderSampleCleanup(workspace, appNames);
111
123
  const recipeIndex = await renderRecipeIndex(workspace);
112
- return `## Workspace
124
+ const guides = await renderGuides(context);
125
+ const version = await readDevkitVersion();
126
+ const block = `## Workspace
113
127
 
114
128
  - Repo: ${context.repoName}
115
129
  - Apps: ${context.apps.map((app) => app.name).join(", ") || "none"}
116
130
  - Libraries: ${context.libs.map((lib) => lib.name).join(", ") || "none"}
117
131
  - Packages: ${context.pkgs.map((pkg) => pkg.name).join(", ") || "none"}
118
132
 
133
+ ${guides}
134
+
119
135
  ${sampleCleanup}## Akan Module Abstracts
120
136
 
121
137
  - Before changing a domain, service, or scalar module, read its \`*.abstract.md\` file first.
@@ -148,7 +164,19 @@ ${context.validationCommands.map((command) => `- \`${command}\``).join(`
148
164
 
149
165
  ## Framework Guide
150
166
 
151
- ${frameworkGuide.trim()}`;
167
+ ${frameworkGuide.trim()}
168
+
169
+ ## Before You Finish
170
+
171
+ 1. \`bun run akan lint <appName>\` \u2014 Tailwind class order, \`Err\`, \`console\`, \`#private\` scope, unused imports.
172
+ 2. \`bun run akan typecheck <appName>\` \u2014 server/client boundary violations.
173
+ 3. \`bun run akan sync <appName>\` if you added, renamed, or deleted any file.
174
+ 4. Did you write or change a \`.tsx\` file? \`bun run akan quality ssr\` \u2014 did the server share hold, and did you add
175
+ a \`"use client"\` you cannot justify?
176
+ 5. Re-read the file you wrote against its section above.
177
+ 6. Did you add a comment? Delete it unless it documents an external constraint or a security decision.
178
+ 7. Did behavior or an invariant change? Update the module's \`*.abstract.md\`.`;
179
+ return version ? stampBlockVersion(block, version) : block;
152
180
  };
153
181
  var renderAgentsMd = async (workspace, existing) => {
154
182
  const block = await renderManagedBlock(workspace);
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  runner,
4
4
  script
5
- } from "./index-6rhabeev.js";
5
+ } from "./index-kdh76j26.js";
6
6
  import {
7
7
  PkgExecutor
8
- } from "./index-vg0sj9nc.js";
8
+ } from "./index-z8ptfkzv.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
  getDirname
4
- } from "./index-vg0sj9nc.js";
4
+ } from "./index-1577bej2.js";
5
5
 
6
6
  // pkgs/@akanjs/devkit/prompter.ts
7
7
  import fsPromise from "fs/promises";
@@ -1,17 +1,17 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-mssqn2sq.js";
4
+ } from "./index-774gcx29.js";
5
5
  import {
6
6
  createRepairReport,
7
7
  generatedFilePathsForTarget,
8
8
  renderRepairReport,
9
9
  writeGeneratedSyncState,
10
10
  writeWorkflowRunArtifact
11
- } from "./index-2c3e2xh8.js";
11
+ } from "./index-rxkpk7n4.js";
12
12
  import {
13
13
  runner
14
- } from "./index-6rhabeev.js";
14
+ } from "./index-kdh76j26.js";
15
15
 
16
16
  // pkgs/@akanjs/cli/repair/repair.runner.ts
17
17
  var commandForShell = (command) => command.startsWith("akan ") ? `bun run ${command}` : command;
@@ -1,10 +1,10 @@
1
1
  // @bun
2
- import {
3
- PageScript
4
- } from "./index-4hek879p.js";
5
2
  import {
6
3
  pluralizeName
7
4
  } from "./index-ss469dec.js";
5
+ import {
6
+ PageScript
7
+ } from "./index-xmmzf150.js";
8
8
  import {
9
9
  AiSession
10
10
  } from "./index-0cj2zxbm.js";
@@ -15,17 +15,17 @@ import {
15
15
  generatedFilesForSync,
16
16
  moduleSourcePaths,
17
17
  sourceFile
18
- } from "./index-2c3e2xh8.js";
18
+ } from "./index-rxkpk7n4.js";
19
19
  import {
20
20
  Prompter
21
- } from "./index-7myvn0f0.js";
21
+ } from "./index-j37qq1f2.js";
22
22
  import {
23
23
  runner,
24
24
  script
25
- } from "./index-6rhabeev.js";
25
+ } from "./index-kdh76j26.js";
26
26
  import {
27
27
  ModuleExecutor
28
- } from "./index-vg0sj9nc.js";
28
+ } from "./index-z8ptfkzv.js";
29
29
  import {
30
30
  FileSys
31
31
  } from "./index-67546d0j.js";
@@ -5,9 +5,11 @@ import {
5
5
  LibExecutor,
6
6
  ModuleExecutor,
7
7
  PkgExecutor,
8
- WorkspaceExecutor,
8
+ WorkspaceExecutor
9
+ } from "./index-z8ptfkzv.js";
10
+ import {
9
11
  getDirname
10
- } from "./index-vg0sj9nc.js";
12
+ } from "./index-1577bej2.js";
11
13
  import {
12
14
  FileSys
13
15
  } from "./index-67546d0j.js";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  AkanContextAnalyzer
4
- } from "./index-mssqn2sq.js";
4
+ } from "./index-774gcx29.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-2c3e2xh8.js";
26
+ } from "./index-rxkpk7n4.js";
27
27
  import {
28
28
  runner
29
- } from "./index-6rhabeev.js";
29
+ } from "./index-kdh76j26.js";
30
30
 
31
31
  // pkgs/@akanjs/cli/workflow/workflow.runner.ts
32
32
  import { mkdir, readFile, writeFile } from "fs/promises";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  AppExecutor,
4
4
  LibExecutor
5
- } from "./index-vg0sj9nc.js";
5
+ } from "./index-z8ptfkzv.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-6rhabeev.js";
5
+ } from "./index-kdh76j26.js";
6
6
 
7
7
  // pkgs/@akanjs/cli/page/page.runner.ts
8
8
  class PageRunner extends runner("page") {
@@ -9,14 +9,14 @@ import {
9
9
  createPassedPrimitiveReport,
10
10
  generatedFilesForSync,
11
11
  scalarChangedFiles
12
- } from "./index-2c3e2xh8.js";
12
+ } from "./index-rxkpk7n4.js";
13
13
  import {
14
14
  Prompter
15
- } from "./index-7myvn0f0.js";
15
+ } from "./index-j37qq1f2.js";
16
16
  import {
17
17
  runner,
18
18
  script
19
- } from "./index-6rhabeev.js";
19
+ } from "./index-kdh76j26.js";
20
20
 
21
21
  // pkgs/@akanjs/cli/scalar/scalar.prompt.ts
22
22
  import { input } from "@inquirer/prompts";