@kody-ade/kody-engine 0.4.195 → 0.4.196
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/bin/kody.js +3 -3
- package/package.json +1 -1
package/dist/bin/kody.js
CHANGED
|
@@ -1428,7 +1428,7 @@ var init_loadPriorArt = __esm({
|
|
|
1428
1428
|
// package.json
|
|
1429
1429
|
var package_default = {
|
|
1430
1430
|
name: "@kody-ade/kody-engine",
|
|
1431
|
-
version: "0.4.
|
|
1431
|
+
version: "0.4.196",
|
|
1432
1432
|
description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
1433
1433
|
license: "MIT",
|
|
1434
1434
|
type: "module",
|
|
@@ -8682,7 +8682,7 @@ function resetWorkingTree(cwd) {
|
|
|
8682
8682
|
} catch {
|
|
8683
8683
|
}
|
|
8684
8684
|
try {
|
|
8685
|
-
execFileSync14("git", ["clean", "-fd"], { cwd, stdio: ["ignore", "pipe", "pipe"], timeout: 3e4 });
|
|
8685
|
+
execFileSync14("git", ["clean", "-fd", "-e", ".kody"], { cwd, stdio: ["ignore", "pipe", "pipe"], timeout: 3e4 });
|
|
8686
8686
|
} catch {
|
|
8687
8687
|
}
|
|
8688
8688
|
}
|
|
@@ -8698,7 +8698,7 @@ function checkoutPrBranch(prNumber, cwd) {
|
|
|
8698
8698
|
} catch {
|
|
8699
8699
|
}
|
|
8700
8700
|
try {
|
|
8701
|
-
execFileSync14("git", ["clean", "-fd"], { cwd, env, stdio: ["ignore", "pipe", "pipe"], timeout: 3e4 });
|
|
8701
|
+
execFileSync14("git", ["clean", "-fd", "-e", ".kody"], { cwd, env, stdio: ["ignore", "pipe", "pipe"], timeout: 3e4 });
|
|
8702
8702
|
} catch {
|
|
8703
8703
|
}
|
|
8704
8704
|
execFileSync14("gh", ["pr", "checkout", String(prNumber)], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kody-ade/kody-engine",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.196",
|
|
4
4
|
"description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|