@akanjs/cli 3.0.0-alpha.0 → 3.0.0-alpha.10

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 (89) hide show
  1. package/.build-stamp +1 -1
  2. package/{abstractCompactor-rk6twzvj.js → abstractCompactor-e5yq60qz.js} +2 -2
  3. package/{agent.command-jfz8yfwy.js → agent.command-f0gqkfgz.js} +8 -7
  4. package/{application.command-3smsv7mq.js → application.command-x903m2qq.js} +6 -5
  5. package/{applicationBuildRunner-aq7mb3z6.js → applicationBuildRunner-ha3y8ew8.js} +4 -4
  6. package/{applicationReleasePackager-yrrhbkv3.js → applicationReleasePackager-gg8ccbeh.js} +1 -1
  7. package/buildBatch.proc.js +5 -4
  8. package/{capacitorApp-q3mpmkkz.js → capacitorApp-9xswcgx7.js} +6 -3
  9. package/{cloud.command-rk4e9vrt.js → cloud.command-zs6kyf83.js} +10 -9
  10. package/{context.command-ygzyb0xb.js → context.command-fmepgjzg.js} +16 -15
  11. package/getDirname-m9s0cmhq.js +8 -0
  12. package/{guideline.command-1m1ctar3.js → guideline.command-n6sw0a0c.js} +6 -5
  13. package/guidelines/conventions/conventions.generate.json +25 -0
  14. package/guidelines/conventions/conventions.instruction.md +668 -0
  15. package/guidelines/ssrRule/ssrRule.generate.json +31 -0
  16. package/guidelines/ssrRule/ssrRule.instruction.md +108 -0
  17. package/guidelines/workspaceOnboarding/workspaceOnboarding.generate.json +24 -0
  18. package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +972 -0
  19. package/incrementalBuilder.proc.js +4 -3
  20. package/{index-3pgtw35d.js → index-0cj2zxbm.js} +1 -1
  21. package/index-1577bej2.js +7 -0
  22. package/{index-r4w8cry5.js → index-3vta1tqa.js} +4 -4
  23. package/{index-ktprgc5g.js → index-4m0bphac.js} +4 -4
  24. package/{index-h0bngh79.js → index-5sn5w2mt.js} +13 -13
  25. package/{index-ev6rjw9n.js → index-62955kn5.js} +37 -14
  26. package/{index-4yp06pn1.js → index-774gcx29.js} +49 -32
  27. package/{index-sggm9qkv.js → index-779ske1y.js} +86 -17
  28. package/{index-f4gqk0dd.js → index-82jrh4hj.js} +6 -6
  29. package/{index-cn24dcqn.js → index-d43t8af2.js} +2 -2
  30. package/{index-n0z3f2xg.js → index-eyyf2149.js} +34 -6
  31. package/{index-e3qskyt2.js → index-gcv8ncfh.js} +2 -2
  32. package/{index-xwgm94zr.js → index-j37qq1f2.js} +1 -1
  33. package/{index-rh16j3c7.js → index-j9cxndc0.js} +3 -2
  34. package/{index-b978vs2e.js → index-jf2ya7r2.js} +3 -3
  35. package/{index-vhv3xnjz.js → index-jhpa13zj.js} +8 -8
  36. package/{index-jk9q6pse.js → index-kdh76j26.js} +4 -2
  37. package/{index-6pz1j0zj.js → index-mxvakhsm.js} +6 -2
  38. package/{index-pyt2b4nw.js → index-qb61h0k7.js} +52 -17
  39. package/{index-csqk9z5j.js → index-qzdjd4ct.js} +3 -3
  40. package/{index-4zgs8g1w.js → index-rxkpk7n4.js} +1 -1
  41. package/{index-hjzr8ja1.js → index-xmmzf150.js} +1 -1
  42. package/{index-fmgbwsr5.js → index-y4vkyhvv.js} +4 -4
  43. package/{index-jtm86byd.js → index-z8ptfkzv.js} +84 -40
  44. package/index.js +20 -19
  45. package/{library.command-pwfx8dx2.js → library.command-cv9gdbmg.js} +5 -4
  46. package/{localRegistry.command-bxhqmd1d.js → localRegistry.command-d8fg36zc.js} +9 -8
  47. package/{module.command-0t3ewata.js → module.command-qyr1s9cn.js} +9 -8
  48. package/{package.command-7hmkxvpa.js → package.command-wsjx0k47.js} +5 -4
  49. package/package.json +2 -2
  50. package/{page.command-st6r4s0q.js → page.command-rdzg65rm.js} +5 -4
  51. package/{primitive.command-1qkxpzsn.js → primitive.command-89g38b53.js} +10 -9
  52. package/{quality.command-hy5vt1bh.js → quality.command-0cs2z92d.js} +459 -86
  53. package/{repair.command-nakkq2zp.js → repair.command-6fphxfwj.js} +7 -6
  54. package/{routeSourceValidator-cncd92fv.js → routeSourceValidator-e4jmbfcx.js} +2 -38
  55. package/{scalar.command-fjq272gs.js → scalar.command-xfer69s6.js} +8 -7
  56. package/templates/app/page/styles.css.template +3 -3
  57. package/templates/crudPages/[__model__Id]/edit/page.tsx +1 -1
  58. package/templates/crudPages/new/page.tsx +1 -1
  59. package/templates/crudSinglePage/page.tsx +1 -1
  60. package/templates/lib/db.ts +3 -1
  61. package/templates/lib/useClient.ts +9 -3
  62. package/templates/module/__Model__.Util.tsx +1 -1
  63. package/templates/module/__Model__.Zone.tsx +3 -5
  64. package/templates/workspaceRoot/AGENTS.md.template +0 -827
  65. package/templates/workspaceRoot/biome.json.template +3 -198
  66. package/templates/workspaceRoot/docs/AI-DEVELOPMENT.md.template +4 -1
  67. package/{workflow.command-jswbgk90.js → workflow.command-2ygfqt4f.js} +15 -14
  68. package/{workspace.command-p9r9nckg.js → workspace.command-vbgpjkf9.js} +37 -35
  69. package/templates/libRoot/base/baseLogic.ts +0 -14
  70. package/templates/libRoot/base/index.ts +0 -8
  71. package/templates/workspaceRoot/.cursor/rules/akan-page-routing.mdc.template +0 -43
  72. package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +0 -33
  73. package/templates/workspaceRoot/.cursor/rules/application-test-commands.mdc.template +0 -16
  74. package/templates/workspaceRoot/.cursor/rules/change-scope.mdc.template +0 -12
  75. package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +0 -17
  76. package/templates/workspaceRoot/.cursor/rules/coding-comments.mdc.template +0 -25
  77. package/templates/workspaceRoot/.cursor/rules/coding-style.mdc.template +0 -44
  78. package/templates/workspaceRoot/.cursor/rules/domain-module-conventions.mdc.template +0 -17
  79. package/templates/workspaceRoot/.cursor/rules/format-lint.mdc.template +0 -12
  80. package/templates/workspaceRoot/.cursor/rules/lint-enforced-rules.mdc.template +0 -18
  81. package/templates/workspaceRoot/.cursor/rules/module-file-playbook.mdc.template +0 -61
  82. package/templates/workspaceRoot/.cursor/rules/naming-conventions.mdc.template +0 -15
  83. package/templates/workspaceRoot/.cursor/rules/react-component-style.mdc.template +0 -21
  84. package/templates/workspaceRoot/.cursor/rules/repo-overview.mdc.template +0 -17
  85. package/templates/workspaceRoot/.cursor/rules/scalar-modeling.mdc.template +0 -58
  86. package/templates/workspaceRoot/.cursor/rules/secrets-and-env.mdc.template +0 -13
  87. package/templates/workspaceRoot/.cursor/rules/service-signal-conventions.mdc.template +0 -83
  88. package/templates/workspaceRoot/.cursor/rules/srvkit-adapters-and-guards.mdc.template +0 -50
  89. package/templates/workspaceRoot/.cursor/rules/typescript-imports.mdc.template +0 -16
