@akanjs/cli 3.0.0-alpha.4 → 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.
- package/.build-stamp +1 -1
- package/{abstractCompactor-rk6twzvj.js → abstractCompactor-e5yq60qz.js} +2 -2
- package/{agent.command-jfz8yfwy.js → agent.command-b0fcx3r2.js} +7 -7
- package/{application.command-mxyqtd6p.js → application.command-cgmy00gd.js} +5 -5
- package/{applicationBuildRunner-cwk52sb7.js → applicationBuildRunner-n1svrwgt.js} +4 -4
- package/{applicationReleasePackager-yrrhbkv3.js → applicationReleasePackager-gg8ccbeh.js} +1 -1
- package/buildBatch.proc.js +4 -4
- package/{capacitorApp-j357ak1g.js → capacitorApp-yyw35vg4.js} +3 -5
- package/{cloud.command-f87dwe52.js → cloud.command-1m7hfdpk.js} +9 -9
- package/{context.command-z5bf8bn7.js → context.command-b5heat2a.js} +15 -15
- package/{guideline.command-1m1ctar3.js → guideline.command-9ew6aqhm.js} +5 -5
- package/guidelines/ssrRule/ssrRule.generate.json +31 -0
- package/guidelines/ssrRule/ssrRule.instruction.md +108 -0
- package/incrementalBuilder.proc.js +3 -3
- package/{index-3pgtw35d.js → index-0cj2zxbm.js} +1 -1
- package/{index-cap2k2ch.js → index-0fj4yg7k.js} +52 -17
- package/{index-jtm86byd.js → index-47qxw1tz.js} +28 -22
- package/{index-vhv3xnjz.js → index-60a3jfcz.js} +6 -6
- package/{index-b978vs2e.js → index-6npsfpxr.js} +3 -3
- package/{index-csqk9z5j.js → index-c94nq3c1.js} +3 -3
- package/{index-cn24dcqn.js → index-exhpp31y.js} +2 -2
- package/{index-hjzr8ja1.js → index-hrwzz2wf.js} +1 -1
- package/{index-rh16j3c7.js → index-j9cxndc0.js} +3 -2
- package/{index-jk9q6pse.js → index-jkynkyfk.js} +1 -1
- package/{index-4yp06pn1.js → index-jn9vfpwz.js} +9 -31
- package/{index-4zgs8g1w.js → index-m4kpmmtj.js} +1 -1
- package/{index-e3qskyt2.js → index-meh7mmz9.js} +2 -2
- package/{index-ybybkec0.js → index-mn96y1nk.js} +6 -6
- package/{index-y0k42k04.js → index-mterpj70.js} +17 -86
- package/{index-6pz1j0zj.js → index-mxvakhsm.js} +6 -2
- package/{index-n0z3f2xg.js → index-nfxq39kj.js} +4 -4
- package/{index-tq1y56tp.js → index-nx1vbtsc.js} +35 -12
- package/{index-1s71fwrq.js → index-p69fcwe1.js} +11 -11
- package/{index-xj8bks3p.js → index-p6txr1ss.js} +4 -4
- package/{index-r4w8cry5.js → index-pfrt7qwh.js} +4 -4
- package/{index-xwgm94zr.js → index-qp089jp0.js} +1 -1
- package/{index-fmgbwsr5.js → index-wrrb8rxk.js} +4 -4
- package/index.js +19 -19
- package/{library.command-pwfx8dx2.js → library.command-aa1g8nsa.js} +4 -4
- package/{localRegistry.command-r4zjx5py.js → localRegistry.command-kshva1ck.js} +8 -8
- package/{module.command-0t3ewata.js → module.command-b1zzgqde.js} +8 -8
- package/{package.command-7hmkxvpa.js → package.command-9qv6vr9s.js} +4 -4
- package/package.json +2 -2
- package/{page.command-st6r4s0q.js → page.command-k16pw244.js} +4 -4
- package/{primitive.command-1qkxpzsn.js → primitive.command-s60dn1ae.js} +9 -9
- package/{quality.command-hy5vt1bh.js → quality.command-p3vaze52.js} +456 -71
- package/{repair.command-nakkq2zp.js → repair.command-mfv749ha.js} +6 -6
- package/{scalar.command-fjq272gs.js → scalar.command-hs3nwzv1.js} +7 -7
- package/templates/lib/db.ts +3 -1
- package/templates/lib/useClient.ts +9 -3
- package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +3 -2
- package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +1 -0
- package/templates/workspaceRoot/.cursor/rules/ssr-first.mdc.template +59 -0
- package/templates/workspaceRoot/AGENTS.md.template +161 -25
- package/templates/workspaceRoot/biome.json.template +22 -19
- package/templates/workspaceRoot/docs/AI-DEVELOPMENT.md.template +1 -4
- package/{workflow.command-jswbgk90.js → workflow.command-z0e0fk0z.js} +12 -12
- package/{workspace.command-h9wwcjpt.js → workspace.command-3q1d6kk4.js} +21 -21
- package/templates/libRoot/base/baseLogic.ts +0 -14
- package/templates/libRoot/base/index.ts +0 -8
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
} from "./index-76rn3g2c.js";
|
|
5
5
|
import {
|
|
6
6
|
LibraryScript
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-exhpp31y.js";
|
|
8
8
|
import {
|
|
9
9
|
runner,
|
|
10
10
|
script
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-jkynkyfk.js";
|
|
12
12
|
import {
|
|
13
13
|
HmrWatcher,
|
|
14
14
|
WatchRootResolver
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LibExecutor,
|
|
19
19
|
PkgExecutor,
|
|
20
20
|
WorkspaceExecutor
|
|
21
|
-
} from "./index-
|
|
21
|
+
} from "./index-47qxw1tz.js";
|
|
22
22
|
import {
|
|
23
23
|
__require
|
|
24
24
|
} from "./index-r24hmh0q.js";
|
|
@@ -1898,10 +1898,10 @@ function openBrowser(url) {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
|
|
1900
1900
|
// pkgs/@akanjs/cli/application/application.runner.ts
|
|
1901
|
-
var loadBuildRunner = async () => (await import("./applicationBuildRunner-
|
|
1902
|
-
var loadReleasePackager = async () => (await import("./applicationReleasePackager-
|
|
1903
|
-
var loadCapacitorApp = async () => (await import("./capacitorApp-
|
|
1904
|
-
var loadAbstractCompactor = async () => (await import("./abstractCompactor-
|
|
1901
|
+
var loadBuildRunner = async () => (await import("./applicationBuildRunner-n1svrwgt.js")).ApplicationBuildRunner;
|
|
1902
|
+
var loadReleasePackager = async () => (await import("./applicationReleasePackager-gg8ccbeh.js")).ApplicationReleasePackager;
|
|
1903
|
+
var loadCapacitorApp = async () => (await import("./capacitorApp-yyw35vg4.js")).CapacitorApp;
|
|
1904
|
+
var loadAbstractCompactor = async () => (await import("./abstractCompactor-e5yq60qz.js")).AbstractCompactor;
|
|
1905
1905
|
var loadPrompts = async () => await import("@inquirer/prompts");
|
|
1906
1906
|
|
|
1907
1907
|
class ApplicationRunner extends runner("application") {
|
|
@@ -2241,6 +2241,7 @@ ${detail}`
|
|
|
2241
2241
|
|
|
2242
2242
|
// pkgs/@akanjs/cli/application/application.script.ts
|
|
2243
2243
|
class ApplicationScript extends script("application", [ApplicationRunner, LibraryScript]) {
|
|
2244
|
+
static dbShutdownTimeoutMs = 20000;
|
|
2244
2245
|
async confirmDatabaseModeDependencyInstall(databaseMode, installSpecs) {
|
|
2245
2246
|
return await confirm({
|
|
2246
2247
|
message: [
|
|
@@ -2418,10 +2419,7 @@ class ApplicationScript extends script("application", [ApplicationRunner, Librar
|
|
|
2418
2419
|
if (app.getEnv() === "local" && dbup && databaseMode !== "single") {
|
|
2419
2420
|
const wasDbAlreadyUp = await this.dbup(app.workspace, databaseMode);
|
|
2420
2421
|
if (!wasDbAlreadyUp)
|
|
2421
|
-
|
|
2422
|
-
await this.dbdown(app.workspace);
|
|
2423
|
-
process.exit(0);
|
|
2424
|
-
});
|
|
2422
|
+
this.#stopDatabaseOnInterrupt(app.workspace);
|
|
2425
2423
|
}
|
|
2426
2424
|
const spinner = app.spinning("Preparing backend...");
|
|
2427
2425
|
const akanAppHost = await this.applicationRunner.start(app, {
|
|
@@ -2518,9 +2516,34 @@ class ApplicationScript extends script("application", [ApplicationRunner, Librar
|
|
|
2518
2516
|
}
|
|
2519
2517
|
async dbdown(workspace) {
|
|
2520
2518
|
const spinner = workspace.spinning("Stopping local database...");
|
|
2521
|
-
|
|
2519
|
+
try {
|
|
2520
|
+
await this.applicationRunner.dbdown(workspace);
|
|
2521
|
+
} catch (error) {
|
|
2522
|
+
spinner.fail("Local database failed to stop");
|
|
2523
|
+
throw error;
|
|
2524
|
+
}
|
|
2522
2525
|
spinner.succeed("Local database (/local/docker-compose.yaml) is down");
|
|
2523
2526
|
}
|
|
2527
|
+
#stopDatabaseOnInterrupt(workspace) {
|
|
2528
|
+
let stopping = false;
|
|
2529
|
+
process.on("SIGINT", () => {
|
|
2530
|
+
if (stopping) {
|
|
2531
|
+
Logger5.rawLog("Abandoning the local database teardown; containers are left running.", undefined, "warn");
|
|
2532
|
+
process.exit(130);
|
|
2533
|
+
}
|
|
2534
|
+
stopping = true;
|
|
2535
|
+
this.#stopDatabase(workspace).finally(() => process.exit(0));
|
|
2536
|
+
});
|
|
2537
|
+
}
|
|
2538
|
+
async#stopDatabase(workspace) {
|
|
2539
|
+
const timeout = new Promise((resolve) => setTimeout(() => resolve("timeout"), ApplicationScript.dbShutdownTimeoutMs));
|
|
2540
|
+
const result = await Promise.race([this.dbdown(workspace).catch(() => {
|
|
2541
|
+
return;
|
|
2542
|
+
}), timeout]);
|
|
2543
|
+
if (result !== "timeout")
|
|
2544
|
+
return;
|
|
2545
|
+
Logger5.rawLog(`Local database did not stop within ${ApplicationScript.dbShutdownTimeoutMs}ms; run \`akan dbdown\` once Docker responds.`, undefined, "warn");
|
|
2546
|
+
}
|
|
2524
2547
|
async testSys(sys) {
|
|
2525
2548
|
if (sys.type === "app")
|
|
2526
2549
|
await this.testApplication(sys);
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
RepairRunner
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-6npsfpxr.js";
|
|
5
5
|
import {
|
|
6
6
|
WorkflowRunner
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-c94nq3c1.js";
|
|
8
8
|
import {
|
|
9
9
|
PrimitiveScript
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-pfrt7qwh.js";
|
|
11
11
|
import {
|
|
12
12
|
ModuleScript
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-60a3jfcz.js";
|
|
14
14
|
import {
|
|
15
15
|
ScalarScript
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-wrrb8rxk.js";
|
|
17
17
|
import {
|
|
18
18
|
isPlaceholderAppId
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-mterpj70.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-jn9vfpwz.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-m4kpmmtj.js";
|
|
38
38
|
import {
|
|
39
39
|
Prompter
|
|
40
|
-
} from "./index-
|
|
40
|
+
} from "./index-qp089jp0.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-jkynkyfk.js";
|
|
49
49
|
import {
|
|
50
50
|
AppExecutor
|
|
51
|
-
} from "./index-
|
|
51
|
+
} from "./index-47qxw1tz.js";
|
|
52
52
|
|
|
53
53
|
// pkgs/@akanjs/cli/context/context.script.ts
|
|
54
54
|
import { Logger } from "akanjs/common";
|
|
@@ -4,17 +4,17 @@ import {
|
|
|
4
4
|
CloudApi,
|
|
5
5
|
GlobalConfig,
|
|
6
6
|
getDefaultHostConfig
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-0cj2zxbm.js";
|
|
8
8
|
import {
|
|
9
9
|
openBrowser
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-nx1vbtsc.js";
|
|
11
11
|
import {
|
|
12
12
|
runner
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-jkynkyfk.js";
|
|
14
14
|
import {
|
|
15
15
|
AppExecutor,
|
|
16
16
|
WorkspaceExecutor
|
|
17
|
-
} from "./index-
|
|
17
|
+
} from "./index-47qxw1tz.js";
|
|
18
18
|
|
|
19
19
|
// pkgs/@akanjs/cli/cloud/cloud.runner.ts
|
|
20
20
|
import path from "path";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ModuleScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-60a3jfcz.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-m4kpmmtj.js";
|
|
38
38
|
import {
|
|
39
39
|
script
|
|
40
|
-
} from "./index-
|
|
40
|
+
} from "./index-jkynkyfk.js";
|
|
41
41
|
import {
|
|
42
42
|
AppExecutor,
|
|
43
43
|
LibExecutor,
|
|
44
44
|
ModuleExecutor
|
|
45
|
-
} from "./index-
|
|
45
|
+
} from "./index-47qxw1tz.js";
|
|
46
46
|
|
|
47
47
|
// pkgs/@akanjs/cli/primitive/primitive.script.ts
|
|
48
48
|
import { capitalize } from "akanjs/common";
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
} from "./index-ss469dec.js";
|
|
5
5
|
import {
|
|
6
6
|
AiSession
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-0cj2zxbm.js";
|
|
8
8
|
import {
|
|
9
9
|
createPassedPrimitiveReport,
|
|
10
10
|
generatedFilesForSync,
|
|
11
11
|
scalarChangedFiles
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-m4kpmmtj.js";
|
|
13
13
|
import {
|
|
14
14
|
Prompter
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-qp089jp0.js";
|
|
16
16
|
import {
|
|
17
17
|
runner,
|
|
18
18
|
script
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-jkynkyfk.js";
|
|
20
20
|
|
|
21
21
|
// pkgs/@akanjs/cli/scalar/scalar.prompt.ts
|
|
22
22
|
import { input } from "@inquirer/prompts";
|
package/index.js
CHANGED
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
getTargetCommandNames,
|
|
5
5
|
getTargetMetas,
|
|
6
6
|
runCommands
|
|
7
|
-
} from "./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
7
|
+
} from "./index-jkynkyfk.js";
|
|
8
|
+
import"./index-47qxw1tz.js";
|
|
9
|
+
import"./index-mxvakhsm.js";
|
|
10
10
|
import"./index-67546d0j.js";
|
|
11
11
|
import {
|
|
12
12
|
__require
|
|
@@ -17,22 +17,22 @@ import path from "path";
|
|
|
17
17
|
|
|
18
18
|
// pkgs/@akanjs/cli/commandModules.ts
|
|
19
19
|
var commandModules = {
|
|
20
|
-
workspace: async () => (await import("./workspace.command-
|
|
21
|
-
agent: async () => (await import("./agent.command-
|
|
22
|
-
application: async () => (await import("./application.command-
|
|
23
|
-
library: async () => (await import("./library.command-
|
|
24
|
-
localRegistry: async () => (await import("./localRegistry.command-
|
|
25
|
-
package: async () => (await import("./package.command-
|
|
26
|
-
module: async () => (await import("./module.command-
|
|
27
|
-
page: async () => (await import("./page.command-
|
|
28
|
-
context: async () => (await import("./context.command-
|
|
29
|
-
cloud: async () => (await import("./cloud.command-
|
|
30
|
-
guideline: async () => (await import("./guideline.command-
|
|
31
|
-
scalar: async () => (await import("./scalar.command-
|
|
32
|
-
primitive: async () => (await import("./primitive.command-
|
|
33
|
-
quality: async () => (await import("./quality.command-
|
|
34
|
-
repair: async () => (await import("./repair.command-
|
|
35
|
-
workflow: async () => (await import("./workflow.command-
|
|
20
|
+
workspace: async () => (await import("./workspace.command-3q1d6kk4.js")).WorkspaceCommand,
|
|
21
|
+
agent: async () => (await import("./agent.command-b0fcx3r2.js")).AgentCommand,
|
|
22
|
+
application: async () => (await import("./application.command-cgmy00gd.js")).ApplicationCommand,
|
|
23
|
+
library: async () => (await import("./library.command-aa1g8nsa.js")).LibraryCommand,
|
|
24
|
+
localRegistry: async () => (await import("./localRegistry.command-kshva1ck.js")).LocalRegistryCommand,
|
|
25
|
+
package: async () => (await import("./package.command-9qv6vr9s.js")).PackageCommand,
|
|
26
|
+
module: async () => (await import("./module.command-b1zzgqde.js")).ModuleCommand,
|
|
27
|
+
page: async () => (await import("./page.command-k16pw244.js")).PageCommand,
|
|
28
|
+
context: async () => (await import("./context.command-b5heat2a.js")).ContextCommand,
|
|
29
|
+
cloud: async () => (await import("./cloud.command-1m7hfdpk.js")).CloudCommand,
|
|
30
|
+
guideline: async () => (await import("./guideline.command-9ew6aqhm.js")).GuidelineCommand,
|
|
31
|
+
scalar: async () => (await import("./scalar.command-hs3nwzv1.js")).ScalarCommand,
|
|
32
|
+
primitive: async () => (await import("./primitive.command-s60dn1ae.js")).PrimitiveCommand,
|
|
33
|
+
quality: async () => (await import("./quality.command-p3vaze52.js")).QualityCommand,
|
|
34
|
+
repair: async () => (await import("./repair.command-mfv749ha.js")).RepairCommand,
|
|
35
|
+
workflow: async () => (await import("./workflow.command-z0e0fk0z.js")).WorkflowCommand
|
|
36
36
|
};
|
|
37
37
|
var commandModuleIds = Object.keys(commandModules);
|
|
38
38
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
LibraryScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-exhpp31y.js";
|
|
5
5
|
import {
|
|
6
6
|
Lib,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
9
|
+
} from "./index-jkynkyfk.js";
|
|
10
|
+
import"./index-47qxw1tz.js";
|
|
11
|
+
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-67546d0j.js";
|
|
13
13
|
import"./index-r24hmh0q.js";
|
|
14
14
|
|
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
import {
|
|
3
3
|
CloudRunner,
|
|
4
4
|
getNpmRegistryUrl
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-p6txr1ss.js";
|
|
6
6
|
import {
|
|
7
7
|
PackageScript
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
} from "./index-meh7mmz9.js";
|
|
9
|
+
import"./index-0cj2zxbm.js";
|
|
10
10
|
import {
|
|
11
11
|
ApplicationScript
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-nx1vbtsc.js";
|
|
13
13
|
import"./index-76rn3g2c.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-exhpp31y.js";
|
|
15
15
|
import {
|
|
16
16
|
Workspace,
|
|
17
17
|
command,
|
|
18
18
|
runner,
|
|
19
19
|
script
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-jkynkyfk.js";
|
|
21
21
|
import"./index-fgc8r6dj.js";
|
|
22
22
|
import"./index-bjpxzr6s.js";
|
|
23
23
|
import {
|
|
24
24
|
PkgExecutor
|
|
25
|
-
} from "./index-
|
|
26
|
-
import"./index-
|
|
25
|
+
} from "./index-47qxw1tz.js";
|
|
26
|
+
import"./index-mxvakhsm.js";
|
|
27
27
|
import"./index-46tjzh6s.js";
|
|
28
28
|
import"./index-67546d0j.js";
|
|
29
29
|
import"./index-r24hmh0q.js";
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ModuleScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-60a3jfcz.js";
|
|
5
|
+
import"./index-hrwzz2wf.js";
|
|
6
6
|
import"./index-ss469dec.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-0cj2zxbm.js";
|
|
8
8
|
import {
|
|
9
9
|
renderPrimitiveReport
|
|
10
|
-
} from "./index-
|
|
11
|
-
import"./index-
|
|
10
|
+
} from "./index-m4kpmmtj.js";
|
|
11
|
+
import"./index-qp089jp0.js";
|
|
12
12
|
import {
|
|
13
13
|
Module,
|
|
14
14
|
Sys,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
16
|
+
} from "./index-jkynkyfk.js";
|
|
17
|
+
import"./index-47qxw1tz.js";
|
|
18
|
+
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-67546d0j.js";
|
|
20
20
|
import"./index-r24hmh0q.js";
|
|
21
21
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PackageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-meh7mmz9.js";
|
|
5
5
|
import {
|
|
6
6
|
Pkg,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
9
|
+
} from "./index-jkynkyfk.js";
|
|
10
|
+
import"./index-47qxw1tz.js";
|
|
11
|
+
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-46tjzh6s.js";
|
|
13
13
|
import"./index-67546d0j.js";
|
|
14
14
|
import"./index-r24hmh0q.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.5",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@langchain/openai": "^1.4.6",
|
|
35
35
|
"@tailwindcss/node": "^4.3.0",
|
|
36
36
|
"@trapezedev/project": "^7.1.4",
|
|
37
|
-
"akanjs": "3.0.0-alpha.
|
|
37
|
+
"akanjs": "3.0.0-alpha.5",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"dayjs": "^1.11.20",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-hrwzz2wf.js";
|
|
5
5
|
import {
|
|
6
6
|
App,
|
|
7
7
|
Module,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
9
|
+
} from "./index-jkynkyfk.js";
|
|
10
|
+
import"./index-47qxw1tz.js";
|
|
11
|
+
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-67546d0j.js";
|
|
13
13
|
import"./index-r24hmh0q.js";
|
|
14
14
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PrimitiveScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-pfrt7qwh.js";
|
|
5
|
+
import"./index-60a3jfcz.js";
|
|
6
|
+
import"./index-hrwzz2wf.js";
|
|
7
7
|
import"./index-ss469dec.js";
|
|
8
|
-
import"./index-
|
|
8
|
+
import"./index-0cj2zxbm.js";
|
|
9
9
|
import {
|
|
10
10
|
renderPrimitiveReport
|
|
11
|
-
} from "./index-
|
|
12
|
-
import"./index-
|
|
11
|
+
} from "./index-m4kpmmtj.js";
|
|
12
|
+
import"./index-qp089jp0.js";
|
|
13
13
|
import {
|
|
14
14
|
Workspace,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
16
|
+
} from "./index-jkynkyfk.js";
|
|
17
|
+
import"./index-47qxw1tz.js";
|
|
18
|
+
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-67546d0j.js";
|
|
20
20
|
import"./index-r24hmh0q.js";
|
|
21
21
|
|