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

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 (48) hide show
  1. package/.build-stamp +1 -1
  2. package/{agent.command-yv00p0s0.js → agent.command-b0fcx3r2.js} +6 -6
  3. package/{application.command-0qsczf4k.js → application.command-cgmy00gd.js} +4 -4
  4. package/{applicationBuildRunner-ct2pxyvw.js → applicationBuildRunner-n1svrwgt.js} +3 -3
  5. package/buildBatch.proc.js +3 -3
  6. package/{capacitorApp-4r9sm3qg.js → capacitorApp-yyw35vg4.js} +2 -2
  7. package/{cloud.command-dxfv18sa.js → cloud.command-1m7hfdpk.js} +7 -7
  8. package/{context.command-8d9e3k6b.js → context.command-b5heat2a.js} +13 -13
  9. package/{guideline.command-3jbkxzh6.js → guideline.command-9ew6aqhm.js} +3 -3
  10. package/incrementalBuilder.proc.js +2 -2
  11. package/{index-pyt2b4nw.js → index-0fj4yg7k.js} +50 -15
  12. package/{index-hgna5rjy.js → index-47qxw1tz.js} +27 -21
  13. package/{index-yzmhasdb.js → index-60a3jfcz.js} +5 -5
  14. package/{index-mr5s7mqd.js → index-6npsfpxr.js} +3 -3
  15. package/{index-2q1f5j9k.js → index-c94nq3c1.js} +3 -3
  16. package/{index-7c6k4yvg.js → index-exhpp31y.js} +2 -2
  17. package/{index-bbkek1bp.js → index-hrwzz2wf.js} +1 -1
  18. package/{index-rh16j3c7.js → index-j9cxndc0.js} +3 -2
  19. package/{index-8hsbnyes.js → index-jkynkyfk.js} +1 -1
  20. package/{index-a00jg8x8.js → index-jn9vfpwz.js} +9 -31
  21. package/{index-rzwcpcc3.js → index-m4kpmmtj.js} +1 -1
  22. package/{index-k95xkh4p.js → index-meh7mmz9.js} +2 -2
  23. package/{index-nm6wghb6.js → index-mn96y1nk.js} +5 -5
  24. package/{index-t3723f99.js → index-mterpj70.js} +1 -1
  25. package/{index-ej426mcr.js → index-nfxq39kj.js} +4 -4
  26. package/{index-e16gnn26.js → index-nx1vbtsc.js} +5 -5
  27. package/{index-1pvex4az.js → index-p69fcwe1.js} +11 -11
  28. package/{index-zasydjxd.js → index-p6txr1ss.js} +3 -3
  29. package/{index-bekddz9q.js → index-pfrt7qwh.js} +4 -4
  30. package/{index-tdbas9r0.js → index-qp089jp0.js} +1 -1
  31. package/{index-ec09pws3.js → index-wrrb8rxk.js} +3 -3
  32. package/index.js +18 -18
  33. package/{library.command-ebdj1vnm.js → library.command-aa1g8nsa.js} +3 -3
  34. package/{localRegistry.command-gb178ne8.js → localRegistry.command-kshva1ck.js} +6 -6
  35. package/{module.command-9c1bnsx4.js → module.command-b1zzgqde.js} +6 -6
  36. package/{package.command-t93p4jkj.js → package.command-9qv6vr9s.js} +3 -3
  37. package/package.json +2 -2
  38. package/{page.command-k3k0meh2.js → page.command-k16pw244.js} +3 -3
  39. package/{primitive.command-de6nktdt.js → primitive.command-s60dn1ae.js} +7 -7
  40. package/{quality.command-z5kth2wa.js → quality.command-p3vaze52.js} +7 -25
  41. package/{repair.command-ehf2g112.js → repair.command-mfv749ha.js} +5 -5
  42. package/{scalar.command-7a2jtv33.js → scalar.command-hs3nwzv1.js} +5 -5
  43. package/templates/lib/useClient.ts +9 -3
  44. package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +3 -2
  45. package/templates/workspaceRoot/AGENTS.md.template +4 -0
  46. package/templates/workspaceRoot/biome.json.template +22 -0
  47. package/{workflow.command-e0tt0vk2.js → workflow.command-z0e0fk0z.js} +10 -10
  48. package/{workspace.command-fpda0evj.js → workspace.command-3q1d6kk4.js} +19 -19
@@ -166,6 +166,28 @@
166
166
  "includes": ["**/*.signal.ts"],
167
167
  "plugins": ["./node_modules/@akanjs/devkit/lint/no-redeclare-predefined-endpoint.grit"]
168
168
  },
