@odla-ai/cli 0.16.4 → 0.16.5
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/README.md +2 -2
- package/dist/bin.cjs +5 -5
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-GAFC4EPJ.js → chunk-GLY5BN6D.js} +6 -6
- package/dist/chunk-GLY5BN6D.js.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/odla-migrate/references/phase-2-db.md +2 -2
- package/dist/chunk-GAFC4EPJ.js.map +0 -1
package/dist/bin.js
CHANGED
|
@@ -1965,7 +1965,7 @@ function encodeAgentInput(message2) {
|
|
|
1965
1965
|
`;
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
1968
|
-
// ../harness/dist/chunk-
|
|
1968
|
+
// ../harness/dist/chunk-IONC45N6.js
|
|
1969
1969
|
import { execFile as execFile2, spawn as spawn3 } from "child_process";
|
|
1970
1970
|
import { constants } from "fs";
|
|
1971
1971
|
import { access } from "fs/promises";
|
|
@@ -2423,7 +2423,7 @@ async function captureGitDiff(root, maxBytes) {
|
|
|
2423
2423
|
if (code !== 0 && code !== 1) {
|
|
2424
2424
|
throw new Error(`git diff failed: ${Buffer.concat(stderr).toString("utf8").slice(0, 1e3)}`);
|
|
2425
2425
|
}
|
|
2426
|
-
return Buffer.concat(stdout).toString("utf8").replaceAll("a/baseline/", "a/").replaceAll("b/workspace/", "b/").replaceAll("--- a/baseline", "--- a").replaceAll("+++ b/workspace", "+++ b");
|
|
2426
|
+
return Buffer.concat(stdout).toString("utf8").replaceAll("a/baseline/", "a/").replaceAll("a/workspace/", "a/").replaceAll("b/baseline/", "b/").replaceAll("b/workspace/", "b/").replaceAll("--- a/baseline", "--- a").replaceAll("+++ b/workspace", "+++ b");
|
|
2427
2427
|
}
|
|
2428
2428
|
async function stageWorkspace(source, options = {}) {
|
|
2429
2429
|
const sourceDir = await realpath2(resolve22(source));
|
|
@@ -2482,7 +2482,7 @@ async function stageWorkspacePair(baselineSource, workspaceSource, options = {})
|
|
|
2482
2482
|
}
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
|
-
// ../harness/dist/chunk-
|
|
2485
|
+
// ../harness/dist/chunk-QGDLTDYH.js
|
|
2486
2486
|
import { createHash as createHash2 } from "crypto";
|
|
2487
2487
|
import { readFile as readFile2, readdir as readdir2 } from "fs/promises";
|
|
2488
2488
|
import { relative as relative3, resolve as resolve4 } from "path";
|
|
@@ -2819,7 +2819,7 @@ function validateSnapshot(snapshot, limits) {
|
|
|
2819
2819
|
}
|
|
2820
2820
|
}
|
|
2821
2821
|
|
|
2822
|
-
// ../harness/dist/chunk-
|
|
2822
|
+
// ../harness/dist/chunk-QGDLTDYH.js
|
|
2823
2823
|
import { spawn as spawn4 } from "child_process";
|
|
2824
2824
|
import { lstat as lstat2 } from "fs/promises";
|
|
2825
2825
|
import { resolve as resolve23, sep as sep3 } from "path";
|
|
@@ -3112,7 +3112,7 @@ function looksLikeDestination(value) {
|
|
|
3112
3112
|
return /^(?:[a-z][a-z0-9+.-]*:\/\/|\/|\\\\)/i.test(text) || /^[\w.-]+\.[a-z]{2,}(?:[/:]|$)/i.test(text);
|
|
3113
3113
|
}
|
|
3114
3114
|
|
|
3115
|
-
// ../harness/dist/chunk-
|
|
3115
|
+
// ../harness/dist/chunk-QGDLTDYH.js
|
|
3116
3116
|
import { createHash as createHash3 } from "crypto";
|
|
3117
3117
|
async function digestStagedWorkspace(root, limits) {
|
|
3118
3118
|
const files = [];
|
|
@@ -7910,4 +7910,4 @@ export {
|
|
|
7910
7910
|
exitCodeFor,
|
|
7911
7911
|
runCli
|
|
7912
7912
|
};
|
|
7913
|
-
//# sourceMappingURL=chunk-
|
|
7913
|
+
//# sourceMappingURL=chunk-GLY5BN6D.js.map
|