@kody-ade/kody-engine-lite 0.1.41 → 0.1.42

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 +3 -3
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -164,7 +164,7 @@ var init_definitions = __esm({
164
164
  name: "build",
165
165
  type: "agent",
166
166
  modelTier: "mid",
167
- timeout: 12e5,
167
+ timeout: 24e5,
168
168
  maxRetries: 1
169
169
  },
170
170
  {
@@ -187,14 +187,14 @@ var init_definitions = __esm({
187
187
  name: "review-fix",
188
188
  type: "agent",
189
189
  modelTier: "mid",
190
- timeout: 6e5,
190
+ timeout: 12e5,
191
191
  maxRetries: 1
192
192
  },
193
193
  {
194
194
  name: "ship",
195
195
  type: "deterministic",
196
196
  modelTier: "cheap",
197
- timeout: 12e4,
197
+ timeout: 24e4,
198
198
  maxRetries: 1,
199
199
  outputFile: "ship.md"
200
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",