@@ -1,7 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  Spinner
4
- } from "./index-6pz1j0zj.js";
4
+ } from "./index-mxvakhsm.js";
5
+ import {
6
+ getDirname
7
+ } from "./index-1577bej2.js";
5
8
  import {
6
9
  FileSys
7
10
  } from "./index-67546d0j.js";
@@ -44,6 +47,21 @@ var recipeScannerLoad = null;
44
47
  var loadRecipeScanner = () => recipeScannerLoad ??= import("./recipeScanner-tghkzrrt.js");
45
48
  var AGENT_BLOCK_START = "<!-- akan:agent:start -->";
46
49
  var AGENT_BLOCK_END = "<!-- akan:agent:end -->";
50
+ var AGENT_VERSION_PREFIX = "<!-- akan:agent:version ";
51
+ var stampBlockVersion = (block, version) => `${AGENT_VERSION_PREFIX}${version} -->
52
+
53
+ ${block}`;
54
+ var extractBlockVersion = (content) => content.match(/<!-- akan:agent:version ([^\s]+) -->/)?.[1] ?? null;
55
+ var readDevkitVersion = async () => {
56
+ const { readFile } = await import("fs/promises");
57
+ const { getDirname: getDirname2 } = await import("./getDirname-m9s0cmhq.js");
58
+ try {
59
+ const raw = await readFile(`${getDirname2(import.meta.url)}/package.json`, "utf-8");
60
+ return JSON.parse(raw).version ?? null;
61
+ } catch {
62
+ return null;
63
+ }
64
+ };
47
65
  var upsertAgentBlock = (existing, block) => {
48
66
  const managed = `${AGENT_BLOCK_START}
49
67
  ${block}
@@ -627,15 +645,10 @@ var decreaseBuildNum = async (app) => {
627
645
  const akanConfigContent = akanConfig.replace(`buildNum: ${appConfig.mobile.buildNum}`, `buildNum: ${appConfig.mobile.buildNum - 1}`);
628
646
  fs.writeFileSync(akanConfigPath, akanConfigContent);
629
647
  };
630
- // pkgs/@akanjs/devkit/getDirname.ts
631
- import path2 from "path";
632
- import { fileURLToPath as fileURLToPath2 } from "url";
633
- var getDirname = (url) => path2.dirname(fileURLToPath2(url));
634
-
635
648
  // pkgs/@akanjs/devkit/linter.ts
636
649
  import { spawn } from "child_process";
637
650
  import { existsSync, readFileSync } from "fs";
638
- import path3 from "path";
651
+ import path2 from "path";
639
652
  import chalk from "chalk";
640
653
 
641
654
  class Linter {
@@ -643,26 +656,26 @@ class Linter {
643
656
  #biomeBin;
644
657
  constructor(cwdPath) {
645
658
  this.lintRoot = this.#findBiomeRootPath(cwdPath);
646
- const localBiomeBin = path3.join(this.lintRoot, "node_modules/.bin/biome");
659
+ const localBiomeBin = path2.join(this.lintRoot, "node_modules/.bin/biome");
647
660
  this.#biomeBin = existsSync(localBiomeBin) ? localBiomeBin : "biome";
648
661
  }
649
662
  #findBiomeRootPath(dir) {
650
- const configPath = path3.join(dir, "biome.json");
663
+ const configPath = path2.join(dir, "biome.json");
651
664
  if (existsSync(configPath))
652
665
  return dir;
653
- const parentDir = path3.dirname(dir);
666
+ const parentDir = path2.dirname(dir);
654
667
  if (parentDir === dir)
655
668
  throw new Error(`biome.json not found from ${dir}`);
656
669
  return this.#findBiomeRootPath(parentDir);
657
670
  }
658
671
  #toBiomePath(filePath) {
659
- const relativePath = path3.relative(this.lintRoot, filePath);
660
- if (!relativePath.startsWith("..") && !path3.isAbsolute(relativePath))
672
+ const relativePath = path2.relative(this.lintRoot, filePath);
673
+ if (!relativePath.startsWith("..") && !path2.isAbsolute(relativePath))
661
674
  return relativePath;
662
675
  return filePath;
663
676
  }
664
677
  #resolveFilePath(filePath) {
665
- return path3.isAbsolute(filePath) ? filePath : path3.join(this.lintRoot, filePath);
678
+ return path2.isAbsolute(filePath) ? filePath : path2.join(this.lintRoot, filePath);
666
679
  }
667
680
  async#runBiome(args, input) {
668
681
  return await new Promise((resolve, reject) => {
@@ -694,7 +707,7 @@ class Linter {
694
707
  const diagnosticPath = diagnostic.location?.path;
695
708
  if (!diagnosticPath)
696
709
  return fallbackFilePath;
697
- return path3.isAbsolute(diagnosticPath) ? diagnosticPath : path3.join(this.lintRoot, diagnosticPath);
710
+ return path2.isAbsolute(diagnosticPath) ? diagnosticPath : path2.join(this.lintRoot, diagnosticPath);
698
711
  }
699
712
  #createLintMessage(diagnostic) {
700
713
  const start = diagnostic.location?.start;
@@ -759,7 +772,7 @@ class Linter {
759
772
  "--max-diagnostics=none",
760
773
  "--no-errors-on-unmatched",
761
774
  "--config-path",
762
- path3.join(this.lintRoot, "biome.json"),
775
+ path2.join(this.lintRoot, "biome.json"),
763
776
  this.#toBiomePath(filePath)
764
777
  ]);
765
778
  const report = this.#parseBiomeReport(stdout || stderr);
@@ -884,7 +897,7 @@ ${errorText}, ${warningText} found`];
884
897
  "check",
885
898
  "--write",
886
899
  "--config-path",
887
- path3.join(this.lintRoot, "biome.json"),
900
+ path2.join(this.lintRoot, "biome.json"),
888
901
  "--stdin-file-path",
889
902
  this.#toBiomePath(resolvedFilePath)
890
903
  ], source);
@@ -895,7 +908,7 @@ ${errorText}, ${warningText} found`];
895
908
  const resolvedFilePath = this.#resolveFilePath(filePath);
896
909
  if (!existsSync(resolvedFilePath))
897
910
  throw new Error(`File not found: ${filePath}`);
898
- return JSON.parse(readFileSync(path3.join(this.lintRoot, "biome.json"), "utf8"));
911
+ return JSON.parse(readFileSync(path2.join(this.lintRoot, "biome.json"), "utf8"));
899
912
  }
900
913
  async getProblematicRules(filePath) {
901
914
  const { results } = await this.lintFile(filePath);
@@ -910,22 +923,36 @@ ${errorText}, ${warningText} found`];
910
923
  }
911
924
  }
912
925
 
926
+ // pkgs/@akanjs/devkit/repoIdentity.ts
927
+ import { execFileSync } from "child_process";
928
+ import path3 from "path";
929
+ var resolved = new Map;
930
+ var readRemoteName = (workspaceRoot) => {
931
+ try {
932
+ const url = execFileSync("git", ["config", "--get", "remote.origin.url"], {
933
+ cwd: workspaceRoot,
934
+ encoding: "utf-8",
935
+ stdio: ["ignore", "pipe", "ignore"]
936
+ }).trim();
937
+ return url.replace(/\.git$/, "").split(/[/:]/).pop() || null;
938
+ } catch {
939
+ return null;
940
+ }
941
+ };
942
+ var resolveRepoName = (workspaceRoot) => {
943
+ const cached = resolved.get(workspaceRoot);
944
+ if (cached)
945
+ return cached;
946
+ const repoName = readRemoteName(workspaceRoot) ?? path3.basename(workspaceRoot);
947
+ resolved.set(workspaceRoot, repoName);
948
+ return repoName;
949
+ };
950
+
913
951
  // pkgs/@akanjs/devkit/scanInfo.ts
914
952
  import { rm } from "fs/promises";
915
953
  import path4 from "path";
916
- var databaseFileTypes = [
917
- "constant",
918
- "dictionary",
919
- "document",
920
- "service",
921
- "signal",
922
- "store",
923
- "template",
924
- "unit",
925
- "util",
926
- "view",
927
- "zone"
928
- ];
954
+
955
+ // pkgs/@akanjs/devkit/workspaceLayout.ts
929
956
  var appRootAllowedFiles = new Set([
930
957
  "AGENTS.md",
931
958
  "CLAUDE.md",
@@ -939,25 +966,25 @@ var appRootAllowedFiles = new Set([
939
966
  "tsconfig.json",
940
967
  "tsconfig.tsbuildinfo"
941
968
  ]);
942
- var generatedRootCapacitorConfigFiles = ["capacitor.config.js", "capacitor.config.json"];
943
969
  var appRootAllowedDirs = new Set([
944
970
  ".akan",
945
971
  "android",
972
+ "common",
946
973
  "env",
947
974
  "ios",
948
975
  "lib",
949
976
  "mobile",
950
977
  "page",
978
+ "plugin",
951
979
  "private",
952
980
  "public",
953
981
  "script",
954
- "ui",
982
+ "secrets",
955
983
  "srvkit",
956
- "webkit",
957
- "common",
958
- "secrets"
984
+ "ui",
985
+ "webkit"
959
986
  ]);
960
- var libRootAllowedFiles = new Set([
987
+ var libFacetRootAllowedFiles = new Set([
961
988
  "cnst.ts",
962
989
  "db.ts",
963
990
  "dict.ts",
@@ -968,6 +995,23 @@ var libRootAllowedFiles = new Set([
968
995
  "useClient.ts",
969
996
  "useServer.ts"
970
997
  ]);
998
+ var isScannedAppRootEntry = (name) => !name.startsWith(".") || appRootAllowedDirs.has(name);
999
+
1000
+ // pkgs/@akanjs/devkit/scanInfo.ts
1001
+ var databaseFileTypes = [
1002
+ "constant",
1003
+ "dictionary",
1004
+ "document",
1005
+ "service",
1006
+ "signal",
1007
+ "store",
1008
+ "template",
1009
+ "unit",
1010
+ "util",
1011
+ "view",
1012
+ "zone"
1013
+ ];
1014
+ var generatedRootCapacitorConfigFiles = ["capacitor.config.js", "capacitor.config.json"];
971
1015
  var internalLibDirs = new Set(["__lib", "__scalar"]);
972
1016
  var moduleNonUiFileTypes = {
973
1017
  database: new Set(["constant", "dictionary", "document", "service", "signal", "store"]),
@@ -983,7 +1027,7 @@ var testFilePattern = /\.(test|spec)\.(ts|tsx)$/;
983
1027
  var rootSignalTestFilePattern = /^[A-Za-z][A-Za-z0-9_-]*\.signal\.(test|spec)\.(ts|tsx)$/;
984
1028
  var createDependencyScanner = async (exec) => (await import("./dependencyScanner-f6grrep3.js")).TypeScriptDependencyScanner.from(exec);
985
1029
  var isAllowedTestFile = (filename) => testFilePattern.test(filename);
986
- var isAllowedLibRootFile = (filename) => libRootAllowedFiles.has(filename) || rootSignalTestFilePattern.test(filename);
1030
+ var isAllowedLibRootFile = (filename) => libFacetRootAllowedFiles.has(filename) || rootSignalTestFilePattern.test(filename);
987
1031
  var getScanPath = (exec, relativePath) => path4.posix.join(`${exec.type}s`, exec.name, relativePath.split(path4.sep).join("/"));
988
1032
  async function clearGeneratedRootCapacitorConfigs(exec) {
989
1033
  if (exec.type !== "app")
@@ -2103,7 +2147,7 @@ class WorkspaceExecutor extends Executor {
2103
2147
  static #execs = new Map;
2104
2148
  static fromRoot({
2105
2149
  workspaceRoot = process.cwd(),
2106
- repoName = path5.basename(process.cwd())
2150
+ repoName = resolveRepoName(workspaceRoot)
2107
2151
  } = {}) {
2108
2152
  return WorkspaceExecutor.#execs.get(repoName) ?? new WorkspaceExecutor({ workspaceRoot, repoName });
2109
2153
  }
@@ -2479,7 +2523,7 @@ class SysExecutor extends Executor {
2479
2523
  class AppExecutor extends SysExecutor {
2480
2524
  static #routeSourceValidator = null;
2481
2525
  static async#getRouteSourceValidator() {
2482
- AppExecutor.#routeSourceValidator ??= (await import("./routeSourceValidator-cncd92fv.js")).RouteSourceValidator;
2526
+ AppExecutor.#routeSourceValidator ??= (await import("./routeSourceValidator-e4jmbfcx.js")).RouteSourceValidator;
2483
2527
  return AppExecutor.#routeSourceValidator;
2484
2528
  }
2485
2529
  dist;
@@ -3003,4 +3047,4 @@ class ModuleExecutor extends Executor {
3003
3047
  }
3004
3048
  }
3005
3049
 
3006
- export { AGENT_BLOCK_START, AGENT_BLOCK_END, upsertAgentBlock, extractAgentBlock, renderRecipeEntries, collectScopeRecipeSources, renderScopeAgentBlock, getDirname, CommandExecutionError, Executor, WorkspaceExecutor, SysExecutor, AppExecutor, LibExecutor, PkgExecutor, ModuleExecutor };
3050
+ export { AGENT_BLOCK_START, AGENT_BLOCK_END, stampBlockVersion, extractBlockVersion, readDevkitVersion, upsertAgentBlock, extractAgentBlock, renderRecipeEntries, collectScopeRecipeSources, renderScopeAgentBlock, appRootAllowedFiles, appRootAllowedDirs, libFacetRootAllowedFiles, isScannedAppRootEntry, CommandExecutionError, Executor, WorkspaceExecutor, SysExecutor, AppExecutor, LibExecutor, PkgExecutor, ModuleExecutor };
package/index.js CHANGED
@@ -4,9 +4,10 @@ import {
4
4
  getTargetCommandNames,
5
5
  getTargetMetas,
6
6
  runCommands
7
- } from "./index-jk9q6pse.js";
8
- import"./index-jtm86byd.js";
9
- import"./index-6pz1j0zj.js";
7
+ } from "./index-kdh76j26.js";
8
+ import"./index-z8ptfkzv.js";
9
+ import"./index-mxvakhsm.js";
10
+ import"./index-1577bej2.js";
10
11
  import"./index-67546d0j.js";
11
12
  import {
12
13
  __require
@@ -17,22 +18,22 @@ import path from "path";
17
18
 
18
19
  // pkgs/@akanjs/cli/commandModules.ts
19
20
  var commandModules = {
20
- workspace: async () => (await import("./workspace.command-p9r9nckg.js")).WorkspaceCommand,
21
- agent: async () => (await import("./agent.command-jfz8yfwy.js")).AgentCommand,
22
- application: async () => (await import("./application.command-3smsv7mq.js")).ApplicationCommand,
23
- library: async () => (await import("./library.command-pwfx8dx2.js")).LibraryCommand,
24
- localRegistry: async () => (await import("./localRegistry.command-bxhqmd1d.js")).LocalRegistryCommand,
25
- package: async () => (await import("./package.command-7hmkxvpa.js")).PackageCommand,
26
- module: async () => (await import("./module.command-0t3ewata.js")).ModuleCommand,
27
- page: async () => (await import("./page.command-st6r4s0q.js")).PageCommand,
28
- context: async () => (await import("./context.command-ygzyb0xb.js")).ContextCommand,
29
- cloud: async () => (await import("./cloud.command-rk4e9vrt.js")).CloudCommand,
30
- guideline: async () => (await import("./guideline.command-1m1ctar3.js")).GuidelineCommand,
31
- scalar: async () => (await import("./scalar.command-fjq272gs.js")).ScalarCommand,
32
- primitive: async () => (await import("./primitive.command-1qkxpzsn.js")).PrimitiveCommand,
33
- quality: async () => (await import("./quality.command-hy5vt1bh.js")).QualityCommand,
34
- repair: async () => (await import("./repair.command-nakkq2zp.js")).RepairCommand,
35
- workflow: async () => (await import("./workflow.command-jswbgk90.js")).WorkflowCommand
21
+ workspace: async () => (await import("./workspace.command-vbgpjkf9.js")).WorkspaceCommand,
22
+ agent: async () => (await import("./agent.command-f0gqkfgz.js")).AgentCommand,
23
+ application: async () => (await import("./application.command-x903m2qq.js")).ApplicationCommand,
24
+ library: async () => (await import("./library.command-cv9gdbmg.js")).LibraryCommand,
25
+ localRegistry: async () => (await import("./localRegistry.command-d8fg36zc.js")).LocalRegistryCommand,
26
+ package: async () => (await import("./package.command-wsjx0k47.js")).PackageCommand,
27
+ module: async () => (await import("./module.command-qyr1s9cn.js")).ModuleCommand,
28
+ page: async () => (await import("./page.command-rdzg65rm.js")).PageCommand,
29
+ context: async () => (await import("./context.command-fmepgjzg.js")).ContextCommand,
30
+ cloud: async () => (await import("./cloud.command-zs6kyf83.js")).CloudCommand,
31
+ guideline: async () => (await import("./guideline.command-n6sw0a0c.js")).GuidelineCommand,
32
+ scalar: async () => (await import("./scalar.command-xfer69s6.js")).ScalarCommand,
33
+ primitive: async () => (await import("./primitive.command-89g38b53.js")).PrimitiveCommand,
34
+ quality: async () => (await import("./quality.command-0cs2z92d.js")).QualityCommand,
35
+ repair: async () => (await import("./repair.command-6fphxfwj.js")).RepairCommand,
36
+ workflow: async () => (await import("./workflow.command-2ygfqt4f.js")).WorkflowCommand
36
37
  };
37
38
  var commandModuleIds = Object.keys(commandModules);
38
39
 
@@ -1,14 +1,15 @@
1
1
  // @bun
2
2
  import {
3
3
  LibraryScript
4
- } from "./index-cn24dcqn.js";
4
+ } from "./index-d43t8af2.js";
5
5
  import {
6
6
  Lib,
7
7
  Workspace,
8
8
  command
9
- } from "./index-jk9q6pse.js";
10
- import"./index-jtm86byd.js";
11
- import"./index-6pz1j0zj.js";
9
+ } from "./index-kdh76j26.js";
10
+ import"./index-z8ptfkzv.js";
11
+ import"./index-mxvakhsm.js";
12
+ import"./index-1577bej2.js";
12
13
  import"./index-67546d0j.js";
13
14
  import"./index-r24hmh0q.js";
14
15
 
@@ -2,28 +2,29 @@
2
2
  import {
3
3
  CloudRunner,
4
4
  getNpmRegistryUrl
5
- } from "./index-ktprgc5g.js";
5
+ } from "./index-4m0bphac.js";
6
6
  import {
7
7
  PackageScript
8
- } from "./index-e3qskyt2.js";
9
- import"./index-3pgtw35d.js";
8
+ } from "./index-gcv8ncfh.js";
9
+ import"./index-0cj2zxbm.js";
10
10
  import {
11
11
  ApplicationScript
12
- } from "./index-ev6rjw9n.js";
12
+ } from "./index-62955kn5.js";
13
+ import"./index-d43t8af2.js";
13
14
  import"./index-76rn3g2c.js";
14
- import"./index-cn24dcqn.js";
15
15
  import {
16
16
  Workspace,
17
17
  command,
18
18
  runner,
19
19
  script
20
- } from "./index-jk9q6pse.js";
20
+ } from "./index-kdh76j26.js";
21
21
  import"./index-fgc8r6dj.js";
22
22
  import"./index-bjpxzr6s.js";
23
23
  import {
24
24
  PkgExecutor
25
- } from "./index-jtm86byd.js";
26
- import"./index-6pz1j0zj.js";
25
+ } from "./index-z8ptfkzv.js";
26
+ import"./index-mxvakhsm.js";
27
+ import"./index-1577bej2.js";
27
28
  import"./index-46tjzh6s.js";
28
29
  import"./index-67546d0j.js";
29
30
  import"./index-r24hmh0q.js";
@@ -1,21 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  ModuleScript
4
- } from "./index-vhv3xnjz.js";
5
- import"./index-hjzr8ja1.js";
4
+ } from "./index-jhpa13zj.js";
6
5
  import"./index-ss469dec.js";
