@schoolai/shipyard 3.5.3-rc.20260505.1 → 3.5.3
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 +2 -2
- package/dist/{serve-AATQWYUH.js → serve-Q2AWZ4S2.js} +2 -10
- package/dist/{serve-AATQWYUH.js.map → serve-Q2AWZ4S2.js.map} +1 -1
- package/dist/{start-IPX2WRPP.js → start-D4NXCWOI.js} +2 -2
- package/package.json +1 -1
- /package/dist/{start-IPX2WRPP.js.map → start-D4NXCWOI.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ async function handleSubcommand() {
|
|
|
112
112
|
return true;
|
|
113
113
|
}
|
|
114
114
|
if (subcommand === "start") {
|
|
115
|
-
const { startCommand } = await import("./start-
|
|
115
|
+
const { startCommand } = await import("./start-D4NXCWOI.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-
|
|
132
|
+
const { serve } = await import("./serve-Q2AWZ4S2.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.");
|
|
@@ -120255,15 +120255,7 @@ var TaskManager = class {
|
|
|
120255
120255
|
});
|
|
120256
120256
|
}
|
|
120257
120257
|
if (cwd && cwd !== task.cwd) {
|
|
120258
|
-
|
|
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
|
-
}
|
|
120258
|
+
this.updateTaskCwd(taskId, cwd);
|
|
120267
120259
|
}
|
|
120268
120260
|
task.orchestrator.handleUserMessage(
|
|
120269
120261
|
content,
|
|
@@ -125455,4 +125447,4 @@ export {
|
|
|
125455
125447
|
decideWorkspaceScope,
|
|
125456
125448
|
serve
|
|
125457
125449
|
};
|
|
125458
|
-
//# sourceMappingURL=serve-
|
|
125450
|
+
//# sourceMappingURL=serve-Q2AWZ4S2.js.map
|