@akanjs/cli 3.0.0-alpha.15 → 3.0.0-alpha.17

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 (57) hide show
  1. package/.build-stamp +1 -1
  2. package/README.ko.md +1 -1
  3. package/README.md +1 -1
  4. package/{abstractCompactor-e5yq60qz.js → abstractCompactor-khr60389.js} +1 -1
  5. package/{agent.command-h6tc0pzh.js → agent.command-e835fjem.js} +6 -6
  6. package/{application.command-kphnfwyg.js → application.command-bexm4597.js} +5 -5
  7. package/{applicationBuildRunner-9ps10a0h.js → applicationBuildRunner-sgr3aq5b.js} +5 -6
  8. package/{applicationReleasePackager-gg8ccbeh.js → applicationReleasePackager-93nzdfsy.js} +1 -1
  9. package/buildBatch.proc.js +4 -4
  10. package/{capacitorApp-9ejk3k7q.js → capacitorApp-qv7g3dp2.js} +27 -27
  11. package/{cloud.command-zn6mfscb.js → cloud.command-v44fdp23.js} +8 -8
  12. package/{context.command-pkbccyys.js → context.command-q8r0tge3.js} +13 -13
  13. package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
  14. package/{getDirname-m9s0cmhq.js → getDirname-ka11hm7e.js} +1 -1
  15. package/{guideline.command-0jj2k77g.js → guideline.command-pye36g73.js} +3 -3
  16. package/guidelines/conventions/conventions.instruction.md +122 -43
  17. package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +1 -3
  18. package/incrementalBuilder.proc.js +3 -3
  19. package/{index-xwfkgss0.js → index-33zce8gt.js} +8 -4
  20. package/{index-w7farjxd.js → index-3dp7x6rc.js} +3 -3
  21. package/{index-p42te6qb.js → index-73rnbwgg.js} +14 -6
  22. package/{index-1twehz1x.js → index-8vkkm7v0.js} +8 -18
  23. package/{index-g3brq942.js → index-9djnsdgf.js} +5 -5
  24. package/{index-b9m84bjp.js → index-d4d3q2r8.js} +10 -10
  25. package/{index-96vpa123.js → index-fb2wa7j3.js} +3 -3
  26. package/{index-djh5gpb7.js → index-g9e2fhw2.js} +2 -2
  27. package/{index-4v0wvt37.js → index-hxp90q94.js} +4 -4
  28. package/{index-7ecpft60.js → index-k6fvbcj1.js} +3 -3
  29. package/{index-aak9cctp.js → index-myy6xy5w.js} +4 -4
  30. package/{index-gz91pc3p.js → index-mz5jtaq7.js} +1 -1
  31. package/{index-bkwnr08k.js → index-n706txcv.js} +2 -2
  32. package/{index-gyvrhtpm.js → index-qc0tnhs2.js} +1 -1
  33. package/{index-j9cxndc0.js → index-qyffprfs.js} +7 -5
  34. package/{index-8d9r0df5.js → index-sn71brf9.js} +2 -2
  35. package/{index-9s991k9v.js → index-tsmjxph2.js} +1 -1
  36. package/{index-2m11t9ek.js → index-v5vmgh0z.js} +3 -208
  37. package/{index-rv16ck4r.js → index-x2w0y8sz.js} +8 -8
  38. package/{index-4agbdds8.js → index-xyrb7pk5.js} +3 -3
  39. package/index.js +19 -19
  40. package/{library.command-wbptp6q3.js → library.command-v5cyaw9t.js} +4 -4
  41. package/{localRegistry.command-6ea3pgq0.js → localRegistry.command-tqnh5g77.js} +7 -7
  42. package/{module.command-ghkf919z.js → module.command-wxsvyadc.js} +6 -6
  43. package/{package.command-ph2m34tv.js → package.command-qkcs60ts.js} +4 -4
  44. package/package.json +3 -4
  45. package/{page.command-atnzfn88.js → page.command-qj5bfnh9.js} +4 -4
  46. package/{primitive.command-7qbdhfc2.js → primitive.command-c5jtk3e9.js} +7 -7
  47. package/{quality.command-1ff2xcra.js → quality.command-f8drhx6c.js} +91 -362
  48. package/{recipeScanner-tghkzrrt.js → recipeScanner-zrzev25x.js} +3 -3
  49. package/{repair.command-weakn0yr.js → repair.command-mzwtejpk.js} +6 -6
  50. package/{routeSourceValidator-e4jmbfcx.js → routeSourceValidator-7fycdqyv.js} +1 -1
  51. package/{scalar.command-xdjhvsgb.js → scalar.command-0yvwfv8m.js} +5 -5
  52. package/templates/appSample/srvkit/AuthGuard.ts +2 -2
  53. package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
  54. package/typecheck.proc.js +1 -1
  55. package/{workflow.command-msm2tjee.js → workflow.command-ak6at7nz.js} +10 -10
  56. package/{workspace.command-gr8z82z9.js → workspace.command-9ncr56g4.js} +19 -20
  57. /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
