@akanjs/cli 3.0.0-alpha.14 → 3.0.0-alpha.16
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/{agent.command-zxaxy577.js → agent.command-h6tc0pzh.js} +5 -5
- package/{application.command-an05acvc.js → application.command-kphnfwyg.js} +4 -4
- package/buildBatch.proc.js +1 -1
- package/{capacitorApp-5q8ytkqw.js → capacitorApp-9ejk3k7q.js} +2 -2
- package/{cloud.command-yfd3pwr1.js → cloud.command-zn6mfscb.js} +7 -7
- package/{context.command-03b3jgab.js → context.command-pkbccyys.js} +12 -12
- package/{guideline.command-5qnjcgmk.js → guideline.command-0jj2k77g.js} +2 -2
- package/guidelines/conventions/conventions.instruction.md +39 -38
- package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +1 -3
- package/incrementalBuilder.proc.js +1 -1
- package/{index-3tqjdv03.js → index-1twehz1x.js} +23 -3
- package/{index-37mwgmp7.js → index-4agbdds8.js} +3 -3
- package/{index-jwvs48kc.js → index-4v0wvt37.js} +4 -4
- package/{index-xv5jv1fe.js → index-7ecpft60.js} +6 -3
- package/{index-6xh65612.js → index-8d9r0df5.js} +2 -2
- package/{index-hz5x5zdp.js → index-96vpa123.js} +3 -3
- package/{index-nz9ceqgp.js → index-9s991k9v.js} +1 -1
- package/{index-nmfen65g.js → index-aak9cctp.js} +4 -4
- package/{index-0hk3frny.js → index-b9m84bjp.js} +10 -10
- package/{index-9p2edf9w.js → index-bkwnr08k.js} +1 -1
- package/{index-znxjcx1p.js → index-djh5gpb7.js} +2 -2
- package/{index-pgs252a3.js → index-g3brq942.js} +5 -5
- package/{index-tk2e3m3y.js → index-gyvrhtpm.js} +1 -1
- package/{index-pdj7r8fa.js → index-gz91pc3p.js} +1 -1
- package/{index-nkzfkq0j.js → index-p42te6qb.js} +3 -3
- package/{index-v2r1wrzb.js → index-rv16ck4r.js} +4 -4
- package/{index-w7jphpt6.js → index-w7farjxd.js} +3 -3
- package/{index-9jwc3ew8.js → index-xwfkgss0.js} +2 -2
- package/index.js +18 -18
- package/{library.command-befyckb7.js → library.command-wbptp6q3.js} +3 -3
- package/{localRegistry.command-fkd3xw99.js → localRegistry.command-6ea3pgq0.js} +6 -6
- package/{module.command-xzjbbas7.js → module.command-ghkf919z.js} +5 -5
- package/{package.command-9xk8ye7a.js → package.command-ph2m34tv.js} +3 -3
- package/package.json +2 -2
- package/{page.command-4g2xszh7.js → page.command-atnzfn88.js} +3 -3
- package/{primitive.command-ffwn141j.js → primitive.command-7qbdhfc2.js} +6 -6
- package/{quality.command-8e6bhm55.js → quality.command-51q9kmhj.js} +90 -361
- package/{repair.command-w3tjhr9r.js → repair.command-weakn0yr.js} +5 -5
- package/{scalar.command-kj121mby.js → scalar.command-xdjhvsgb.js} +4 -4
- package/templates/appSample/srvkit/AuthGuard.ts +2 -2
- package/templates/workspaceRoot/CLAUDE.md.template +19 -0
- package/{workflow.command-mnkm1bwa.js → workflow.command-msm2tjee.js} +9 -9
- package/{workspace.command-waxe7ts7.js → workspace.command-gr8z82z9.js} +18 -18
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
workflowRunArtifactPath,
|
|
4
4
|
workflowSyncDir
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-9s991k9v.js";
|
|
6
6
|
import {
|
|
7
7
|
AppExecutor,
|
|
8
8
|
LibExecutor,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
extractBlockVersion,
|
|
12
12
|
isScannedAppRootEntry,
|
|
13
13
|
readDevkitVersion
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-1twehz1x.js";
|
|
15
15
|
import {
|
|
16
16
|
collectRecipeSources,
|
|
17
17
|
findInlineRecipeDuplicates,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
CloudRunner
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-96vpa123.js";
|
|
5
5
|
import {
|
|
6
6
|
PackageScript
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-xwfkgss0.js";
|
|
8
8
|
import {
|
|
9
9
|
AiSession,
|
|
10
10
|
CloudApi,
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
} from "./index-0cj2zxbm.js";
|
|
13
13
|
import {
|
|
14
14
|
ApplicationScript
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-rv16ck4r.js";
|
|
16
16
|
import {
|
|
17
17
|
script
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-bkwnr08k.js";
|
|
19
19
|
import {
|
|
20
20
|
PkgExecutor
|
|
21
|
-
} from "./index-
|
|
21
|
+
} from "./index-1twehz1x.js";
|
|
22
22
|
|
|
23
23
|
// pkgs/@akanjs/cli/cloud/cloud.script.ts
|
|
24
24
|
import { Logger } from "akanjs/common";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
runner,
|
|
4
4
|
script
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-bkwnr08k.js";
|
|
6
6
|
import {
|
|
7
7
|
LibExecutor
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-1twehz1x.js";
|
|
9
9
|
|
|
10
10
|
// pkgs/@akanjs/cli/semver.ts
|
|
11
11
|
function parseVersion(version) {
|
|
@@ -70,7 +70,7 @@ class LibraryRunner extends runner("library") {
|
|
|
70
70
|
return [dep, newerVersion];
|
|
71
71
|
}));
|
|
72
72
|
Object.keys(allDependencies).sort().forEach((dep) => {
|
|
73
|
-
if (
|
|
73
|
+
if (libPackageJson.dependencies?.[dep] || rootPackageJson.dependencies?.[dep])
|
|
74
74
|
dependencies[dep] = allDependencies[dep];
|
|
75
75
|
else
|
|
76
76
|
devDependencies[dep] = allDependencies[dep];
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
LibraryScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-p42te6qb.js";
|
|
5
5
|
import {
|
|
6
6
|
resolveMobileTargets
|
|
7
7
|
} from "./index-76rn3g2c.js";
|
|
8
8
|
import {
|
|
9
9
|
runner,
|
|
10
10
|
script
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-bkwnr08k.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-1twehz1x.js";
|
|
22
22
|
import {
|
|
23
23
|
__require
|
|
24
24
|
} from "./index-r24hmh0q.js";
|
|
@@ -1900,7 +1900,7 @@ function openBrowser(url) {
|
|
|
1900
1900
|
// pkgs/@akanjs/cli/application/application.runner.ts
|
|
1901
1901
|
var loadBuildRunner = async () => (await import("./applicationBuildRunner-9ps10a0h.js")).ApplicationBuildRunner;
|
|
1902
1902
|
var loadReleasePackager = async () => (await import("./applicationReleasePackager-gg8ccbeh.js")).ApplicationReleasePackager;
|
|
1903
|
-
var loadCapacitorApp = async () => (await import("./capacitorApp-
|
|
1903
|
+
var loadCapacitorApp = async () => (await import("./capacitorApp-9ejk3k7q.js")).CapacitorApp;
|
|
1904
1904
|
var loadAbstractCompactor = async () => (await import("./abstractCompactor-e5yq60qz.js")).AbstractCompactor;
|
|
1905
1905
|
var loadPrompts = async () => await import("@inquirer/prompts");
|
|
1906
1906
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AkanContextAnalyzer
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-djh5gpb7.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-9s991k9v.js";
|
|
27
27
|
import {
|
|
28
28
|
runner
|
|
29
|
-
} from "./index-
|
|
29
|
+
} from "./index-bkwnr08k.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-bkwnr08k.js";
|
|
6
6
|
import {
|
|
7
7
|
PkgExecutor
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-1twehz1x.js";
|
|
9
9
|
import {
|
|
10
10
|
TypeScriptDependencyScanner
|
|
11
11
|
} from "./index-46tjzh6s.js";
|
package/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
getTargetCommandNames,
|
|
5
5
|
getTargetMetas,
|
|
6
6
|
runCommands
|
|
7
|
-
} from "./index-
|
|
8
|
-
import"./index-
|
|
7
|
+
} from "./index-bkwnr08k.js";
|
|
8
|
+
import"./index-1twehz1x.js";
|
|
9
9
|
import"./index-mxvakhsm.js";
|
|
10
10
|
import"./index-1577bej2.js";
|
|
11
11
|
import"./index-67546d0j.js";
|
|
@@ -18,22 +18,22 @@ import path from "path";
|
|
|
18
18
|
|
|
19
19
|
// pkgs/@akanjs/cli/commandModules.ts
|
|
20
20
|
var commandModules = {
|
|
21
|
-
workspace: async () => (await import("./workspace.command-
|
|
22
|
-
agent: async () => (await import("./agent.command-
|
|
23
|
-
application: async () => (await import("./application.command-
|
|
24
|
-
library: async () => (await import("./library.command-
|
|
25
|
-
localRegistry: async () => (await import("./localRegistry.command-
|
|
26
|
-
package: async () => (await import("./package.command-
|
|
27
|
-
module: async () => (await import("./module.command-
|
|
28
|
-
page: async () => (await import("./page.command-
|
|
29
|
-
context: async () => (await import("./context.command-
|
|
30
|
-
cloud: async () => (await import("./cloud.command-
|
|
31
|
-
guideline: async () => (await import("./guideline.command-
|
|
32
|
-
scalar: async () => (await import("./scalar.command-
|
|
33
|
-
primitive: async () => (await import("./primitive.command-
|
|
34
|
-
quality: async () => (await import("./quality.command-
|
|
35
|
-
repair: async () => (await import("./repair.command-
|
|
36
|
-
workflow: async () => (await import("./workflow.command-
|
|
21
|
+
workspace: async () => (await import("./workspace.command-gr8z82z9.js")).WorkspaceCommand,
|
|
22
|
+
agent: async () => (await import("./agent.command-h6tc0pzh.js")).AgentCommand,
|
|
23
|
+
application: async () => (await import("./application.command-kphnfwyg.js")).ApplicationCommand,
|
|
24
|
+
library: async () => (await import("./library.command-wbptp6q3.js")).LibraryCommand,
|
|
25
|
+
localRegistry: async () => (await import("./localRegistry.command-6ea3pgq0.js")).LocalRegistryCommand,
|
|
26
|
+
package: async () => (await import("./package.command-ph2m34tv.js")).PackageCommand,
|
|
27
|
+
module: async () => (await import("./module.command-ghkf919z.js")).ModuleCommand,
|
|
28
|
+
page: async () => (await import("./page.command-atnzfn88.js")).PageCommand,
|
|
29
|
+
context: async () => (await import("./context.command-pkbccyys.js")).ContextCommand,
|
|
30
|
+
cloud: async () => (await import("./cloud.command-zn6mfscb.js")).CloudCommand,
|
|
31
|
+
guideline: async () => (await import("./guideline.command-0jj2k77g.js")).GuidelineCommand,
|
|
32
|
+
scalar: async () => (await import("./scalar.command-xdjhvsgb.js")).ScalarCommand,
|
|
33
|
+
primitive: async () => (await import("./primitive.command-7qbdhfc2.js")).PrimitiveCommand,
|
|
34
|
+
quality: async () => (await import("./quality.command-51q9kmhj.js")).QualityCommand,
|
|
35
|
+
repair: async () => (await import("./repair.command-weakn0yr.js")).RepairCommand,
|
|
36
|
+
workflow: async () => (await import("./workflow.command-msm2tjee.js")).WorkflowCommand
|
|
37
37
|
};
|
|
38
38
|
var commandModuleIds = Object.keys(commandModules);
|
|
39
39
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
LibraryScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-p42te6qb.js";
|
|
5
5
|
import {
|
|
6
6
|
Lib,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-bkwnr08k.js";
|
|
10
|
+
import"./index-1twehz1x.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-67546d0j.js";
|
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
import {
|
|
3
3
|
CloudRunner,
|
|
4
4
|
getNpmRegistryUrl
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-96vpa123.js";
|
|
6
6
|
import {
|
|
7
7
|
PackageScript
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-xwfkgss0.js";
|
|
9
9
|
import"./index-0cj2zxbm.js";
|
|
10
10
|
import {
|
|
11
11
|
ApplicationScript
|
|
12
|
-
} from "./index-
|
|
13
|
-
import"./index-
|
|
12
|
+
} from "./index-rv16ck4r.js";
|
|
13
|
+
import"./index-p42te6qb.js";
|
|
14
14
|
import"./index-76rn3g2c.js";
|
|
15
15
|
import {
|
|
16
16
|
Workspace,
|
|
17
17
|
command,
|
|
18
18
|
runner,
|
|
19
19
|
script
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-bkwnr08k.js";
|
|
21
21
|
import"./index-fgc8r6dj.js";
|
|
22
22
|
import"./index-bjpxzr6s.js";
|
|
23
23
|
import {
|
|
24
24
|
PkgExecutor
|
|
25
|
-
} from "./index-
|
|
25
|
+
} from "./index-1twehz1x.js";
|
|
26
26
|
import"./index-mxvakhsm.js";
|
|
27
27
|
import"./index-1577bej2.js";
|
|
28
28
|
import"./index-46tjzh6s.js";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ModuleScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-aak9cctp.js";
|
|
5
5
|
import"./index-ss469dec.js";
|
|
6
|
-
import"./index-
|
|
6
|
+
import"./index-gyvrhtpm.js";
|
|
7
7
|
import"./index-0cj2zxbm.js";
|
|
8
8
|
import {
|
|
9
9
|
renderPrimitiveReport
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-9s991k9v.js";
|
|
11
11
|
import"./index-j37qq1f2.js";
|
|
12
12
|
import {
|
|
13
13
|
Module,
|
|
14
14
|
Sys,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
} from "./index-bkwnr08k.js";
|
|
17
|
+
import"./index-1twehz1x.js";
|
|
18
18
|
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-1577bej2.js";
|
|
20
20
|
import"./index-67546d0j.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PackageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-xwfkgss0.js";
|
|
5
5
|
import {
|
|
6
6
|
Pkg,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-bkwnr08k.js";
|
|
10
|
+
import"./index-1twehz1x.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-46tjzh6s.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.16",
|
|
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.16",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"dayjs": "^1.11.20",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-gyvrhtpm.js";
|
|
5
5
|
import {
|
|
6
6
|
App,
|
|
7
7
|
Module,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-bkwnr08k.js";
|
|
10
|
+
import"./index-1twehz1x.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-67546d0j.js";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PrimitiveScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-4v0wvt37.js";
|
|
5
|
+
import"./index-aak9cctp.js";
|
|
6
6
|
import"./index-ss469dec.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-gyvrhtpm.js";
|
|
8
8
|
import"./index-0cj2zxbm.js";
|
|
9
9
|
import {
|
|
10
10
|
renderPrimitiveReport
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-9s991k9v.js";
|
|
12
12
|
import"./index-j37qq1f2.js";
|
|
13
13
|
import {
|
|
14
14
|
Workspace,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
} from "./index-bkwnr08k.js";
|
|
17
|
+
import"./index-1twehz1x.js";
|
|
18
18
|
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-1577bej2.js";
|
|
20
20
|
import"./index-67546d0j.js";
|