@beastmode-develeap/beastmode 0.1.272 → 0.1.274
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 -1
- package/dist/index.js.map +1 -1
- package/dist/web/board.html +1 -1
- package/dist/web/build-commit.txt +1 -1
- package/dist/web/build-stamp.txt +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6443,7 +6443,8 @@ Path: ${projectPath}
|
|
|
6443
6443
|
status: "complete",
|
|
6444
6444
|
analyzed_at: meta.analyzed_at,
|
|
6445
6445
|
duration_seconds: meta.duration_seconds,
|
|
6446
|
-
target_repo_head_sha: meta.target_repo_head_sha
|
|
6446
|
+
target_repo_head_sha: meta.target_repo_head_sha,
|
|
6447
|
+
claude_skeleton: meta.claude_skeleton
|
|
6447
6448
|
};
|
|
6448
6449
|
}
|
|
6449
6450
|
if (meta && meta.status === "failed") {
|