priiisk 0.1.23 → 0.1.25
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/{chunk-HRCEXDLT.js → chunk-2OB2EQIW.js} +1 -1
- package/dist/{chunk-MJZ7FPJI.js → chunk-5CLQAGFW.js} +3 -3
- package/dist/{chunk-BZPGK4ZH.js → chunk-EEO5LD2K.js} +8 -8
- package/dist/{chunk-G3ITCVKS.js → chunk-FSC6B2SG.js} +2 -2
- package/dist/{chunk-J77LDB4Q.js → chunk-IXBRKHRZ.js} +465 -292
- package/dist/{chunk-HOYW7OPN.js → chunk-QDL4EKKW.js} +1 -1
- package/dist/{chunk-QO2YENTD.js → chunk-XKTDUI4T.js} +3 -3
- package/dist/{chunk-ECYZGNL3.js → chunk-Z27KAOD6.js} +2 -2
- package/dist/priiisk-host.js +460 -289
- package/dist/priiisk.js +2 -2
- package/package.json +10 -10
- /package/dist/{chunk-QO2YENTD.js.LEGAL.txt → chunk-XKTDUI4T.js.LEGAL.txt} +0 -0
|
@@ -3,14 +3,14 @@ const require = __priiiskCreateRequire(import.meta.url);
|
|
|
3
3
|
import {
|
|
4
4
|
errorPayload,
|
|
5
5
|
makeCapturedConsole
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-2OB2EQIW.js";
|
|
7
7
|
import {
|
|
8
8
|
withCampRpcSession,
|
|
9
9
|
withConsole
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FSC6B2SG.js";
|
|
11
11
|
import {
|
|
12
12
|
PRIIISK_CLI_VERSION
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QDL4EKKW.js";
|
|
14
14
|
import {
|
|
15
15
|
_await2 as _await,
|
|
16
16
|
addFinalizer2 as addFinalizer,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
resolveCampSurface,
|
|
24
24
|
saveCampManifest,
|
|
25
25
|
startingCampManifest
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-Z27KAOD6.js";
|
|
27
27
|
import {
|
|
28
28
|
get as get4,
|
|
29
29
|
make as make10,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
vsep,
|
|
107
107
|
weak,
|
|
108
108
|
white
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-2OB2EQIW.js";
|
|
110
110
|
import {
|
|
111
111
|
CampCommandFailure,
|
|
112
112
|
CampHostReadiness,
|
|
@@ -127,10 +127,10 @@ import {
|
|
|
127
127
|
withCampRpc,
|
|
128
128
|
withCampRpcSession,
|
|
129
129
|
withConsole
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-FSC6B2SG.js";
|
|
131
131
|
import {
|
|
132
132
|
PRIIISK_CLI_VERSION
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-QDL4EKKW.js";
|
|
134
134
|
import {
|
|
135
135
|
BadArgument,
|
|
136
136
|
BaseProto,
|
|
@@ -19260,7 +19260,7 @@ var campResumeListCommand = Command_exports2.make(
|
|
|
19260
19260
|
)
|
|
19261
19261
|
).pipe(Command_exports2.withDescription("Lists saved runs of this project that resume can restore."));
|
|
19262
19262
|
var runIdArgument = Args_exports.text({ name: "runId" }).pipe(Args_exports.optional);
|
|
19263
|
-
var selectCampRunOnDemand = (items) => promise(() => import("./chunk-
|
|
19263
|
+
var selectCampRunOnDemand = (items) => promise(() => import("./chunk-IXBRKHRZ.js")).pipe(
|
|
19264
19264
|
flatMap3((ui) => ui.selectCampRun({ items }))
|
|
19265
19265
|
);
|
|
19266
19266
|
var selectAndResume = (json) => {
|
|
@@ -19333,7 +19333,7 @@ var rootCommand = Command_exports2.make(
|
|
|
19333
19333
|
).pipe(Command_exports2.withDescription("Runs and observes a camp of collaborating workers."));
|
|
19334
19334
|
|
|
19335
19335
|
// packages/cli/src/commands/doctorCommand.ts
|
|
19336
|
-
var runDoctorOnDemand = promise(() => import("./chunk-
|
|
19336
|
+
var runDoctorOnDemand = promise(() => import("./chunk-XKTDUI4T.js")).pipe(
|
|
19337
19337
|
flatMap3((doctor) => doctor.runDoctor)
|
|
19338
19338
|
);
|
|
19339
19339
|
var statusLabel = {
|
|
@@ -20062,7 +20062,7 @@ var stdioCommand = Command_exports2.make("stdio", { consumer: consumerOption3 },
|
|
|
20062
20062
|
);
|
|
20063
20063
|
var mcpCommand = Command_exports2.make("mcp", { consumer: consumerOption3 }, ({ consumer }) => {
|
|
20064
20064
|
const consumerId = getOrUndefined(consumer);
|
|
20065
|
-
return promise(() => import("./chunk-
|
|
20065
|
+
return promise(() => import("./chunk-5CLQAGFW.js")).pipe(
|
|
20066
20066
|
flatMap3(
|
|
20067
20067
|
(adapter) => adapter.runCampMcpSession(
|
|
20068
20068
|
(argumentsList) => runCliCommand([process.execPath, "priiisk", ...argumentsList]),
|
|
@@ -20102,7 +20102,7 @@ var command = rootCommand.pipe(
|
|
|
20102
20102
|
);
|
|
20103
20103
|
var cli = Command_exports2.run(command, {
|
|
20104
20104
|
name: "priiisk camp control",
|
|
20105
|
-
version: "0.1.
|
|
20105
|
+
version: "0.1.25"
|
|
20106
20106
|
});
|
|
20107
20107
|
var quietDiagnostics = (json, effect2) => json ? consoleWith(
|
|
20108
20108
|
(console2) => withConsole({ ...console2, error: () => _void })(effect2)
|
|
@@ -2,7 +2,7 @@ import { createRequire as __priiiskCreateRequire } from "node:module";
|
|
|
2
2
|
const require = __priiiskCreateRequire(import.meta.url);
|
|
3
3
|
import {
|
|
4
4
|
PRIIISK_CLI_VERSION
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QDL4EKKW.js";
|
|
6
6
|
import {
|
|
7
7
|
Array$,
|
|
8
8
|
Boolean$,
|
|
@@ -5138,7 +5138,7 @@ var make11 = (...rpcs) => makeProto2({
|
|
|
5138
5138
|
|
|
5139
5139
|
// packages/protocol/src/domain/protocolVersion.ts
|
|
5140
5140
|
var PRIIISK_PROTOCOL_VERSION = "12";
|
|
5141
|
-
var PRIIISK_PROTOCOL_PACKAGE_VERSION = "0.1.
|
|
5141
|
+
var PRIIISK_PROTOCOL_PACKAGE_VERSION = "0.1.25";
|
|
5142
5142
|
var ProtocolVersionSchema = String$.pipe(minLength(1));
|
|
5143
5143
|
|
|
5144
5144
|
// packages/protocol/src/domain/protocolIdentifiers.ts
|