@kody-ade/kody-engine 0.1.3 → 0.1.4
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/cli.mjs +16 -4
- package/dist/bin/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bin/cli.mjs
CHANGED
|
@@ -214,14 +214,14 @@ var init_registry = __esm({
|
|
|
214
214
|
},
|
|
215
215
|
test: {
|
|
216
216
|
outputFile: "test.md",
|
|
217
|
-
timeout: ms("
|
|
217
|
+
timeout: ms("40m"),
|
|
218
218
|
complexityThreshold: 0,
|
|
219
219
|
contextFiles: ["spec.md", "clarified.md", "plan.md", "task.json"],
|
|
220
220
|
type: "agent"
|
|
221
221
|
},
|
|
222
222
|
build: {
|
|
223
223
|
outputFile: "build.md",
|
|
224
|
-
timeout: ms("
|
|
224
|
+
timeout: ms("60m"),
|
|
225
225
|
complexityThreshold: 0,
|
|
226
226
|
contextFiles: [
|
|
227
227
|
"spec.md",
|
|
@@ -248,7 +248,14 @@ var init_registry = __esm({
|
|
|
248
248
|
outputFile: "review.md",
|
|
249
249
|
timeout: ms("15m"),
|
|
250
250
|
complexityThreshold: 30,
|
|
251
|
-
contextFiles: [
|
|
251
|
+
contextFiles: [
|
|
252
|
+
"review.md",
|
|
253
|
+
"build.md",
|
|
254
|
+
"plan.md",
|
|
255
|
+
"context.md",
|
|
256
|
+
"spec.md",
|
|
257
|
+
"clarified.md"
|
|
258
|
+
],
|
|
252
259
|
type: "agent"
|
|
253
260
|
},
|
|
254
261
|
fix: {
|
|
@@ -317,7 +324,12 @@ var init_registry = __esm({
|
|
|
317
324
|
"pr"
|
|
318
325
|
];
|
|
319
326
|
SPEC_ORDER_TURBO = ["taskify"];
|
|
320
|
-
IMPL_ORDER_TURBO = [
|
|
327
|
+
IMPL_ORDER_TURBO = [
|
|
328
|
+
"build",
|
|
329
|
+
"commit",
|
|
330
|
+
"verify",
|
|
331
|
+
"pr"
|
|
332
|
+
];
|
|
321
333
|
FIX_FULL_ORDER = [
|
|
322
334
|
"taskify",
|
|
323
335
|
"architect",
|