@brainbase-labs/cli 0.25.0-eng1209.1 → 0.25.0-eng1209.2
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36008,7 +36008,7 @@ function padStart(s, n) {
|
|
|
36008
36008
|
// package.json
|
|
36009
36009
|
var package_default = {
|
|
36010
36010
|
name: "@brainbase-labs/cli",
|
|
36011
|
-
version: "0.25.0-eng1209.
|
|
36011
|
+
version: "0.25.0-eng1209.2",
|
|
36012
36012
|
description: "Pack, share, and install agent templates across harnesses (Claude Code, Codex, ...).",
|
|
36013
36013
|
type: "module",
|
|
36014
36014
|
bin: {
|
|
@@ -80332,7 +80332,7 @@ async function copyCandidateOutput(output, manifest, spec, context) {
|
|
|
80332
80332
|
for (const frozenFile of selected.files) {
|
|
80333
80333
|
assertBudget(context);
|
|
80334
80334
|
const source = path88.resolve(spec.workspace_root, safeRelPath(frozenFile.path));
|
|
80335
|
-
const destination = path88.resolve(spec.logs_root, "candidate-
|
|
80335
|
+
const destination = path88.resolve(spec.logs_root, "candidate-outputs", output.id, safeRelPath(frozenFile.path));
|
|
80336
80336
|
if (fs81.existsSync(destination)) {
|
|
80337
80337
|
throw new BenchmarkPhaseError("destination_conflict", `candidate output destination already exists: ${output.id}/${frozenFile.path}`);
|
|
80338
80338
|
}
|