@@ -4,9 +4,9 @@ import {
4
4
  findInlineRecipeDuplicates,
5
5
  scanRecipes
6
6
  } from "./index-xys926f2.js";
7
- import"./index-r24hmh0q.js";
7
+ import"./index-yb2wsc7f.js";
8
8
  export {
9
- scanRecipes,
9
+ collectRecipeSources,
10
10
  findInlineRecipeDuplicates,
11
- collectRecipeSources
11
+ scanRecipes
12
12
  };
@@ -1,20 +1,20 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-4agbdds8.js";
5
- import"./index-djh5gpb7.js";
6
- import"./index-9s991k9v.js";
4
+ } from "./index-xyrb7pk5.js";
5
+ import"./index-g9e2fhw2.js";
6
+ import"./index-tsmjxph2.js";
7
7
  import {
8
8
  Workspace,
9
9
  command,
10
10
  script
11
- } from "./index-bkwnr08k.js";
12
- import"./index-1twehz1x.js";
11
+ } from "./index-n706txcv.js";
12
+ import"./index-8vkkm7v0.js";
13
13
  import"./index-mxvakhsm.js";
14
14
  import"./index-xys926f2.js";
15
15
  import"./index-1577bej2.js";
16
16
  import"./index-67546d0j.js";
17
- import"./index-r24hmh0q.js";
17
+ import"./index-yb2wsc7f.js";
18
18
 
19
19
  // pkgs/@akanjs/cli/repair/repair.script.ts
20
20
  import { Logger } from "akanjs/common";
@@ -1,5 +1,5 @@
1
1
  // @bun
2
- import"./index-r24hmh0q.js";
2
+ import"./index-yb2wsc7f.js";
3
3
 
4
4
  // pkgs/@akanjs/devkit/routeSourceValidator.ts
5
5
  import { getRouteExports } from "akanjs/common";
@@ -1,22 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  ScalarScript
4
- } from "./index-8d9r0df5.js";
4
+ } from "./index-sn71brf9.js";
5
5
  import"./index-ss469dec.js";
6
6
  import"./index-0cj2zxbm.js";
7
7
  import {
8
8
  renderPrimitiveReport
9
- } from "./index-9s991k9v.js";
9
+ } from "./index-tsmjxph2.js";
10
10
  import"./index-j37qq1f2.js";
11
11
  import {
12
12
  Sys,
13
13
  command
14
- } from "./index-bkwnr08k.js";
15
- import"./index-1twehz1x.js";
14
+ } from "./index-n706txcv.js";
15
+ import"./index-8vkkm7v0.js";
16
16
  import"./index-mxvakhsm.js";
17
17
  import"./index-1577bej2.js";
18
18
  import"./index-67546d0j.js";
19
- import"./index-r24hmh0q.js";
19
+ import"./index-yb2wsc7f.js";
20
20
 
21
21
  // pkgs/@akanjs/cli/scalar/scalar.command.ts
22
22
  import { Logger, lowerlize } from "akanjs/common";
@@ -15,8 +15,8 @@ export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: { a
15
15
  export class SignedIn implements Guard {
16
16
  static name = "SignedIn";
17
17
  // "account" — the verdict reads the caller and nothing about the call, so an MCP catalogue can evaluate it with
18
- // no arguments and hide what this caller certainly cannot use. Unmarked means "resource", which is never
19
- // evaluated for a listing: a guard like this one would then filter nothing.
18
+ // no arguments and hide what this caller certainly cannot use. Required: "resource" is never evaluated for a
19
+ // listing, so a guard like this one marked that way would filter nothing.
20
20
  static scope: GuardScope = "account";
21
21
 
22
22
  canPass(context: SignalContext): boolean {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  TypeChecker
4
4
  } from "./index-wnp7hwq7.js";
5
- import"./index-r24hmh0q.js";
5
+ import"./index-yb2wsc7f.js";
6
6
  export {
7
7
  TypeChecker
8
8
  };
package/typecheck.proc.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  TypeChecker
4
4
  } from "./index-wnp7hwq7.js";
5
- import"./index-r24hmh0q.js";
5
+ import"./index-yb2wsc7f.js";
6
6
 
7
7
  // pkgs/@akanjs/devkit/typecheck/typecheck.proc.ts
8
8
  import { Logger } from "akanjs/common";
@@ -1,35 +1,35 @@
1
1
  // @bun
2
2
  import {
3
3
  WorkflowRunner
4
- } from "./index-w7farjxd.js";
4
+ } from "./index-3dp7x6rc.js";
5
5
  import {
6
6
  ScalarScript
7
- } from "./index-8d9r0df5.js";
7
+ } from "./index-sn71brf9.js";
8
8
  import {
9
9
  PrimitiveScript
10
- } from "./index-4v0wvt37.js";
10
+ } from "./index-hxp90q94.js";
11
11
  import {
12
12
  ModuleScript
13
- } from "./index-aak9cctp.js";
13
+ } from "./index-myy6xy5w.js";
14
14
  import"./index-ss469dec.js";
15
- import"./index-gyvrhtpm.js";
15
+ import"./index-qc0tnhs2.js";
16
16
  import"./index-0cj2zxbm.js";
17
- import"./index-djh5gpb7.js";
17
+ import"./index-g9e2fhw2.js";
18
18
  import {
19
19
  createWorkflowStepRegistry
20
- } from "./index-9s991k9v.js";
20
+ } from "./index-tsmjxph2.js";
21
21
  import"./index-j37qq1f2.js";
22
22
  import {
23
23
  Workspace,
24
24
  command,
25
25
  script
26
- } from "./index-bkwnr08k.js";
27
- import"./index-1twehz1x.js";
26
+ } from "./index-n706txcv.js";
27
+ import"./index-8vkkm7v0.js";
28
28
  import"./index-mxvakhsm.js";
29
29
  import"./index-xys926f2.js";
30
30
  import"./index-1577bej2.js";
31
31
  import"./index-67546d0j.js";
32
- import"./index-r24hmh0q.js";
32
+ import"./index-yb2wsc7f.js";
33
33
 
34
34
  // pkgs/@akanjs/cli/workflow/workflow.script.ts
35
35
  import { Logger } from "akanjs/common";
@@ -1,40 +1,40 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-b9m84bjp.js";
5
- import"./index-4agbdds8.js";
6
- import"./index-w7farjxd.js";
7
- import"./index-8d9r0df5.js";
8
- import"./index-4v0wvt37.js";
9
- import"./index-aak9cctp.js";
4
+ } from "./index-d4d3q2r8.js";
5
+ import"./index-xyrb7pk5.js";
6
+ import"./index-3dp7x6rc.js";
7
+ import"./index-sn71brf9.js";
8
+ import"./index-hxp90q94.js";
9
+ import"./index-myy6xy5w.js";
10
10
  import"./index-ss469dec.js";
11
- import"./index-gyvrhtpm.js";
11
+ import"./index-qc0tnhs2.js";
12
12
  import {
13
13
  CloudScript
14
- } from "./index-g3brq942.js";
14
+ } from "./index-9djnsdgf.js";
15
15
  import {
16
16
  getLatestPackageVersion,
17
17
  getNpmRegistryUrl
18
- } from "./index-96vpa123.js";
18
+ } from "./index-fb2wa7j3.js";
19
19
  import {
20
20
  PackageScript
21
- } from "./index-xwfkgss0.js";
22
- import"./index-gz91pc3p.js";
21
+ } from "./index-33zce8gt.js";
22
+ import"./index-mz5jtaq7.js";
23
23
  import {
24
24
  GlobalConfig
25
25
  } from "./index-0cj2zxbm.js";
26
26
  import {
27
27
  AgentScript
28
- } from "./index-7ecpft60.js";
29
- import"./index-djh5gpb7.js";
30
- import"./index-9s991k9v.js";
28
+ } from "./index-k6fvbcj1.js";
29
+ import"./index-g9e2fhw2.js";
30
+ import"./index-tsmjxph2.js";
31
31
  import"./index-j37qq1f2.js";
32
32
  import {
33
33
  ApplicationScript
34
- } from "./index-rv16ck4r.js";
34
+ } from "./index-x2w0y8sz.js";
35
35
  import {
36
36
  LibraryScript
37
- } from "./index-p42te6qb.js";
37
+ } from "./index-73rnbwgg.js";
38
38
  import"./index-76rn3g2c.js";
39
39
  import {
40
40
  Exec,
@@ -42,7 +42,7 @@ import {
42
42
  command,
43
43
  runner,
44
44
  script
45
- } from "./index-bkwnr08k.js";
45
+ } from "./index-n706txcv.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-1twehz1x.js";
62
+ } from "./index-8vkkm7v0.js";
63
63
  import"./index-mxvakhsm.js";
64
64
  import {
65
65
  collectRecipeSources,
@@ -70,7 +70,7 @@ import"./index-46tjzh6s.js";
70
70
  import {
71
71
  FileSys
72
72
  } from "./index-67546d0j.js";
73
- import"./index-r24hmh0q.js";
73
+ import"./index-yb2wsc7f.js";
74
74
 
75
75
  // pkgs/@akanjs/cli/workspace/workspace.runner.ts
76
76
  import path from "path";
@@ -83,7 +83,6 @@ var defaultWorkspacePeerDependencies = new Set([
83
83
  "@react-spring/web",
84
84
  "@use-gesture/react",
85
85
  "chance",
86
- "croner",
87
86
  "react",
88
87
  "react-dom",
89
88
  "react-icons",
File without changes