@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.
- package/.build-stamp +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/{abstractCompactor-e5yq60qz.js → abstractCompactor-khr60389.js} +1 -1
- package/{agent.command-h6tc0pzh.js → agent.command-e835fjem.js} +6 -6
- package/{application.command-kphnfwyg.js → application.command-bexm4597.js} +5 -5
- package/{applicationBuildRunner-9ps10a0h.js → applicationBuildRunner-sgr3aq5b.js} +5 -6
- package/{applicationReleasePackager-gg8ccbeh.js → applicationReleasePackager-93nzdfsy.js} +1 -1
- package/buildBatch.proc.js +4 -4
- package/{capacitorApp-9ejk3k7q.js → capacitorApp-qv7g3dp2.js} +27 -27
- package/{cloud.command-zn6mfscb.js → cloud.command-v44fdp23.js} +8 -8
- package/{context.command-pkbccyys.js → context.command-q8r0tge3.js} +13 -13
- package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
- package/{getDirname-m9s0cmhq.js → getDirname-ka11hm7e.js} +1 -1
- package/{guideline.command-0jj2k77g.js → guideline.command-pye36g73.js} +3 -3
- package/guidelines/conventions/conventions.instruction.md +122 -43
- package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +1 -3
- package/incrementalBuilder.proc.js +3 -3
- package/{index-xwfkgss0.js → index-33zce8gt.js} +8 -4
- package/{index-w7farjxd.js → index-3dp7x6rc.js} +3 -3
- package/{index-p42te6qb.js → index-73rnbwgg.js} +14 -6
- package/{index-1twehz1x.js → index-8vkkm7v0.js} +8 -18
- package/{index-g3brq942.js → index-9djnsdgf.js} +5 -5
- package/{index-b9m84bjp.js → index-d4d3q2r8.js} +10 -10
- package/{index-96vpa123.js → index-fb2wa7j3.js} +3 -3
- package/{index-djh5gpb7.js → index-g9e2fhw2.js} +2 -2
- package/{index-4v0wvt37.js → index-hxp90q94.js} +4 -4
- package/{index-7ecpft60.js → index-k6fvbcj1.js} +3 -3
- package/{index-aak9cctp.js → index-myy6xy5w.js} +4 -4
- package/{index-gz91pc3p.js → index-mz5jtaq7.js} +1 -1
- package/{index-bkwnr08k.js → index-n706txcv.js} +2 -2
- package/{index-gyvrhtpm.js → index-qc0tnhs2.js} +1 -1
- package/{index-j9cxndc0.js → index-qyffprfs.js} +7 -5
- package/{index-8d9r0df5.js → index-sn71brf9.js} +2 -2
- package/{index-9s991k9v.js → index-tsmjxph2.js} +1 -1
- package/{index-2m11t9ek.js → index-v5vmgh0z.js} +3 -208
- package/{index-rv16ck4r.js → index-x2w0y8sz.js} +8 -8
- package/{index-4agbdds8.js → index-xyrb7pk5.js} +3 -3
- package/index.js +19 -19
- package/{library.command-wbptp6q3.js → library.command-v5cyaw9t.js} +4 -4
- package/{localRegistry.command-6ea3pgq0.js → localRegistry.command-tqnh5g77.js} +7 -7
- package/{module.command-ghkf919z.js → module.command-wxsvyadc.js} +6 -6
- package/{package.command-ph2m34tv.js → package.command-qkcs60ts.js} +4 -4
- package/package.json +3 -4
- package/{page.command-atnzfn88.js → page.command-qj5bfnh9.js} +4 -4
- package/{primitive.command-7qbdhfc2.js → primitive.command-c5jtk3e9.js} +7 -7
- package/{quality.command-1ff2xcra.js → quality.command-f8drhx6c.js} +91 -362
- package/{recipeScanner-tghkzrrt.js → recipeScanner-zrzev25x.js} +3 -3
- package/{repair.command-weakn0yr.js → repair.command-mzwtejpk.js} +6 -6
- package/{routeSourceValidator-e4jmbfcx.js → routeSourceValidator-7fycdqyv.js} +1 -1
- package/{scalar.command-xdjhvsgb.js → scalar.command-0yvwfv8m.js} +5 -5
- package/templates/appSample/srvkit/AuthGuard.ts +2 -2
- package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
- package/typecheck.proc.js +1 -1
- package/{workflow.command-msm2tjee.js → workflow.command-ak6at7nz.js} +10 -10
- package/{workspace.command-gr8z82z9.js → workspace.command-9ncr56g4.js} +19 -20
- /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-
|
|
7
|
+
import"./index-yb2wsc7f.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
collectRecipeSources,
|
|
10
10
|
findInlineRecipeDuplicates,
|
|
11
|
-
|
|
11
|
+
scanRecipes
|
|
12
12
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
RepairRunner
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
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-
|
|
12
|
-
import"./index-
|
|
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-
|
|
17
|
+
import"./index-yb2wsc7f.js";
|
|
18
18
|
|
|
19
19
|
// pkgs/@akanjs/cli/repair/repair.script.ts
|
|
20
20
|
import { Logger } from "akanjs/common";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ScalarScript
|
|
4
|
-
} from "./index-
|
|
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-
|
|
9
|
+
} from "./index-tsmjxph2.js";
|
|
10
10
|
import"./index-j37qq1f2.js";
|
|
11
11
|
import {
|
|
12
12
|
Sys,
|
|
13
13
|
command
|
|
14
|
-
} from "./index-
|
|
15
|
-
import"./index-
|
|
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-
|
|
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.
|
|
19
|
-
//
|
|
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 {
|
package/typecheck.proc.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
WorkflowRunner
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-3dp7x6rc.js";
|
|
5
5
|
import {
|
|
6
6
|
ScalarScript
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-sn71brf9.js";
|
|
8
8
|
import {
|
|
9
9
|
PrimitiveScript
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-hxp90q94.js";
|
|
11
11
|
import {
|
|
12
12
|
ModuleScript
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-myy6xy5w.js";
|
|
14
14
|
import"./index-ss469dec.js";
|
|
15
|
-
import"./index-
|
|
15
|
+
import"./index-qc0tnhs2.js";
|
|
16
16
|
import"./index-0cj2zxbm.js";
|
|
17
|
-
import"./index-
|
|
17
|
+
import"./index-g9e2fhw2.js";
|
|
18
18
|
import {
|
|
19
19
|
createWorkflowStepRegistry
|
|
20
|
-
} from "./index-
|
|
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-
|
|
27
|
-
import"./index-
|
|
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-
|
|
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-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
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-
|
|
11
|
+
import"./index-qc0tnhs2.js";
|
|
12
12
|
import {
|
|
13
13
|
CloudScript
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-9djnsdgf.js";
|
|
15
15
|
import {
|
|
16
16
|
getLatestPackageVersion,
|
|
17
17
|
getNpmRegistryUrl
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-fb2wa7j3.js";
|
|
19
19
|
import {
|
|
20
20
|
PackageScript
|
|
21
|
-
} from "./index-
|
|
22
|
-
import"./index-
|
|
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-
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
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-
|
|
34
|
+
} from "./index-x2w0y8sz.js";
|
|
35
35
|
import {
|
|
36
36
|
LibraryScript
|
|
37
|
-
} from "./index-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|