@clawops/cli 1.2.0 → 1.3.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/README.md +113 -43
- package/dist/{apply-KBF7OPWL.js → apply-DLNE2JYZ.js} +4 -3
- package/dist/{bootstrap-UYCOEJQX.js → bootstrap-G4UZ2FKH.js} +3 -3
- package/dist/chunk-6ZFIFDBJ.js +41 -0
- package/dist/{chunk-BRPU7AQC.js → chunk-A2I76FTA.js} +13 -1
- package/dist/{chunk-LU63NZD3.js → chunk-JCUZU5BH.js} +5 -1
- package/dist/{chunk-ACYJBSLJ.js → chunk-JDN6PLH2.js} +1 -1
- package/dist/{chunk-QJ6ERXHN.js → chunk-LVIIYY27.js} +1 -1
- package/dist/chunk-OIGTOLB3.js +99 -0
- package/dist/{chunk-QMXM2SMO.js → chunk-ZDPBBYYV.js} +2 -2
- package/dist/cli.js +536 -230
- package/dist/{context-VUAYRAJY.js → context-M2RMDHX6.js} +2 -2
- package/dist/{generate-WG5VONSE.js → generate-U7PJ5LRG.js} +3 -3
- package/dist/mcp-apps-KY44ED3Y.js +11 -0
- package/dist/overlay-store-ADZPD7EU.js +11 -0
- package/dist/{package-3JZ767DN.js → package-AFUTH62F.js} +1 -1
- package/dist/{server-QJRWK2RV.js → server-I62UES5V.js} +11 -10
- package/dist/state-PRBIIN7I.js +17 -0
- package/package.json +1 -1
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
generatePlan,
|
|
4
4
|
planId
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZDPBBYYV.js";
|
|
6
6
|
import "./chunk-YTH4L2GN.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-JDN6PLH2.js";
|
|
8
|
+
import "./chunk-A2I76FTA.js";
|
|
9
9
|
import "./chunk-CX5SL5HP.js";
|
|
10
10
|
import "./chunk-KGXPLI7W.js";
|
|
11
11
|
export {
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
extractBaseOutputs
|
|
4
|
+
} from "./chunk-3QJBNAHW.js";
|
|
2
5
|
import {
|
|
3
6
|
generatePlan
|
|
4
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZDPBBYYV.js";
|
|
5
8
|
import {
|
|
6
9
|
applyPlan
|
|
7
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JCUZU5BH.js";
|
|
8
11
|
import {
|
|
9
12
|
validatePlan
|
|
10
13
|
} from "./chunk-YTH4L2GN.js";
|
|
14
|
+
import "./chunk-6ZFIFDBJ.js";
|
|
11
15
|
import "./chunk-BOPSG2LI.js";
|
|
12
|
-
import {
|
|
13
|
-
extractBaseOutputs
|
|
14
|
-
} from "./chunk-3QJBNAHW.js";
|
|
15
16
|
import {
|
|
16
17
|
errText,
|
|
17
18
|
handleConfigGet,
|
|
@@ -20,17 +21,17 @@ import {
|
|
|
20
21
|
handleConfigValidate,
|
|
21
22
|
okText,
|
|
22
23
|
resolveConn
|
|
23
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LVIIYY27.js";
|
|
24
25
|
import {
|
|
25
26
|
buildContext
|
|
26
|
-
} from "./chunk-
|
|
27
|
-
import "./chunk-BRPU7AQC.js";
|
|
27
|
+
} from "./chunk-JDN6PLH2.js";
|
|
28
28
|
import {
|
|
29
29
|
acquireSession,
|
|
30
30
|
drainPool
|
|
31
31
|
} from "./chunk-ZVOEQCNW.js";
|
|
32
32
|
import "./chunk-4U3LTLWZ.js";
|
|
33
33
|
import "./chunk-UDNZUSKA.js";
|
|
34
|
+
import "./chunk-A2I76FTA.js";
|
|
34
35
|
import {
|
|
35
36
|
getConfig,
|
|
36
37
|
getConfigDir
|
|
@@ -613,7 +614,7 @@ async function handleUp(input, server) {
|
|
|
613
614
|
);
|
|
614
615
|
}
|
|
615
616
|
const { localOpts } = stackConfig;
|
|
616
|
-
const { localBootstrap } = await import("./bootstrap-
|
|
617
|
+
const { localBootstrap } = await import("./bootstrap-G4UZ2FKH.js");
|
|
617
618
|
const ac = new AbortController();
|
|
618
619
|
const state = await localBootstrap({
|
|
619
620
|
host: localOpts.host,
|
|
@@ -1231,7 +1232,7 @@ If none of the above resolves the issue:
|
|
|
1231
1232
|
|
|
1232
1233
|
// src/mcp/server.ts
|
|
1233
1234
|
async function serveMcp(opts) {
|
|
1234
|
-
const { version } = await import("./package-
|
|
1235
|
+
const { version } = await import("./package-AFUTH62F.js");
|
|
1235
1236
|
const server = new McpServer({ name: "clawops", version });
|
|
1236
1237
|
registerTools(server, opts);
|
|
1237
1238
|
registerResources(server);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
localStateToConnectionInfo,
|
|
4
|
+
readLocalState,
|
|
5
|
+
stateDir,
|
|
6
|
+
statePath,
|
|
7
|
+
writeLocalState
|
|
8
|
+
} from "./chunk-A2I76FTA.js";
|
|
9
|
+
import "./chunk-CX5SL5HP.js";
|
|
10
|
+
import "./chunk-KGXPLI7W.js";
|
|
11
|
+
export {
|
|
12
|
+
localStateToConnectionInfo,
|
|
13
|
+
readLocalState,
|
|
14
|
+
stateDir,
|
|
15
|
+
statePath,
|
|
16
|
+
writeLocalState
|
|
17
|
+
};
|