@beastmode-develeap/beastmode 0.1.367 → 0.1.369

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
@@ -7079,12 +7079,15 @@ Path: ${projectPath}
7079
7079
  throw new Error("Missing required fields: productName, idea, methodology");
7080
7080
  }
7081
7081
  const { createInceptionState: createInceptionState2 } = await Promise.resolve().then(() => (init_inception(), inception_exports));
7082
- return createInceptionState2(factoryDir, {
7082
+ const state = createInceptionState2(factoryDir, {
7083
7083
  productName,
7084
7084
  idea,
7085
7085
  methodology,
7086
7086
  interactionMode: interactionMode || "interactive"
7087
7087
  });
7088
+ const boardUrl = getBoardUrl2(factoryDir);
7089
+ await proxyToBoard(boardUrl, "POST", "/api/projects", { name: productName, path: "" });
7090
+ return state;
7088
7091
  }
7089
7092
  },
7090
7093
  {