@gurulu/cli 1.4.2 → 1.5.0
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/dist/bin.js +568 -166
- package/dist/commands/audit.d.ts.map +1 -1
- package/dist/commands/init.d.ts +10 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/mcp.d.ts.map +1 -1
- package/dist/commands/uninstall.d.ts.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +568 -166
- package/dist/lib/api.d.ts +24 -0
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/editor-mcp.d.ts +15 -1
- package/dist/lib/editor-mcp.d.ts.map +1 -1
- package/dist/lib/env-file.d.ts.map +1 -1
- package/dist/lib/exec-install.d.ts.map +1 -1
- package/dist/lib/inject.d.ts.map +1 -1
- package/dist/lib/install-plan.d.ts.map +1 -1
- package/dist/lib/install-plan.js +34 -0
- package/dist/wizard/agent.d.ts.map +1 -1
- package/dist/wizard/auth.d.ts.map +1 -1
- package/dist/wizard/checkpoint.d.ts +19 -0
- package/dist/wizard/checkpoint.d.ts.map +1 -0
- package/dist/wizard/context.d.ts +2 -0
- package/dist/wizard/context.d.ts.map +1 -1
- package/dist/wizard/guard.d.ts +1 -1
- package/dist/wizard/guard.d.ts.map +1 -1
- package/dist/wizard/run.d.ts +2 -0
- package/dist/wizard/run.d.ts.map +1 -1
- package/dist/wizard/verify.d.ts +31 -0
- package/dist/wizard/verify.d.ts.map +1 -0
- package/dist/wizard/wire.d.ts +3 -1
- package/dist/wizard/wire.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audit.d.ts","sourceRoot":"","sources":["../../src/commands/audit.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,aAAa,CAAC;AAI3D,sCAAsC;AACtC,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"audit.d.ts","sourceRoot":"","sources":["../../src/commands/audit.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,aAAa,CAAC;AAI3D,sCAAsC;AACtC,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAkBxE;AAED,eAAO,MAAM,QAAQ;;;;;EAkBnB,CAAC"}
|
package/dist/commands/init.d.ts
CHANGED
|
@@ -43,6 +43,11 @@ export declare const wizardArgs: {
|
|
|
43
43
|
type: "boolean";
|
|
44
44
|
description: string;
|
|
45
45
|
};
|
|
46
|
+
autonomous: {
|
|
47
|
+
type: "boolean";
|
|
48
|
+
description: string;
|
|
49
|
+
default: true;
|
|
50
|
+
};
|
|
46
51
|
};
|
|
47
52
|
export declare function runWizardFromArgs(args: Record<string, unknown>): Promise<void>;
|
|
48
53
|
export declare const initCmd: import("citty").CommandDef<{
|
|
@@ -90,5 +95,10 @@ export declare const initCmd: import("citty").CommandDef<{
|
|
|
90
95
|
type: "boolean";
|
|
91
96
|
description: string;
|
|
92
97
|
};
|
|
98
|
+
autonomous: {
|
|
99
|
+
type: "boolean";
|
|
100
|
+
description: string;
|
|
101
|
+
default: true;
|
|
102
|
+
};
|
|
93
103
|
}>;
|
|
94
104
|
//# sourceMappingURL=init.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBJ,CAAC;AAIpB,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CA6BpF;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/commands/mcp.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/commands/mcp.ts"],"names":[],"mappings":"AAgGA,eAAO,MAAM,MAAM,qDAGjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uninstall.d.ts","sourceRoot":"","sources":["../../src/commands/uninstall.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,YAAY;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"uninstall.d.ts","sourceRoot":"","sources":["../../src/commands/uninstall.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,YAAY;;;;;;;;;EAiEvB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,11 @@ declare const mainCmd: import("citty").CommandDef<{
|
|
|
44
44
|
type: "boolean";
|
|
45
45
|
description: string;
|
|
46
46
|
};
|
|
47
|
+
autonomous: {
|
|
48
|
+
type: "boolean";
|
|
49
|
+
description: string;
|
|
50
|
+
default: true;
|
|
51
|
+
};
|
|
47
52
|
}>;
|
|
48
53
|
export default mainCmd;
|
|
49
54
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO,UAAU,CAAC;AAE/B,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO,UAAU,CAAC;AAE/B,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|