@akanjs/cli 3.0.0-alpha.3 → 3.0.0-alpha.4
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/{abstractCompactor-e5yq60qz.js → abstractCompactor-rk6twzvj.js} +2 -2
- package/{agent.command-yv00p0s0.js → agent.command-jfz8yfwy.js} +7 -7
- package/{application.command-0qsczf4k.js → application.command-mxyqtd6p.js} +5 -5
- package/{applicationBuildRunner-ct2pxyvw.js → applicationBuildRunner-cwk52sb7.js} +2 -2
- package/{applicationReleasePackager-gg8ccbeh.js → applicationReleasePackager-yrrhbkv3.js} +1 -1
- package/buildBatch.proc.js +3 -3
- package/{capacitorApp-4r9sm3qg.js → capacitorApp-j357ak1g.js} +5 -3
- package/{cloud.command-dxfv18sa.js → cloud.command-f87dwe52.js} +9 -9
- package/{context.command-8d9e3k6b.js → context.command-z5bf8bn7.js} +15 -15
- package/{guideline.command-3jbkxzh6.js → guideline.command-1m1ctar3.js} +5 -5
- package/incrementalBuilder.proc.js +2 -2
- package/{index-1pvex4az.js → index-1s71fwrq.js} +11 -11
- package/{index-0cj2zxbm.js → index-3pgtw35d.js} +1 -1
- package/{index-a00jg8x8.js → index-4yp06pn1.js} +2 -2
- package/{index-rzwcpcc3.js → index-4zgs8g1w.js} +1 -1
- package/{index-mxvakhsm.js → index-6pz1j0zj.js} +2 -6
- package/{index-mr5s7mqd.js → index-b978vs2e.js} +3 -3
- package/{index-pyt2b4nw.js → index-cap2k2ch.js} +2 -2
- package/{index-7c6k4yvg.js → index-cn24dcqn.js} +2 -2
- package/{index-2q1f5j9k.js → index-csqk9z5j.js} +3 -3
- package/{index-k95xkh4p.js → index-e3qskyt2.js} +2 -2
- package/{index-ec09pws3.js → index-fmgbwsr5.js} +4 -4
- package/{index-bbkek1bp.js → index-hjzr8ja1.js} +1 -1
- package/{index-8hsbnyes.js → index-jk9q6pse.js} +1 -1
- package/{index-hgna5rjy.js → index-jtm86byd.js} +1 -1
- package/{index-ej426mcr.js → index-n0z3f2xg.js} +4 -4
- package/{index-bekddz9q.js → index-r4w8cry5.js} +4 -4
- package/{index-e16gnn26.js → index-tq1y56tp.js} +12 -35
- package/{index-yzmhasdb.js → index-vhv3xnjz.js} +6 -6
- package/{index-zasydjxd.js → index-xj8bks3p.js} +4 -4
- package/{index-tdbas9r0.js → index-xwgm94zr.js} +1 -1
- package/{index-t3723f99.js → index-y0k42k04.js} +86 -17
- package/{index-nm6wghb6.js → index-ybybkec0.js} +6 -6
- package/index.js +19 -19
- package/{library.command-ebdj1vnm.js → library.command-pwfx8dx2.js} +4 -4
- package/{localRegistry.command-gb178ne8.js → localRegistry.command-r4zjx5py.js} +8 -8
- package/{module.command-9c1bnsx4.js → module.command-0t3ewata.js} +8 -8
- package/{package.command-t93p4jkj.js → package.command-7hmkxvpa.js} +4 -4
- package/package.json +2 -2
- package/{page.command-k3k0meh2.js → page.command-st6r4s0q.js} +4 -4
- package/{primitive.command-de6nktdt.js → primitive.command-1qkxpzsn.js} +9 -9
- package/{quality.command-z5kth2wa.js → quality.command-hy5vt1bh.js} +48 -451
- package/{repair.command-ehf2g112.js → repair.command-nakkq2zp.js} +6 -6
- package/{scalar.command-7a2jtv33.js → scalar.command-fjq272gs.js} +7 -7
- package/templates/lib/db.ts +1 -3
- package/templates/libRoot/base/baseLogic.ts +14 -0
- package/templates/libRoot/base/index.ts +8 -0
- package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +0 -1
- package/templates/workspaceRoot/AGENTS.md.template +25 -157
- package/templates/workspaceRoot/biome.json.template +19 -0
- package/templates/workspaceRoot/docs/AI-DEVELOPMENT.md.template +4 -1
- package/{workflow.command-e0tt0vk2.js → workflow.command-jswbgk90.js} +12 -12
- package/{workspace.command-fpda0evj.js → workspace.command-h9wwcjpt.js} +21 -21
- package/guidelines/ssrRule/ssrRule.generate.json +0 -31
- package/guidelines/ssrRule/ssrRule.instruction.md +0 -108
- package/templates/workspaceRoot/.cursor/rules/ssr-first.mdc.template +0 -59
package/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
52e4d869ab5170b4db59ce979635a10421003c20193f71051a8df3007f2ecf38
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AiSession
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-3pgtw35d.js";
|
|
5
5
|
import {
|
|
6
6
|
AbstractDoc
|
|
7
7
|
} from "./index-0wae5ebk.js";
|
|
8
|
-
import"./index-
|
|
8
|
+
import"./index-6pz1j0zj.js";
|
|
9
9
|
import"./index-67546d0j.js";
|
|
10
10
|
import"./index-r24hmh0q.js";
|
|
11
11
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AgentScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
4
|
+
} from "./index-n0z3f2xg.js";
|
|
5
|
+
import"./index-4yp06pn1.js";
|
|
6
|
+
import"./index-4zgs8g1w.js";
|
|
7
|
+
import"./index-xwgm94zr.js";
|
|
8
8
|
import {
|
|
9
9
|
Workspace,
|
|
10
10
|
command
|
|
11
|
-
} from "./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
11
|
+
} from "./index-jk9q6pse.js";
|
|
12
|
+
import"./index-jtm86byd.js";
|
|
13
|
+
import"./index-6pz1j0zj.js";
|
|
14
14
|
import"./index-xys926f2.js";
|
|
15
15
|
import"./index-67546d0j.js";
|
|
16
16
|
import"./index-r24hmh0q.js";
|
|
@@ -4,22 +4,22 @@ import {
|
|
|
4
4
|
} from "./index-0wae5ebk.js";
|
|
5
5
|
import {
|
|
6
6
|
ApplicationScript
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-tq1y56tp.js";
|
|
8
8
|
import {
|
|
9
9
|
getMobileTargetChoices
|
|
10
10
|
} from "./index-76rn3g2c.js";
|
|
11
|
-
import"./index-
|
|
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-
|
|
18
|
+
} from "./index-jk9q6pse.js";
|
|
19
19
|
import"./index-fgc8r6dj.js";
|
|
20
20
|
import"./index-bjpxzr6s.js";
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
21
|
+
import"./index-jtm86byd.js";
|
|
22
|
+
import"./index-6pz1j0zj.js";
|
|
23
23
|
import"./index-67546d0j.js";
|
|
24
24
|
import"./index-r24hmh0q.js";
|
|
25
25
|
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
CsrArtifactBuilder,
|
|
5
5
|
SsrBaseArtifactBuilder,
|
|
6
6
|
precompressArtifacts
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-cap2k2ch.js";
|
|
8
8
|
import"./index-xjd3rqzj.js";
|
|
9
9
|
import"./index-rh16j3c7.js";
|
|
10
10
|
import"./index-bjpxzr6s.js";
|
|
11
11
|
import {
|
|
12
12
|
Spinner
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-6pz1j0zj.js";
|
|
14
14
|
import"./index-r24hmh0q.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/devkit/applicationBuildRunner.ts
|
package/buildBatch.proc.js
CHANGED
|
@@ -5,15 +5,15 @@ import {
|
|
|
5
5
|
FontOptimizer,
|
|
6
6
|
PagesBundleBuilder,
|
|
7
7
|
SsrBaseArtifactBuilder
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-cap2k2ch.js";
|
|
9
9
|
import"./index-xjd3rqzj.js";
|
|
10
10
|
import"./index-rh16j3c7.js";
|
|
11
11
|
import"./index-bjpxzr6s.js";
|
|
12
12
|
import {
|
|
13
13
|
AppExecutor,
|
|
14
14
|
WorkspaceExecutor
|
|
15
|
-
} from "./index-
|
|
16
|
-
import"./index-
|
|
15
|
+
} from "./index-jtm86byd.js";
|
|
16
|
+
import"./index-6pz1j0zj.js";
|
|
17
17
|
import"./index-67546d0j.js";
|
|
18
18
|
import"./index-r24hmh0q.js";
|
|
19
19
|
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
formatAndroidReleaseSigningError,
|
|
12
12
|
formatIosRunFailureMessage,
|
|
13
13
|
getAdbDeviceStateIssues,
|
|
14
|
+
getAndroidLocalServerHost,
|
|
14
15
|
getMissingAndroidReleaseSigningKeys,
|
|
15
16
|
isPlaceholderAppId,
|
|
16
17
|
materializeCapacitorConfig,
|
|
@@ -24,10 +25,10 @@ import {
|
|
|
24
25
|
selectLocalDevHost,
|
|
25
26
|
sortIosRunTargets,
|
|
26
27
|
writeRootCapacitorConfig
|
|
27
|
-
} from "./index-
|
|
28
|
+
} from "./index-y0k42k04.js";
|
|
28
29
|
import"./index-76rn3g2c.js";
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
30
|
+
import"./index-jtm86byd.js";
|
|
31
|
+
import"./index-6pz1j0zj.js";
|
|
31
32
|
import"./index-67546d0j.js";
|
|
32
33
|
import"./index-r24hmh0q.js";
|
|
33
34
|
export {
|
|
@@ -44,6 +45,7 @@ export {
|
|
|
44
45
|
materializeCapacitorConfig,
|
|
45
46
|
isPlaceholderAppId,
|
|
46
47
|
getMissingAndroidReleaseSigningKeys,
|
|
48
|
+
getAndroidLocalServerHost,
|
|
47
49
|
getAdbDeviceStateIssues,
|
|
48
50
|
formatIosRunFailureMessage,
|
|
49
51
|
formatAndroidReleaseSigningError,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
CloudScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-ybybkec0.js";
|
|
5
|
+
import"./index-xj8bks3p.js";
|
|
6
|
+
import"./index-e3qskyt2.js";
|
|
7
7
|
import {
|
|
8
8
|
GlobalConfig
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-3pgtw35d.js";
|
|
10
|
+
import"./index-tq1y56tp.js";
|
|
11
11
|
import"./index-76rn3g2c.js";
|
|
12
|
-
import"./index-
|
|
12
|
+
import"./index-cn24dcqn.js";
|
|
13
13
|
import {
|
|
14
14
|
Workspace,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-jk9q6pse.js";
|
|
17
17
|
import"./index-fgc8r6dj.js";
|
|
18
18
|
import"./index-bjpxzr6s.js";
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
19
|
+
import"./index-jtm86byd.js";
|
|
20
|
+
import"./index-6pz1j0zj.js";
|
|
21
21
|
import"./index-46tjzh6s.js";
|
|
22
22
|
import"./index-67546d0j.js";
|
|
23
23
|
import"./index-r24hmh0q.js";
|
|
@@ -1,26 +1,26 @@
|
|
|
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-
|
|
10
|
-
import"./index-
|
|
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";
|
|
11
11
|
import"./index-ss469dec.js";
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
15
|
-
import"./index-
|
|
16
|
-
import"./index-
|
|
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";
|
|
17
17
|
import"./index-76rn3g2c.js";
|
|
18
18
|
import {
|
|
19
19
|
Workspace,
|
|
20
20
|
command
|
|
21
|
-
} from "./index-
|
|
22
|
-
import"./index-
|
|
23
|
-
import"./index-
|
|
21
|
+
} from "./index-jk9q6pse.js";
|
|
22
|
+
import"./index-jtm86byd.js";
|
|
23
|
+
import"./index-6pz1j0zj.js";
|
|
24
24
|
import"./index-xys926f2.js";
|
|
25
25
|
import"./index-67546d0j.js";
|
|
26
26
|
import"./index-r24hmh0q.js";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AiSession
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-3pgtw35d.js";
|
|
5
5
|
import {
|
|
6
6
|
Prompter
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-xwgm94zr.js";
|
|
8
8
|
import {
|
|
9
9
|
Workspace,
|
|
10
10
|
command,
|
|
11
11
|
runner,
|
|
12
12
|
script
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-jk9q6pse.js";
|
|
14
14
|
import {
|
|
15
15
|
getDirname
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
} from "./index-jtm86byd.js";
|
|
17
|
+
import"./index-6pz1j0zj.js";
|
|
18
18
|
import {
|
|
19
19
|
FileSys
|
|
20
20
|
} from "./index-67546d0j.js";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
RepairRunner
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-b978vs2e.js";
|
|
5
5
|
import {
|
|
6
6
|
WorkflowRunner
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-csqk9z5j.js";
|
|
8
8
|
import {
|
|
9
9
|
PrimitiveScript
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-r4w8cry5.js";
|
|
11
11
|
import {
|
|
12
12
|
ModuleScript
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-vhv3xnjz.js";
|
|
14
14
|
import {
|
|
15
15
|
ScalarScript
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-fmgbwsr5.js";
|
|
17
17
|
import {
|
|
18
18
|
isPlaceholderAppId
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-y0k42k04.js";
|
|
20
20
|
import {
|
|
21
21
|
AkanContextAnalyzer,
|
|
22
22
|
akanMcpInstallConfigPaths,
|
|
@@ -27,17 +27,17 @@ import {
|
|
|
27
27
|
renderDoctorText,
|
|
28
28
|
resourceList,
|
|
29
29
|
upsertCodexMcpServerBlock
|
|
30
|
-
} from "./index-
|
|
30
|
+
} from "./index-4yp06pn1.js";
|
|
31
31
|
import {
|
|
32
32
|
buildAkanModuleContextIndex,
|
|
33
33
|
createWorkflowBaselineSummary,
|
|
34
34
|
createWorkflowStepRegistry,
|
|
35
35
|
jsonText,
|
|
36
36
|
toolingRolloutGate
|
|
37
|
-
} from "./index-
|
|
37
|
+
} from "./index-4zgs8g1w.js";
|
|
38
38
|
import {
|
|
39
39
|
Prompter
|
|
40
|
-
} from "./index-
|
|
40
|
+
} from "./index-xwgm94zr.js";
|
|
41
41
|
import {
|
|
42
42
|
getMobileTargets
|
|
43
43
|
} from "./index-76rn3g2c.js";
|
|
@@ -45,10 +45,10 @@ import {
|
|
|
45
45
|
CommandContainer,
|
|
46
46
|
runner,
|
|
47
47
|
script
|
|
48
|
-
} from "./index-
|
|
48
|
+
} from "./index-jk9q6pse.js";
|
|
49
49
|
import {
|
|
50
50
|
AppExecutor
|
|
51
|
-
} from "./index-
|
|
51
|
+
} from "./index-jtm86byd.js";
|
|
52
52
|
|
|
53
53
|
// pkgs/@akanjs/cli/context/context.script.ts
|
|
54
54
|
import { Logger } from "akanjs/common";
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
workflowRunArtifactPath,
|
|
4
4
|
workflowSyncDir
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-4zgs8g1w.js";
|
|
6
6
|
import {
|
|
7
7
|
AppExecutor,
|
|
8
8
|
LibExecutor
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-jtm86byd.js";
|
|
10
10
|
import {
|
|
11
11
|
collectRecipeSources,
|
|
12
12
|
findInlineRecipeDuplicates,
|
|
@@ -4,10 +4,6 @@ import ora from "ora";
|
|
|
4
4
|
|
|
5
5
|
class Spinner {
|
|
6
6
|
static padding = 12;
|
|
7
|
-
static oraOptions = { discardStdin: false };
|
|
8
|
-
static canAnimate(stream = process.stderr) {
|
|
9
|
-
return !stream.isTTY || stream.columns > 0;
|
|
10
|
-
}
|
|
11
7
|
spinner;
|
|
12
8
|
stopWatch = null;
|
|
13
9
|
startAt = new Date;
|
|
@@ -18,10 +14,10 @@ class Spinner {
|
|
|
18
14
|
Spinner.padding = Math.max(Spinner.padding, prefix.length);
|
|
19
15
|
this.prefix = prefix;
|
|
20
16
|
this.message = message;
|
|
21
|
-
this.spinner = ora(
|
|
17
|
+
this.spinner = ora(message);
|
|
22
18
|
this.spinner.prefixText = prefix.padStart(Spinner.padding, " ");
|
|
23
19
|
this.spinner.indent = indent;
|
|
24
|
-
this.enableSpin = enableSpin
|
|
20
|
+
this.enableSpin = enableSpin;
|
|
25
21
|
}
|
|
26
22
|
start() {
|
|
27
23
|
this.startAt = new Date;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AkanContextAnalyzer
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-4yp06pn1.js";
|
|
5
5
|
import {
|
|
6
6
|
createRepairReport,
|
|
7
7
|
generatedFilePathsForTarget,
|
|
8
8
|
renderRepairReport,
|
|
9
9
|
writeGeneratedSyncState,
|
|
10
10
|
writeWorkflowRunArtifact
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-4zgs8g1w.js";
|
|
12
12
|
import {
|
|
13
13
|
runner
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-jk9q6pse.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/cli/repair/repair.runner.ts
|
|
17
17
|
var commandForShell = (command) => command.startsWith("akan ") ? `bun run ${command}` : command;
|
|
@@ -794,10 +794,10 @@ import { compile } from "tailwindcss";
|
|
|
794
794
|
|
|
795
795
|
// pkgs/@akanjs/devkit/frontendBuild/cssCandidateCache.ts
|
|
796
796
|
import { stat } from "fs/promises";
|
|
797
|
-
var CANDIDATE_RE = /-?[\w@][\w:/.-]*(?:\[[^\]]+\][\w:/.-]*)*/g;
|
|
797
|
+
var CANDIDATE_RE = /-?(?:[\w@]|\[[^\]]+\])[\w:/.-]*(?:\[[^\]]+\][\w:/.-]*)*/g;
|
|
798
798
|
|
|
799
799
|
class CssCandidateCache {
|
|
800
|
-
static #version =
|
|
800
|
+
static #version = 2;
|
|
801
801
|
#path;
|
|
802
802
|
#entries = new Map;
|
|
803
803
|
#dirty = false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AkanContextAnalyzer
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-4yp06pn1.js";
|
|
5
5
|
import {
|
|
6
6
|
WorkflowExecutor,
|
|
7
7
|
compactWorkflowInputs,
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
workflowCommandsForPlan,
|
|
24
24
|
workflowPlanApproval,
|
|
25
25
|
writeWorkflowRunArtifact
|
|
26
|
-
} from "./index-
|
|
26
|
+
} from "./index-4zgs8g1w.js";
|
|
27
27
|
import {
|
|
28
28
|
runner
|
|
29
|
-
} from "./index-
|
|
29
|
+
} from "./index-jk9q6pse.js";
|
|
30
30
|
|
|
31
31
|
// pkgs/@akanjs/cli/workflow/workflow.runner.ts
|
|
32
32
|
import { mkdir, readFile, writeFile } from "fs/promises";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
runner,
|
|
4
4
|
script
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-jk9q6pse.js";
|
|
6
6
|
import {
|
|
7
7
|
PkgExecutor
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-jtm86byd.js";
|
|
9
9
|
import {
|
|
10
10
|
TypeScriptDependencyScanner
|
|
11
11
|
} from "./index-46tjzh6s.js";
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
} from "./index-ss469dec.js";
|
|
5
5
|
import {
|
|
6
6
|
AiSession
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-3pgtw35d.js";
|
|
8
8
|
import {
|
|
9
9
|
createPassedPrimitiveReport,
|
|
10
10
|
generatedFilesForSync,
|
|
11
11
|
scalarChangedFiles
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-4zgs8g1w.js";
|
|
13
13
|
import {
|
|
14
14
|
Prompter
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-xwgm94zr.js";
|
|
16
16
|
import {
|
|
17
17
|
runner,
|
|
18
18
|
script
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-jk9q6pse.js";
|
|
20
20
|
|
|
21
21
|
// pkgs/@akanjs/cli/scalar/scalar.prompt.ts
|
|
22
22
|
import { input } from "@inquirer/prompts";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AkanContextAnalyzer
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-4yp06pn1.js";
|
|
5
5
|
import {
|
|
6
6
|
Prompter
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-xwgm94zr.js";
|
|
8
8
|
import {
|
|
9
9
|
runner,
|
|
10
10
|
script
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-jk9q6pse.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_BLOCK_END,
|
|
14
14
|
AGENT_BLOCK_START,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
LibExecutor,
|
|
17
17
|
renderRecipeEntries,
|
|
18
18
|
upsertAgentBlock
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-jtm86byd.js";
|
|
20
20
|
import {
|
|
21
21
|
collectRecipeSources,
|
|
22
22
|
scanRecipes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ModuleScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-vhv3xnjz.js";
|
|
5
5
|
import {
|
|
6
6
|
addFieldUiPolicyForType,
|
|
7
7
|
coerceFieldDefault,
|
|
@@ -34,15 +34,15 @@ import {
|
|
|
34
34
|
sourceFile,
|
|
35
35
|
validationCommandsForTarget,
|
|
36
36
|
viaBuilderParameterName
|
|
37
|
-
} from "./index-
|
|
37
|
+
} from "./index-4zgs8g1w.js";
|
|
38
38
|
import {
|
|
39
39
|
script
|
|
40
|
-
} from "./index-
|
|
40
|
+
} from "./index-jk9q6pse.js";
|
|
41
41
|
import {
|
|
42
42
|
AppExecutor,
|
|
43
43
|
LibExecutor,
|
|
44
44
|
ModuleExecutor
|
|
45
|
-
} from "./index-
|
|
45
|
+
} from "./index-jtm86byd.js";
|
|
46
46
|
|
|
47
47
|
// pkgs/@akanjs/cli/primitive/primitive.script.ts
|
|
48
48
|
import { capitalize } from "akanjs/common";
|