workflow-ai 1.0.12 → 1.0.14

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.
@@ -270,13 +270,13 @@ pipeline:
270
270
  fallback_agent: kilo-deepseek
271
271
  skill: execute-task
272
272
  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
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
280
  agent_by_attempt:
281
281
  1: qwen-code
282
282
  2: claude-sonnet
@@ -474,7 +474,7 @@ pipeline:
474
474
  # log_file: — путь к файлу логов (относительно корня проекта)
475
475
  # ===========================================================================
476
476
  execution:
477
- max_steps: 100
478
- delay_between_stages: 5
477
+ max_steps: 1500
478
+ delay_between_stages: 1
479
479
  timeout_per_stage: 1800
480
480
  log_file: ".workflow/logs/pipeline.log"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-ai",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "AI Agent Workflow Coordinator — kanban-based pipeline for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {