@kody-ade/kody-engine 0.4.206-next.0 → 0.4.206

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.
Files changed (2) hide show
  1. package/dist/bin/kody.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/kody.js CHANGED
@@ -1486,7 +1486,7 @@ var init_loadCoverageRules = __esm({
1486
1486
  // package.json
1487
1487
  var package_default = {
1488
1488
  name: "@kody-ade/kody-engine",
1489
- version: "0.4.206-next.0",
1489
+ version: "0.4.206",
1490
1490
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
1491
1491
  license: "MIT",
1492
1492
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.206-next.0",
3
+ "version": "0.4.206",
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",