169
+ {
170
+ "includes": [
171
+ "**/ui/**/*.ts",
172
+ "**/ui/**/*.tsx",
173
+ "**/webkit/**/*.ts",
174
+ "**/webkit/**/*.tsx",
175
+ "**/common/**/*.ts",
176
+ "**/page/**/*.tsx",
177
+ "**/*.constant.ts",
178
+ "**/*.store.ts",
179
+ "**/*.Template.tsx",
180
+ "**/*.Unit.tsx",
181
+ "**/*.Util.tsx",
182
+ "**/*.View.tsx",
183
+ "**/*.Zone.tsx",
184
+ "!**/*.test.ts",
185
+ "!**/*.test.tsx",
186
+ "!**/*.spec.ts",
187
+ "!**/*.spec.tsx"
188
+ ],
189
+ "plugins": ["./node_modules/@akanjs/devkit/lint/no-bang-comment-in-client.grit"]
190
+ },
169
191
  {
170
192
  "includes": [
171
193
  "**/*.constant.ts",
@@ -1,30 +1,30 @@
1
1
  // @bun
2
2
  import {
3
3
  WorkflowRunner
4
- } from "./index-2q1f5j9k.js";
4
+ } from "./index-c94nq3c1.js";
5
5
  import {
6
6
  PrimitiveScript
7
- } from "./index-bekddz9q.js";
7
+ } from "./index-pfrt7qwh.js";
8
8
  import {
9
9
  ModuleScript
10
- } from "./index-yzmhasdb.js";
11
- import"./index-bbkek1bp.js";
10
+ } from "./index-60a3jfcz.js";
11
+ import"./index-hrwzz2wf.js";
12
12
  import {
13
13
  ScalarScript
14
- } from "./index-ec09pws3.js";
14
+ } from "./index-wrrb8rxk.js";
15
15
  import"./index-ss469dec.js";
16
16
  import"./index-0cj2zxbm.js";
17
- import"./index-a00jg8x8.js";
17
+ import"./index-jn9vfpwz.js";
18
18
  import {
19
19
  createWorkflowStepRegistry
20
- } from "./index-rzwcpcc3.js";
21
- import"./index-tdbas9r0.js";
20
+ } from "./index-m4kpmmtj.js";
21
+ import"./index-qp089jp0.js";
22
22
  import {
23
23
  Workspace,
24
24
  command,
25
25
  script
26
- } from "./index-8hsbnyes.js";
27
- import"./index-hgna5rjy.js";
26
+ } from "./index-jkynkyfk.js";
27
+ import"./index-47qxw1tz.js";
28
28
  import"./index-mxvakhsm.js";
29
29
  import"./index-xys926f2.js";
30
30
  import"./index-67546d0j.js";
@@ -1,48 +1,48 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-1pvex4az.js";
5
- import"./index-mr5s7mqd.js";
6
- import"./index-2q1f5j9k.js";
7
- import"./index-bekddz9q.js";
8
- import"./index-yzmhasdb.js";
9
- import"./index-bbkek1bp.js";
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
10
  import {
11
11
  CloudScript
12
- } from "./index-nm6wghb6.js";
12
+ } from "./index-mn96y1nk.js";
13
13
  import {
14
14
  getLatestPackageVersion,
15
15
  getNpmRegistryUrl
16
- } from "./index-zasydjxd.js";
16
+ } from "./index-p6txr1ss.js";
17
17
  import {
18
18
  PackageScript
19
- } from "./index-k95xkh4p.js";
20
- import"./index-ec09pws3.js";
19
+ } from "./index-meh7mmz9.js";
20
+ import"./index-wrrb8rxk.js";
21
21
  import"./index-ss469dec.js";
22
- import"./index-t3723f99.js";
22
+ import"./index-mterpj70.js";
23
23
  import {
24
24
  GlobalConfig
25
25
  } from "./index-0cj2zxbm.js";
26
26
  import {
27
27
  AgentScript
28
- } from "./index-ej426mcr.js";
29
- import"./index-a00jg8x8.js";
30
- import"./index-rzwcpcc3.js";
31
- import"./index-tdbas9r0.js";
28
+ } from "./index-nfxq39kj.js";
29
+ import"./index-jn9vfpwz.js";
30
+ import"./index-m4kpmmtj.js";
31
+ import"./index-qp089jp0.js";
32
32
  import {
33
33
  ApplicationScript
34
- } from "./index-e16gnn26.js";
34
+ } from "./index-nx1vbtsc.js";
35
35
  import"./index-76rn3g2c.js";
36
36
  import {
37
37
  LibraryScript
38
- } from "./index-7c6k4yvg.js";
38
+ } from "./index-exhpp31y.js";
39
39
  import {
40
40
  Exec,
41
41
  Workspace,
42
42
  command,
43
43
  runner,
44
44
  script
45
- } from "./index-8hsbnyes.js";
45
+ } from "./index-jkynkyfk.js";
46
46
  import"./index-fgc8r6dj.js";
47
47
  import {
48
48
  ThemeValidator,
@@ -59,7 +59,7 @@ import {
59
59
  collectScopeRecipeSources,
60
60
  extractAgentBlock,
61
61
  renderScopeAgentBlock
62
- } from "./index-hgna5rjy.js";
62
+ } from "./index-47qxw1tz.js";
63
63
  import"./index-mxvakhsm.js";
64
64
  import {
65
65
  collectRecipeSources,