@schoolai/shipyard 3.5.2 → 3.5.3-rc.20260505.1

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/index.js CHANGED
@@ -101,7 +101,7 @@ async function loadAuthFromConfig(env) {
101
101
  async function handleSubcommand() {
102
102
  const subcommand = process.argv[2];
103
103
  if (subcommand === "login") {
104
- const { loginCommand } = await import("./login-DS5NF6NY.js");
104
+ const { loginCommand } = await import("./login-G6OYPHJL.js");
105
105
  const hasCheck = process.argv.includes("--check");
106
106
  await loginCommand({ check: hasCheck });
107
107
  return true;
@@ -112,7 +112,7 @@ async function handleSubcommand() {
112
112
  return true;
113
113
  }
114
114
  if (subcommand === "start") {
115
- const { startCommand } = await import("./start-3EOO3GKE.js");
115
+ const { startCommand } = await import("./start-IPX2WRPP.js");
116
116
  await startCommand();
117
117
  return true;
118
118
  }
@@ -129,7 +129,7 @@ async function main() {
129
129
  const args = parseCliArgs();
130
130
  if (args.serve) {
131
131
  await loadAuthFromConfig(env);
132
- const { serve } = await import("./serve-QEYLJVS7.js");
132
+ const { serve } = await import("./serve-AATQWYUH.js");
133
133
  return serve({ isDev: env.SHIPYARD_DEV });
134
134
  }
135
135
  logger.error("Use `shipyard start` to run the daemon. Use --help for usage.");
@@ -3,8 +3,8 @@ import {
3
3
  ensureAuthenticated,
4
4
  getSignalingUrl,
5
5
  loginCommand
6
- } from "./chunk-EO5Z7KRI.js";
7
- import "./chunk-TCP3B2LJ.js";
6
+ } from "./chunk-5B5MBXHW.js";
7
+ import "./chunk-EE3Z2DJM.js";
8
8
  import "./chunk-EHQITHQX.js";
9
9
  import "./chunk-IISLTKYY.js";
10
10
  import "./chunk-2UN5AR7V.js";
@@ -17,4 +17,4 @@ export {
17
17
  getSignalingUrl,
18
18
  loginCommand
19
19
  };
20
- //# sourceMappingURL=login-DS5NF6NY.js.map
20
+ //# sourceMappingURL=login-G6OYPHJL.js.map
@@ -95,7 +95,7 @@ import {
95
95
  VaultKeyPutRequestSchema,
96
96
  VaultKeyPutResponseSchema,
97
97
  classifyClaudeCodeCompatibility
98
- } from "./chunk-TCP3B2LJ.js";
98
+ } from "./chunk-EE3Z2DJM.js";
99
99
  import "./chunk-EHQITHQX.js";
100
100
  import {
101
101
  createChildLogger,
@@ -36022,7 +36022,7 @@ function nanoid(size2 = 21) {
36022
36022
  }
36023
36023
 
36024
36024
  // src/services/bootstrap/signaling.ts
36025
- var DAEMON_NPM_VERSION = true ? "3.5.2" : "unknown";
36025
+ var DAEMON_NPM_VERSION = true ? "3.5.3" : "unknown";
36026
36026
  function createDaemonSignaling(config2) {
36027
36027
  const agentId = config2.agentId ?? nanoid();
36028
36028
  function send(msg) {
@@ -120255,7 +120255,15 @@ var TaskManager = class {
120255
120255
  });
120256
120256
  }
120257
120257
  if (cwd && cwd !== task.cwd) {
120258
- this.updateTaskCwd(taskId, cwd);
120258
+ if (task.mode === "review" && !task.cwd) {
120259
+ this.#deps.log({
120260
+ event: "review_message_cwd_ignored_pending_worktree",
120261
+ taskId,
120262
+ providedCwd: cwd
120263
+ });
120264
+ } else {
120265
+ this.updateTaskCwd(taskId, cwd);
120266
+ }
120259
120267
  }
120260
120268
  task.orchestrator.handleUserMessage(
120261
120269
  content,
@@ -125447,4 +125455,4 @@ export {
125447
125455
  decideWorkspaceScope,
125448
125456
  serve
125449
125457
  };
125450
- //# sourceMappingURL=serve-QEYLJVS7.js.map
125458
+ //# sourceMappingURL=serve-AATQWYUH.js.map