@kody-ade/kody-engine-lite 0.1.137 → 0.1.138

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/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -3552,6 +3552,7 @@ var init_rules = __esm({
3552
3552
  "dist/",
3553
3553
  "build/",
3554
3554
  "tests/",
3555
+ "watch/",
3555
3556
  ".env",
3556
3557
  "pnpm-lock.yaml",
3557
3558
  "package-lock.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.137",
3
+ "version": "0.1.138",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",