@schoolai/shipyard 3.31.0 → 3.32.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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  getDaemonVersion
4
- } from "./chunk-WWO24OO4.js";
4
+ } from "./chunk-MAA2DPW5.js";
5
5
  import {
6
6
  enableNativeCrashReports
7
7
  } from "./chunk-RYZH5KM3.js";
@@ -71,7 +71,7 @@ async function main() {
71
71
  await loadAuthFromConfig(env);
72
72
  crumb("post-auth-load");
73
73
  crumb("pre-serve-import");
74
- const { serve } = await import("./serve-2TT5TNFA.js");
74
+ const { serve } = await import("./serve-JVTSDF4E.js");
75
75
  crumb("post-serve-import");
76
76
  const portQueue = [];
77
77
  let acceptor = null;
package/dist/index.js CHANGED
@@ -137,7 +137,7 @@ async function handleSubcommand() {
137
137
  return true;
138
138
  }
139
139
  if (subcommand === "start") {
140
- const { startCommand } = await import("./start-72QH3ONM.js");
140
+ const { startCommand } = await import("./start-TYBSF7PZ.js");
141
141
  await startCommand();
142
142
  return true;
143
143
  }
@@ -159,7 +159,7 @@ async function main() {
159
159
  const args = parseCliArgs();
160
160
  if (args.serve) {
161
161
  await loadAuthFromConfig(env);
162
- const { serve } = await import("./serve-2TT5TNFA.js");
162
+ const { serve } = await import("./serve-JVTSDF4E.js");
163
163
  return serve({ isDev: env.SHIPYARD_DEV });
164
164
  }
165
165
  logger.error("Use `shipyard start` to run the daemon. Use --help for usage.");
@@ -12,7 +12,7 @@ import {
12
12
  guardedSubscribe,
13
13
  makeInitialAttemptState,
14
14
  shutdownFileWatcherGuard
15
- } from "./chunk-5ZR72FWA.js";
15
+ } from "./chunk-NFVZCZPA.js";
16
16
  import {
17
17
  TRAILER_SCHEMA_VERSION,
18
18
  appendTrailerToMessage,
@@ -46,7 +46,7 @@ import {
46
46
  } from "./chunk-XPYW5WQS.js";
47
47
  import {
48
48
  getDaemonVersion
49
- } from "./chunk-WWO24OO4.js";
49
+ } from "./chunk-MAA2DPW5.js";
50
50
  import {
51
51
  collectPriorCrashDetail,
52
52
  getRecentWasmPanicMessages
@@ -189,7 +189,7 @@ import {
189
189
  unresolveReviewThread,
190
190
  withLabelAsync,
191
191
  writeCursorApiKeyToVault
192
- } from "./chunk-PSV3NCGY.js";
192
+ } from "./chunk-UIBOKFSG.js";
193
193
  import {
194
194
  classifySkill,
195
195
  detectSkills,
@@ -6068,7 +6068,7 @@ function nanoid(size = 21) {
6068
6068
  }
6069
6069
 
6070
6070
  // src/services/bootstrap/signaling.ts
6071
- var DAEMON_NPM_VERSION = true ? "3.31.0" : "unknown";
6071
+ var DAEMON_NPM_VERSION = true ? "3.32.0" : "unknown";
6072
6072
  function createDaemonSignaling(config) {
6073
6073
  const agentId = config.agentId ?? nanoid();
6074
6074
  function send(msg) {
@@ -117856,4 +117856,4 @@ export {
117856
117856
  decideWorkspaceScope,
117857
117857
  serve
117858
117858
  };
117859
- //# sourceMappingURL=serve-2TT5TNFA.js.map
117859
+ //# sourceMappingURL=serve-JVTSDF4E.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createMetricsCollector,
4
4
  decideAction,
5
5
  makeInitialAttemptState
6
- } from "./chunk-5ZR72FWA.js";
6
+ } from "./chunk-NFVZCZPA.js";
7
7
  import {
8
8
  ensureAuthenticated,
9
9
  getSignalingUrl
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  loadAuthToken
16
16
  } from "./chunk-XPYW5WQS.js";
17
- import "./chunk-WWO24OO4.js";
17
+ import "./chunk-MAA2DPW5.js";
18
18
  import {
19
19
  CRASH_STDERR_DIRNAME,
20
20
  EXIT_RECORD_BASENAME,
@@ -515,7 +515,7 @@ async function runDaemonChild() {
515
515
  env.SHIPYARD_USER_ID = authResult.userId;
516
516
  env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
517
517
  env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
518
- const { serve } = await import("./serve-2TT5TNFA.js");
518
+ const { serve } = await import("./serve-JVTSDF4E.js");
519
519
  return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
520
520
  }
521
521
  async function runSupervisor() {
@@ -606,4 +606,4 @@ async function createSupervisorMetrics(env) {
606
606
  export {
607
607
  startCommand
608
608
  };
609
- //# sourceMappingURL=start-72QH3ONM.js.map
609
+ //# sourceMappingURL=start-TYBSF7PZ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard",
3
- "version": "3.31.0",
3
+ "version": "3.32.0",
4
4
  "description": "Shipyard daemon - collaborative coding agents with Loro CRDT sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",