workflow-ai 1.0.12 → 1.0.13

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-ai",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "AI Agent Workflow Coordinator — kanban-based pipeline for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {