workflow-ai 1.0.13 → 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.
@@ -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.13",
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": {