@akanjs/cli 3.0.0-alpha.4 → 3.0.0-alpha.41

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 (108) hide show
  1. package/.build-stamp +1 -1
  2. package/README.ko.md +1 -1
  3. package/README.md +1 -1
  4. package/{abstractCompactor-rk6twzvj.js → abstractCompactor-20e0cwbs.js} +3 -3
  5. package/{agent.command-jfz8yfwy.js → agent.command-e835fjem.js} +9 -8
  6. package/{application.command-mxyqtd6p.js → application.command-sjtbk6tr.js} +7 -6
  7. package/{applicationBuildRunner-cwk52sb7.js → applicationBuildRunner-7gnfz7ww.js} +7 -8
  8. package/{applicationReleasePackager-yrrhbkv3.js → applicationReleasePackager-93nzdfsy.js} +2 -2
  9. package/buildBatch.proc.js +6 -5
  10. package/{capacitorApp-j357ak1g.js → capacitorApp-qv7g3dp2.js} +29 -28
  11. package/{cloud.command-f87dwe52.js → cloud.command-y0e4eyqz.js} +11 -10
  12. package/{context.command-z5bf8bn7.js → context.command-vn87jb08.js} +17 -16
  13. package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
  14. package/getDirname-ka11hm7e.js +8 -0
  15. package/{guideline.command-1m1ctar3.js → guideline.command-s4hn2bsy.js} +7 -6
  16. package/guidelines/conventions/conventions.generate.json +25 -0
  17. package/guidelines/conventions/conventions.instruction.md +1193 -0
  18. package/guidelines/cssRule/cssRule.instruction.md +7 -0
  19. package/guidelines/framework/framework.instruction.md +1 -0
  20. package/guidelines/ssrRule/ssrRule.generate.json +31 -0
  21. package/guidelines/ssrRule/ssrRule.instruction.md +108 -0
  22. package/guidelines/workspaceOnboarding/workspaceOnboarding.generate.json +24 -0
  23. package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +972 -0
  24. package/incrementalBuilder.proc.js +7 -6
  25. package/{index-1s71fwrq.js → index-0h212yqe.js} +13 -13
  26. package/index-1577bej2.js +7 -0
  27. package/{index-e3qskyt2.js → index-33zce8gt.js} +8 -4
  28. package/{index-csqk9z5j.js → index-3dp7x6rc.js} +3 -3
  29. package/{index-cn24dcqn.js → index-73rnbwgg.js} +15 -7
  30. package/{index-tq1y56tp.js → index-8d2sv6pw.js} +39 -16
  31. package/{index-jtm86byd.js → index-8vkkm7v0.js} +125 -66
  32. package/{index-r4w8cry5.js → index-9jsnb4vw.js} +4 -4
  33. package/{index-ybybkec0.js → index-becx1t0k.js} +6 -6
  34. package/{index-4yp06pn1.js → index-g9e2fhw2.js} +49 -32
  35. package/{index-cap2k2ch.js → index-hg0qvhmx.js} +152 -241
  36. package/{index-xwgm94zr.js → index-j37qq1f2.js} +1 -1
  37. package/{index-n0z3f2xg.js → index-k6fvbcj1.js} +37 -6
  38. package/{index-6pz1j0zj.js → index-mxvakhsm.js} +6 -2
  39. package/{index-vhv3xnjz.js → index-mykmf6wd.js} +8 -8
  40. package/{index-y0k42k04.js → index-mz5jtaq7.js} +1 -1
  41. package/{index-jk9q6pse.js → index-n706txcv.js} +5 -3
  42. package/{index-hjzr8ja1.js → index-qc0tnhs2.js} +1 -1
  43. package/{index-rh16j3c7.js → index-qnv0aqmm.js} +12 -8
  44. package/{index-3pgtw35d.js → index-sh01r3pm.js} +2 -2
  45. package/{index-xj8bks3p.js → index-t71zvmt9.js} +9 -11
  46. package/{index-4zgs8g1w.js → index-tsmjxph2.js} +1 -1
  47. package/{index-fmgbwsr5.js → index-x33gnap3.js} +4 -4
  48. package/{index-b978vs2e.js → index-xyrb7pk5.js} +3 -3
  49. package/index.js +21 -20
  50. package/{library.command-pwfx8dx2.js → library.command-v5cyaw9t.js} +6 -5
  51. package/{localRegistry.command-r4zjx5py.js → localRegistry.command-53t758pt.js} +10 -9
  52. package/{module.command-0t3ewata.js → module.command-pq6w84xg.js} +10 -9
  53. package/{package.command-7hmkxvpa.js → package.command-qkcs60ts.js} +6 -5
  54. package/package.json +3 -4
  55. package/{page.command-st6r4s0q.js → page.command-qj5bfnh9.js} +6 -5
  56. package/{primitive.command-1qkxpzsn.js → primitive.command-bw0nes6x.js} +11 -10
  57. package/{quality.command-hy5vt1bh.js → quality.command-g1s2wt8b.js} +532 -87
  58. package/{recipeScanner-tghkzrrt.js → recipeScanner-zrzev25x.js} +3 -3
  59. package/{repair.command-nakkq2zp.js → repair.command-mzwtejpk.js} +8 -7
  60. package/{routeSourceValidator-cncd92fv.js → routeSourceValidator-7fycdqyv.js} +3 -39
  61. package/{scalar.command-fjq272gs.js → scalar.command-rm6k3c65.js} +9 -8
  62. package/templates/app/env/env.server.debug.ts.template +1 -5
  63. package/templates/app/env/env.server.develop.ts.template +1 -5
  64. package/templates/app/env/env.server.local.ts.template +1 -5
  65. package/templates/app/env/env.server.main.ts.template +1 -5
  66. package/templates/app/page/styles.css.template +3 -3
  67. package/templates/appSample/srvkit/AuthGuard.ts +9 -5
  68. package/templates/appSample/srvkit/SessionInternalArg.ts +4 -3
  69. package/templates/crudPages/[__model__Id]/edit/page.tsx +1 -1
  70. package/templates/crudPages/new/page.tsx +1 -1
  71. package/templates/crudSinglePage/page.tsx +1 -1
  72. package/templates/env/_env.server.type.ts +7 -5
  73. package/templates/lib/db.ts +4 -2
  74. package/templates/lib/dict.ts +1 -1
  75. package/templates/lib/sig.ts +1 -1
  76. package/templates/lib/srv.ts +6 -2
  77. package/templates/lib/useClient.ts +9 -3
  78. package/templates/module/__Model__.Util.tsx +1 -1
  79. package/templates/module/__Model__.Zone.tsx +3 -5
  80. package/templates/workspaceRoot/AGENTS.md.template +0 -831
  81. package/templates/workspaceRoot/CLAUDE.md.template +19 -0
  82. package/templates/workspaceRoot/biome.json.template +4 -217
  83. package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
  84. package/typecheck.proc.js +1 -1
  85. package/{workflow.command-jswbgk90.js → workflow.command-g2cgcgxn.js} +16 -15
  86. package/{workspace.command-h9wwcjpt.js → workspace.command-f7jerqb2.js} +70 -52
  87. package/templates/libRoot/base/baseLogic.ts +0 -14
  88. package/templates/libRoot/base/index.ts +0 -8
  89. package/templates/workspaceRoot/.cursor/rules/akan-page-routing.mdc.template +0 -43
  90. package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +0 -33
  91. package/templates/workspaceRoot/.cursor/rules/application-test-commands.mdc.template +0 -16
  92. package/templates/workspaceRoot/.cursor/rules/change-scope.mdc.template +0 -12
  93. package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +0 -17
  94. package/templates/workspaceRoot/.cursor/rules/coding-comments.mdc.template +0 -25
  95. package/templates/workspaceRoot/.cursor/rules/coding-style.mdc.template +0 -44
  96. package/templates/workspaceRoot/.cursor/rules/domain-module-conventions.mdc.template +0 -17
  97. package/templates/workspaceRoot/.cursor/rules/format-lint.mdc.template +0 -12
  98. package/templates/workspaceRoot/.cursor/rules/lint-enforced-rules.mdc.template +0 -18
  99. package/templates/workspaceRoot/.cursor/rules/module-file-playbook.mdc.template +0 -61
  100. package/templates/workspaceRoot/.cursor/rules/naming-conventions.mdc.template +0 -15
  101. package/templates/workspaceRoot/.cursor/rules/react-component-style.mdc.template +0 -21
  102. package/templates/workspaceRoot/.cursor/rules/repo-overview.mdc.template +0 -17
  103. package/templates/workspaceRoot/.cursor/rules/scalar-modeling.mdc.template +0 -58
  104. package/templates/workspaceRoot/.cursor/rules/secrets-and-env.mdc.template +0 -13
  105. package/templates/workspaceRoot/.cursor/rules/service-signal-conventions.mdc.template +0 -83
  106. package/templates/workspaceRoot/.cursor/rules/srvkit-adapters-and-guards.mdc.template +0 -50
  107. package/templates/workspaceRoot/.cursor/rules/typescript-imports.mdc.template +0 -16
  108. /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
package/.build-stamp CHANGED
@@ -1 +1 @@
1
- 52e4d869ab5170b4db59ce979635a10421003c20193f71051a8df3007f2ecf38
1
+ ebe6f07427135e1b11548007c742cfa1e62256965f0de2c84b3f816d97ef8688
package/README.ko.md CHANGED
@@ -64,7 +64,7 @@ metadata를 검증합니다.
64
64
 
65
65
  ## 요구사항
66
66
 
67
- - [Bun](https://bun.sh) `>=1.3.13`
67
+ - [Bun](https://bun.sh) `>=1.4.0`
68
68
  - TypeScript 기반 Akan 워크스페이스
69
69
 
70
70
  ## 라이선스
package/README.md CHANGED
@@ -77,7 +77,7 @@ artifact is built last and is not overwritten by the root `akan` bootstrap scrip
77
77
 
78
78
  ## Requirements
79
79
 
80
- - [Bun](https://bun.sh) `>=1.3.13`
80
+ - [Bun](https://bun.sh) `>=1.4.0`
81
81
  - A TypeScript Akan workspace
82
82
 
83
83
  ## License
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  AiSession
4
- } from "./index-3pgtw35d.js";
4
+ } from "./index-sh01r3pm.js";
5
5
  import {
6
6
  AbstractDoc
7
7
  } from "./index-0wae5ebk.js";
8
- import"./index-6pz1j0zj.js";
8
+ import"./index-mxvakhsm.js";
9
9
  import"./index-67546d0j.js";
10
- import"./index-r24hmh0q.js";
10
+ import"./index-yb2wsc7f.js";
11
11
 
12
12
  // pkgs/@akanjs/devkit/abstractCompactor.ts
13
13
  import { Logger } from "akanjs/common";
@@ -1,19 +1,20 @@
1
1
  // @bun
2
2
  import {
3
3
  AgentScript
4
- } from "./index-n0z3f2xg.js";
5
- import"./index-4yp06pn1.js";
6
- import"./index-4zgs8g1w.js";
7
- import"./index-xwgm94zr.js";
4
+ } from "./index-k6fvbcj1.js";
5
+ import"./index-g9e2fhw2.js";
6
+ import"./index-tsmjxph2.js";
7
+ import"./index-j37qq1f2.js";
8
8
  import {
9
9
  Workspace,
10
10
  command
11
- } from "./index-jk9q6pse.js";
12
- import"./index-jtm86byd.js";
13
- import"./index-6pz1j0zj.js";
11
+ } from "./index-n706txcv.js";
12
+ import"./index-8vkkm7v0.js";
13
+ import"./index-mxvakhsm.js";
14
14
  import"./index-xys926f2.js";
