@kody-ade/kody-engine 0.2.36 → 0.2.37

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/kody2.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@kody-ade/kody-engine",
6
- version: "0.2.36",
6
+ version: "0.2.37",
7
7
  description: "kody2 \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
8
8
  license: "MIT",
9
9
  type: "module",
@@ -1252,7 +1252,7 @@ var FORBIDDEN_PATH_PREFIXES = [
1252
1252
  "dist/",
1253
1253
  "build/"
1254
1254
  ];
1255
- var FORBIDDEN_PATH_EXACT = /* @__PURE__ */ new Set([".env"]);
1255
+ var FORBIDDEN_PATH_EXACT = /* @__PURE__ */ new Set([".env", ".kody2-pip-requirements.txt"]);
1256
1256
  var FORBIDDEN_PATH_SUFFIXES = [".log"];
1257
1257
  var CONVENTIONAL_PREFIXES = [
1258
1258
  "feat:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "description": "kody2 — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",