workflow-ai 1.0.15 → 1.0.16

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"]
@@ -270,13 +276,13 @@ pipeline:
270
276
  fallback_agent: kilo-deepseek
271
277
  skill: execute-task
272
278
  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
279
+ agent_by_type:
280
+ impl: kilo-minimax
281
+ # fix: claude-sonnet
282
+ arch: claude-opus
283
+ # review: qwen-code
284
+ # docs: qwen-code
285
+ admin: kilo-minimax
280
286
  agent_by_attempt:
281
287
  1: qwen-code
282
288
  2: claude-sonnet
@@ -322,7 +328,7 @@ pipeline:
322
328
  review-result:
323
329
  description: "Проверить результат выполнения на соответствие DoD тикета"
324
330
  agent: claude-sonnet
325
- fallback_agent: qwen-code
331
+ fallback_agent: kilo-deepseek
326
332
  skill: review-result
327
333
  counter: task_attempts
328
334
  goto:
@@ -381,7 +387,7 @@ pipeline:
381
387
  create-report:
382
388
  description: "Создать итоговый отчёт по выполненным задачам"
383
389
  agent: claude-sonnet
384
- fallback_agent: qwen-code
390
+ fallback_agent: kilo-deepseek
385
391
  skill: create-report
386
392
  goto:
387
393
  default:
@@ -397,7 +403,7 @@ pipeline:
397
403
  analyze-report:
398
404
  description: "Проанализировать отчёт: план выполнен полностью?"
399
405
  agent: claude-opus
400
- fallback_agent: qwen-code
406
+ fallback_agent: kilo-deepseek
401
407
  skill: analyze-report
402
408
  goto:
403
409
  completed: end
@@ -429,7 +435,7 @@ pipeline:
429
435
  decompose-gaps:
430
436
  description: "Декомпозировать недочёты из отчёта в новые тикеты"
431
437
  agent: claude-sonnet
432
- fallback_agent: qwen-code
438
+ fallback_agent: kilo-deepseek
433
439
  skill: decompose-gaps
434
440
  goto:
435
441
  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.16",
4
4
  "description": "AI Agent Workflow Coordinator — kanban-based pipeline for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {