workflow-ai 1.0.15 → 1.0.17

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.
@@ -67,6 +67,12 @@ pipeline:
67
67
  workdir: "."
68
68
  description: "Kilo deepseek"
69
69
 
70
+ kilo-minimax:
71
+ command: "kilo"
72
+ args: ["-m", "kilo/minimax/minimax-m2.5:free", "--agent", "code", "run"]
73
+ workdir: "."
74
+ description: "Kilo minimax"
75
+
70
76
  script-move:
71
77
  command: "node"
72
78
  args: [".workflow/src/scripts/move-ticket.js"]
@@ -204,6 +210,7 @@ pipeline:
204
210
  stage: move-to-in-progress
205
211
  params:
206
212
  ticket_id: "$result.ticket_id"
213
+ task_type: "$result.type"
207
214
  target: in-progress
208
215
  in_review:
209
216
  stage: review-result
@@ -270,13 +277,13 @@ pipeline:
270
277
  fallback_agent: kilo-deepseek
271
278
  skill: execute-task
272
279
  counter: task_attempts
273
- # agent_by_type:
274
- # impl: claude-sonnet
275
- # fix: claude-sonnet
276
- # arch: claude-opus
277
- # review: qwen-code
278
- # docs: qwen-code
279
- # plan: claude-opus
280
+ agent_by_type:
281
+ impl: kilo-minimax
282
+ # fix: claude-sonnet
283
+ arch: claude-opus
284
+ # review: qwen-code
285
+ # docs: qwen-code
286
+ admin: kilo-minimax
280
287
  agent_by_attempt:
281
288
  1: qwen-code
282
289
  2: claude-sonnet
@@ -322,7 +329,7 @@ pipeline:
322
329
  review-result:
323
330
  description: "Проверить результат выполнения на соответствие DoD тикета"
324
331
  agent: claude-sonnet
325
- fallback_agent: qwen-code
332
+ fallback_agent: kilo-deepseek
326
333
  skill: review-result
327
334
  counter: task_attempts
328
335
  goto:
@@ -381,7 +388,7 @@ pipeline:
381
388
  create-report:
382
389
  description: "Создать итоговый отчёт по выполненным задачам"
383
390
  agent: claude-sonnet
384
- fallback_agent: qwen-code
391
+ fallback_agent: kilo-deepseek
385
392
  skill: create-report
386
393
  goto:
387
394
  default:
@@ -397,7 +404,7 @@ pipeline:
397
404
  analyze-report:
398
405
  description: "Проанализировать отчёт: план выполнен полностью?"
399
406
  agent: claude-opus
400
- fallback_agent: qwen-code
407
+ fallback_agent: kilo-deepseek
401
408
  skill: analyze-report
402
409
  goto:
403
410
  completed: end
@@ -429,7 +436,7 @@ pipeline:
429
436
  decompose-gaps:
430
437
  description: "Декомпозировать недочёты из отчёта в новые тикеты"
431
438
  agent: claude-sonnet
432
- fallback_agent: qwen-code
439
+ fallback_agent: kilo-deepseek
433
440
  skill: decompose-gaps
434
441
  goto:
435
442
  default: check-conditions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-ai",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "AI Agent Workflow Coordinator — kanban-based pipeline for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {