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.
@@ -5,7 +5,7 @@ import {
5
5
  TypeId,
6
6
  error,
7
7
  log
8
- } from "./chunk-G3ITCVKS.js";
8
+ } from "./chunk-FSC6B2SG.js";
9
9
  import {
10
10
  _void,
11
11
  cached,
@@ -3,14 +3,14 @@ const require = __priiiskCreateRequire(import.meta.url);
3
3
  import {
4
4
  errorPayload,
5
5
  makeCapturedConsole
6
- } from "./chunk-HRCEXDLT.js";
6
+ } from "./chunk-2OB2EQIW.js";
7
7
  import {
8
8
  withCampRpcSession,
9
9
  withConsole
10
- } from "./chunk-G3ITCVKS.js";
10
+ } from "./chunk-FSC6B2SG.js";
11
11
  import {
12
12
  PRIIISK_CLI_VERSION
13
- } from "./chunk-HOYW7OPN.js";
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-ECYZGNL3.js";
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-HRCEXDLT.js";
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-G3ITCVKS.js";
130
+ } from "./chunk-FSC6B2SG.js";
131
131
  import {
132
132
  PRIIISK_CLI_VERSION
133
- } from "./chunk-HOYW7OPN.js";
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-J77LDB4Q.js")).pipe(
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-QO2YENTD.js")).pipe(
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-MJZ7FPJI.js")).pipe(
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.23"
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-HOYW7OPN.js";
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.23";
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