workflow-ai 1.0.16 → 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.
@@ -210,6 +210,7 @@ pipeline:
210
210
  stage: move-to-in-progress
211
211
  params:
212
212
  ticket_id: "$result.ticket_id"
213
+ task_type: "$result.type"
213
214
  target: in-progress
214
215
  in_review:
215
216
  stage: review-result
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-ai",
3
- "version": "1.0.16",
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": {