7
- import"./index-3pgtw35d.js";
6
+ import"./index-xmmzf150.js";
7
+ import"./index-0cj2zxbm.js";
8
8
  import {
9
9
  renderPrimitiveReport
10
- } from "./index-4zgs8g1w.js";
11
- import"./index-xwgm94zr.js";
10
+ } from "./index-rxkpk7n4.js";
11
+ import"./index-j37qq1f2.js";
12
12
  import {
13
13
  Module,
14
14
  Sys,
15
15
  command
16
- } from "./index-jk9q6pse.js";
17
- import"./index-jtm86byd.js";
18
- import"./index-6pz1j0zj.js";
16
+ } from "./index-kdh76j26.js";
17
+ import"./index-z8ptfkzv.js";
18
+ import"./index-mxvakhsm.js";
19
+ import"./index-1577bej2.js";
19
20
  import"./index-67546d0j.js";
20
21
  import"./index-r24hmh0q.js";
21
22
 
@@ -1,14 +1,15 @@
1
1
  // @bun
2
2
  import {
3
3
  PackageScript
4
- } from "./index-e3qskyt2.js";
4
+ } from "./index-gcv8ncfh.js";
5
5
  import {
6
6
  Pkg,
7
7
  Workspace,
8
8
  command
9
- } from "./index-jk9q6pse.js";
10
- import"./index-jtm86byd.js";
11
- import"./index-6pz1j0zj.js";
9
+ } from "./index-kdh76j26.js";
10
+ import"./index-z8ptfkzv.js";
11
+ import"./index-mxvakhsm.js";
12
+ import"./index-1577bej2.js";
12
13
  import"./index-46tjzh6s.js";
13
14
  import"./index-67546d0j.js";
14
15
  import"./index-r24hmh0q.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-alpha.10",
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": "3.0.0-alpha.0",
37
+ "akanjs": "3.0.0-alpha.10",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "dayjs": "^1.11.20",
@@ -1,14 +1,15 @@
1
1
  // @bun
2
2
  import {
3
3
  PageScript
4
- } from "./index-hjzr8ja1.js";
4
+ } from "./index-xmmzf150.js";
5
5
  import {
6
6
  App,
7
7
  Module,
8
8
  command
9
- } from "./index-jk9q6pse.js";
10
- import"./index-jtm86byd.js";
11
- import"./index-6pz1j0zj.js";
9
+ } from "./index-kdh76j26.js";
10
+ import"./index-z8ptfkzv.js";
11
+ import"./index-mxvakhsm.js";
12
+ import"./index-1577bej2.js";
12
13
  import"./index-67546d0j.js";
13
14
  import"./index-r24hmh0q.js";
14
15
 
@@ -1,21 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  PrimitiveScript
4
- } from "./index-r4w8cry5.js";
5
- import"./index-vhv3xnjz.js";
6
- import"./index-hjzr8ja1.js";
4
+ } from "./index-3vta1tqa.js";
5
+ import"./index-jhpa13zj.js";
7
6
  import"./index-ss469dec.js";
8
- import"./index-3pgtw35d.js";
7
+ import"./index-xmmzf150.js";
8
+ import"./index-0cj2zxbm.js";
9
9
  import {
10
10
  renderPrimitiveReport
11
- } from "./index-4zgs8g1w.js";
12
- import"./index-xwgm94zr.js";
11
+ } from "./index-rxkpk7n4.js";
12
+ import"./index-j37qq1f2.js";
13
13
  import {
14
14
  Workspace,
15
15
  command
16
- } from "./index-jk9q6pse.js";
17
- import"./index-jtm86byd.js";
18
- import"./index-6pz1j0zj.js";
16
+ } from "./index-kdh76j26.js";
17
+ import"./index-z8ptfkzv.js";
18
+ import"./index-mxvakhsm.js";
19
+ import"./index-1577bej2.js";
19
20
  import"./index-67546d0j.js";
20
21
  import"./index-r24hmh0q.js";
21
22