@schoolai/shipyard-mcp 0.3.2-next.540 → 0.3.2-next.544

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.
@@ -42694,7 +42694,8 @@ var LocalDiffCommentSchema = external_exports.object({
42694
42694
  createdAt: external_exports.number(),
42695
42695
  baseRef: external_exports.string(),
42696
42696
  resolved: external_exports.boolean().optional(),
42697
- lineContentHash: external_exports.string().optional()
42697
+ lineContentHash: external_exports.string().optional(),
42698
+ machineId: external_exports.string().optional()
42698
42699
  });
42699
42700
  var GitHubArtifactParseSchema = external_exports.object({
42700
42701
  id: external_exports.string(),
@@ -821,7 +821,8 @@ var LocalDiffCommentSchema = z.object({
821
821
  createdAt: z.number(),
822
822
  baseRef: z.string(),
823
823
  resolved: z.boolean().optional(),
824
- lineContentHash: z.string().optional()
824
+ lineContentHash: z.string().optional(),
825
+ machineId: z.string().optional()
825
826
  });
826
827
  function createLinkedPR(params) {
827
828
  const linkedPR = {
@@ -59,7 +59,7 @@ import {
59
59
  tryAcquireHubLock,
60
60
  uploadArtifact,
61
61
  webConfig
62
- } from "./chunk-FLGKCBXM.js";
62
+ } from "./chunk-UN2EIC2Y.js";
63
63
  import {
64
64
  logger
65
65
  } from "./chunk-HFZCBGQ3.js";
@@ -3269,7 +3269,7 @@ async function setupReviewNotification(taskId, pollIntervalSeconds) {
3269
3269
  return { script, fullResponse: text };
3270
3270
  }
3271
3271
  async function requestUserInput(opts) {
3272
- const { InputRequestManager } = await import("./input-request-manager-3L5EHE23.js");
3272
+ const { InputRequestManager } = await import("./input-request-manager-SGOTLMNW.js");
3273
3273
  const ydoc = await getOrCreateDoc(PLAN_INDEX_DOC_NAME);
3274
3274
  const manager = new InputRequestManager();
3275
3275
  if ("questions" in opts && opts.questions) {
@@ -5,7 +5,7 @@ import {
5
5
  createMultiQuestionInputRequest,
6
6
  getOrCreateDoc,
7
7
  logPlanEvent
8
- } from "./chunk-FLGKCBXM.js";
8
+ } from "./chunk-UN2EIC2Y.js";
9
9
  import {
10
10
  logger
11
11
  } from "./chunk-HFZCBGQ3.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard-mcp",
3
- "version": "0.3.2-next.540",
3
+ "version": "0.3.2-next.544",
4
4
  "description": "Shipyard MCP server and CLI tools for distributed planning with CRDTs",
5
5
  "type": "module",
6
6
  "bin": {