@schoolai/shipyard-mcp 0.1.3-next.458 → 0.1.3-next.460

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.
@@ -2932,13 +2932,14 @@ Type: ${type}
2932
2932
  Filename: ${filename}
2933
2933
  URL: ${artifactUrl}${linkedText}
2934
2934
 
2935
- \u{1F389} ALL DELIVERABLES COMPLETE! Task auto-completed.
2935
+ \u{1F389} ALL DELIVERABLES COMPLETE! Task auto-completed.${prText}
2936
2936
 
2937
- Snapshot URL: ${snapshotUrl}${prText}
2938
-
2939
- Embed this snapshot URL in your PR description as proof of completed work.`
2937
+ Snapshot URL generated. Access via result.snapshotUrl to embed in PR.`
2940
2938
  }
2941
- ]
2939
+ ],
2940
+ // Structured data for programmatic access (avoids token limit issues)
2941
+ snapshotUrl,
2942
+ allDeliverablesComplete: true
2942
2943
  };
2943
2944
  }
2944
2945
  const statusText = statusChanged ? "\nStatus: draft \u2192 in_progress (auto-updated)" : "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard-mcp",
3
- "version": "0.1.3-next.458",
3
+ "version": "0.1.3-next.460",
4
4
  "description": "Shipyard MCP server and CLI tools for distributed planning with CRDTs",
5
5
  "type": "module",
6
6
  "bin": {