15
+ import"./index-1577bej2.js";
15
16
  import"./index-67546d0j.js";
16
- import"./index-r24hmh0q.js";
17
+ import"./index-yb2wsc7f.js";
17
18
 
18
19
  // pkgs/@akanjs/cli/agent/agent.command.ts
19
20
  class AgentCommand extends command("agent", [AgentScript], ({ public: target }) => ({
@@ -4,24 +4,25 @@ import {
4
4
  } from "./index-0wae5ebk.js";
5
5
  import {
6
6
  ApplicationScript
7
- } from "./index-tq1y56tp.js";
7
+ } from "./index-8d2sv6pw.js";
8
+ import"./index-73rnbwgg.js";
8
9
  import {
9
10
  getMobileTargetChoices
10
11
  } from "./index-76rn3g2c.js";
11
- import"./index-cn24dcqn.js";
12
12
  import {
13
13
  App,
14
14
  Exec,
15
15
  Sys,
16
16
  Workspace,
17
17
  command
18
- } from "./index-jk9q6pse.js";
18
+ } from "./index-n706txcv.js";
19
19
  import"./index-fgc8r6dj.js";
20
20
  import"./index-bjpxzr6s.js";
21
- import"./index-jtm86byd.js";
22
- import"./index-6pz1j0zj.js";
21
+ import"./index-8vkkm7v0.js";
22
+ import"./index-mxvakhsm.js";
23
+ import"./index-1577bej2.js";
23
24
  import"./index-67546d0j.js";
24
- import"./index-r24hmh0q.js";
25
+ import"./index-yb2wsc7f.js";
25
26
 
26
27
  // pkgs/@akanjs/cli/application/application.command.ts
27
28
  import { select } from "@inquirer/prompts";
@@ -4,14 +4,14 @@ import {
4
4
  CsrArtifactBuilder,
5
5
  SsrBaseArtifactBuilder,
6
6
  precompressArtifacts
7
- } from "./index-cap2k2ch.js";
7
+ } from "./index-hg0qvhmx.js";
8
8
  import"./index-xjd3rqzj.js";
9
- import"./index-rh16j3c7.js";
9
+ import"./index-qnv0aqmm.js";
10
10
  import"./index-bjpxzr6s.js";
11
11
  import {
12
12
  Spinner
13
- } from "./index-6pz1j0zj.js";
14
- import"./index-r24hmh0q.js";
13
+ } from "./index-mxvakhsm.js";
14
+ import"./index-yb2wsc7f.js";
15
15
 
16
16
  // pkgs/@akanjs/devkit/applicationBuildRunner.ts
17
17
  import { mkdir, rm } from "fs/promises";
@@ -39,7 +39,6 @@ var SSR_RENDER_EXTERNALS = [
39
39
  var AKAN_OPTIONAL_BACKEND_EXTERNALS = [
40
40
  "@libsql/client",
41
41
  "bullmq",
42
- "croner",
43
42
  "ioredis",
44
43
  "postgres",
45
44
  "protobufjs"
@@ -66,7 +65,7 @@ class ApplicationBuildRunner {
66
65
  await this.#runPhase("backend", "Compiling backend", () => this.#buildBackend(), (result) => `${result.entrypoints} entrypoints, ${result.outputs} outputs`, phaseOptions);
67
66
  await this.#runPhase("ssr", "Building SSR route artifacts", () => this.#buildSsr(), (result) => result ? `${result.allRoutes.manifest.routeIds.length} routes, ${result.allRoutes.manifest.knownEntries.length} entries` : "skipped", phaseOptions);
68
67
  await this.#runPhase("csr", "Building CSR assets", () => this.#buildCsr(), (result) => result?.outputDir ?? "skipped", phaseOptions);
69
- await this.#runPhase("compress", "Compressing static assets", () => precompressArtifacts(this.#app), (result) => result.files > 0 ? `${result.files} files, ${ApplicationBuildRunner.formatBytes(result.inputBytes)} -> ${ApplicationBuildRunner.formatBytes(result.outputBytes)}` : "no files", phaseOptions);
68
+ await this.#runPhase("compress", "Compressing static assets", () => precompressArtifacts(this.#app), (result) => result.files > 0 ? `${result.files} files, ${ApplicationBuildRunner.formatBytes(result.inputBytes)} -> gzip ${ApplicationBuildRunner.formatBytes(result.outputBytes)} / br ${ApplicationBuildRunner.formatBytes(result.brotliBytes)}` : "no files", phaseOptions);
70
69
  await this.#runPhase("metadata", "Writing production metadata", () => this.#buildAppMeta(), undefined, {
71
70
  spinner
72
71
  });
@@ -287,6 +286,6 @@ void run().catch((error) => {
287
286
  }
288
287
  }
289
288
  export {
290
- ApplicationBuildRunner,
291
- AKAN_OPTIONAL_BACKEND_EXTERNALS
289
+ AKAN_OPTIONAL_BACKEND_EXTERNALS,
290
+ ApplicationBuildRunner
292
291
  };
@@ -1,11 +1,11 @@
1
1
  // @bun
2
2
  import {
3
3
  Spinner
4
- } from "./index-6pz1j0zj.js";
4
+ } from "./index-mxvakhsm.js";
5
5
  import {
6
6
  FileSys
7
7
  } from "./index-67546d0j.js";
8
- import"./index-r24hmh0q.js";
8
+ import"./index-yb2wsc7f.js";
9
9
 
10
10
  // pkgs/@akanjs/devkit/applicationReleasePackager.ts
11
11
  import { cp, mkdir, rm } from "fs/promises";
@@ -5,17 +5,18 @@ import {
5
5
  FontOptimizer,
6
6
  PagesBundleBuilder,
7
7
  SsrBaseArtifactBuilder
8
- } from "./index-cap2k2ch.js";
8
+ } from "./index-hg0qvhmx.js";
9
9
  import"./index-xjd3rqzj.js";
10
- import"./index-rh16j3c7.js";
10
+ import"./index-qnv0aqmm.js";
11
11
  import"./index-bjpxzr6s.js";
12
12
  import {
13
13
  AppExecutor,
14
14
  WorkspaceExecutor
15
- } from "./index-jtm86byd.js";
16
- import"./index-6pz1j0zj.js";
15
+ } from "./index-8vkkm7v0.js";
16
+ import"./index-mxvakhsm.js";
17
+ import"./index-1577bej2.js";
17
18
  import"./index-67546d0j.js";
18
- import"./index-r24hmh0q.js";
19
+ import"./index-yb2wsc7f.js";
19
20
 
20
21
  // pkgs/@akanjs/devkit/incrementalBuilder/buildBatch.proc.ts
21
22
  import path from "path";
@@ -25,36 +25,37 @@ import {
25
25
  selectLocalDevHost,
26
26
  sortIosRunTargets,
27
27
  writeRootCapacitorConfig
28
- } from "./index-y0k42k04.js";
28
+ } from "./index-mz5jtaq7.js";
29
29
  import"./index-76rn3g2c.js";
30
- import"./index-jtm86byd.js";
31
- import"./index-6pz1j0zj.js";
30
+ import"./index-8vkkm7v0.js";
31
+ import"./index-mxvakhsm.js";
32
+ import"./index-1577bej2.js";
32
33
  import"./index-67546d0j.js";
33
- import"./index-r24hmh0q.js";
34
+ import"./index-yb2wsc7f.js";
34
35
  export {
35
- writeRootCapacitorConfig,
36
- sortIosRunTargets,
37
- selectLocalDevHost,
38
- sanitizeIosNativeRunEnv,
39
- rootCapacitorConfigPaths,
40
- rootCapacitorConfigFilenames,
41
- raiseGradleMinSdkVersion,
42
- parseSimctlDevices,
43
- parseIosRuntimeMajor,
44
- parseDevicectlDevices,
45
- materializeCapacitorConfig,
46
- isPlaceholderAppId,
47
- getMissingAndroidReleaseSigningKeys,
48
- getAndroidLocalServerHost,
49
- getAdbDeviceStateIssues,
50
- formatIosRunFailureMessage,
51
- formatAndroidReleaseSigningError,
52
- clearRootCapacitorConfigs,
53
- classifyIosRunFailure,
54
- buildIosNativeRunCommand,
55
- assertJsonSerializable,
56
- SWIFTUICORE_MIN_IOS_MAJOR,
57
- PLACEHOLDER_APP_IDS,
36
+ ANDROID_MIN_SDK_VERSION,
58
37
  CapacitorApp,
59
- ANDROID_MIN_SDK_VERSION
38
+ PLACEHOLDER_APP_IDS,
39
+ SWIFTUICORE_MIN_IOS_MAJOR,
40
+ assertJsonSerializable,
41
+ buildIosNativeRunCommand,
42
+ classifyIosRunFailure,
43
+ clearRootCapacitorConfigs,
44
+ formatAndroidReleaseSigningError,
45
+ formatIosRunFailureMessage,
46
+ getAdbDeviceStateIssues,
47
+ getAndroidLocalServerHost,
48
+ getMissingAndroidReleaseSigningKeys,
49
+ isPlaceholderAppId,
50
+ materializeCapacitorConfig,
51
+ parseDevicectlDevices,
52
+ parseIosRuntimeMajor,
53
+ parseSimctlDevices,
54
+ raiseGradleMinSdkVersion,
55
+ rootCapacitorConfigFilenames,
56
+ rootCapacitorConfigPaths,
57
+ sanitizeIosNativeRunEnv,
58
+ selectLocalDevHost,
59
+ sortIosRunTargets,
60
+ writeRootCapacitorConfig
60
61
  };
@@ -1,26 +1,27 @@
1
1
  // @bun
2
2
  import {
3
3
  CloudScript
4
- } from "./index-ybybkec0.js";
5
- import"./index-xj8bks3p.js";
6
- import"./index-e3qskyt2.js";
4
+ } from "./index-becx1t0k.js";
5
+ import"./index-t71zvmt9.js";
6
+ import"./index-33zce8gt.js";
7
7
  import {
8
8
  GlobalConfig
9
- } from "./index-3pgtw35d.js";
10
- import"./index-tq1y56tp.js";
9
+ } from "./index-sh01r3pm.js";
10
+ import"./index-8d2sv6pw.js";
11
+ import"./index-73rnbwgg.js";
11
12
  import"./index-76rn3g2c.js";
12
- import"./index-cn24dcqn.js";
13
13
  import {
14
14
  Workspace,
15
15
  command
16
- } from "./index-jk9q6pse.js";
16
+ } from "./index-n706txcv.js";
17
17
  import"./index-fgc8r6dj.js";
18
18
  import"./index-bjpxzr6s.js";
19
- import"./index-jtm86byd.js";
20
- import"./index-6pz1j0zj.js";
19
+ import"./index-8vkkm7v0.js";
20
+ import"./index-mxvakhsm.js";
21
+ import"./index-1577bej2.js";
21
22
  import"./index-46tjzh6s.js";
22
23
  import"./index-67546d0j.js";
23
- import"./index-r24hmh0q.js";
24
+ import"./index-yb2wsc7f.js";
24
25
 
25
26
  // pkgs/@akanjs/cli/cloud/cloud.command.ts
26
27
  var localRegistryUrl = () => process.env.AKAN_NPM_REGISTRY ?? "http://127.0.0.1:4873";
@@ -1,29 +1,30 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-1s71fwrq.js";
5
- import"./index-b978vs2e.js";
6
- import"./index-csqk9z5j.js";
7
- import"./index-r4w8cry5.js";
8
- import"./index-vhv3xnjz.js";
9
- import"./index-hjzr8ja1.js";
10
- import"./index-fmgbwsr5.js";
4
+ } from "./index-0h212yqe.js";
5
+ import"./index-xyrb7pk5.js";
6
+ import"./index-3dp7x6rc.js";
7
+ import"./index-x33gnap3.js";
8
+ import"./index-9jsnb4vw.js";
9
+ import"./index-mykmf6wd.js";
11
10
  import"./index-ss469dec.js";
12
- import"./index-y0k42k04.js";
13
- import"./index-3pgtw35d.js";
14
- import"./index-4yp06pn1.js";
15
- import"./index-4zgs8g1w.js";
16
- import"./index-xwgm94zr.js";
11
+ import"./index-qc0tnhs2.js";
12
+ import"./index-mz5jtaq7.js";
13
+ import"./index-sh01r3pm.js";
14
+ import"./index-g9e2fhw2.js";
15
+ import"./index-tsmjxph2.js";
16
+ import"./index-j37qq1f2.js";
17
17
  import"./index-76rn3g2c.js";
18
18
  import {
19
19
  Workspace,
20
20
  command
21
- } from "./index-jk9q6pse.js";
22
- import"./index-jtm86byd.js";
23
- import"./index-6pz1j0zj.js";
21
+ } from "./index-n706txcv.js";
22
+ import"./index-8vkkm7v0.js";
23
+ import"./index-mxvakhsm.js";
24
24
  import"./index-xys926f2.js";
25
+ import"./index-1577bej2.js";
25
26
  import"./index-67546d0j.js";
26
- import"./index-r24hmh0q.js";
27
+ import"./index-yb2wsc7f.js";
27
28
 
28
29
  // pkgs/@akanjs/cli/context/context.command.ts
29
30
  class ContextCommand extends command("context", [ContextScript], ({ public: target }) => ({
@@ -3,7 +3,7 @@ import {
3
3
  TypeScriptDependencyScanner
4
4
  } from "./index-46tjzh6s.js";
5
5
  import"./index-67546d0j.js";
6
- import"./index-r24hmh0q.js";
6
+ import"./index-yb2wsc7f.js";
7
7
  export {
8
8
  TypeScriptDependencyScanner
9
9
  };
@@ -0,0 +1,8 @@
1
+ // @bun
2
+ import {
3
+ getDirname
4
+ } from "./index-1577bej2.js";
5
+ import"./index-yb2wsc7f.js";
6
+ export {
7
+ getDirname
8
+ };
@@ -1,24 +1,25 @@
1
1
  // @bun
2
2
  import {
3
3
  AiSession
4
- } from "./index-3pgtw35d.js";
4
+ } from "./index-sh01r3pm.js";
5
5
  import {
6
6
  Prompter
7
- } from "./index-xwgm94zr.js";
7
+ } from "./index-j37qq1f2.js";
8
8
  import {
9
9
  Workspace,
10
10
  command,
11
11
  runner,
12
12
  script
13
- } from "./index-jk9q6pse.js";
13
+ } from "./index-n706txcv.js";
14
+ import"./index-8vkkm7v0.js";
15
+ import"./index-mxvakhsm.js";
14
16
  import {
15
17
  getDirname
16
- } from "./index-jtm86byd.js";
17
- import"./index-6pz1j0zj.js";
18
+ } from "./index-1577bej2.js";
18
19
  import {
19
20
  FileSys
20
21
  } from "./index-67546d0j.js";
21
- import"./index-r24hmh0q.js";
22
+ import"./index-yb2wsc7f.js";
22
23
 
23
24
  // pkgs/@akanjs/cli/guideline/guideline.script.ts
24
25
  import { Logger } from "akanjs/common";
@@ -0,0 +1,25 @@
1
+ {
2
+ "title": "Workspace Conventions",
3
+ "description": "The tool-neutral Akan convention set rendered into every workspace AGENTS.md managed block",
4
+ "group": "core",
5
+ "codegenPriority": 1,
6
+ "deprecated": false,
7
+ "scans": [],
8
+ "update": {
9
+ "filePath": "./conventions.instruction.md",
10
+ "contents": [
11
+ "change scope",
12
+ "lint-enforced rules",
13
+ "coding style and comments",
14
+ "client/server boundaries and SSR",
15
+ "domain module, service, signal, and scalar conventions",
16
+ "page routing, sync layout, and layer placement"
17
+ ],
18
+ "rules": [
19
+ "Use current Akan APIs only",
20
+ "State the rule and the reason it exists, never restate a type signature",
21
+ "Name the .grit rule that enforces a rule wherever one does",
22
+ "Keep it workspace-neutral — no app or repo names, since every workspace renders this file"
23
+ ]
24
+ }
25
+ }