FN-6168: expose workflow routing in triage
Add workflow discovery, selection, and investigation-task routing guidance to triage. - document workflow routing guidance in standard and fast triage prompts - add workflow list/select tools to triage sessions for task specification - pass workflow_id and noCommitsExpected through fn_task_create for child tasks - cover prompt/tool availability and child-task routing in triage tests - add a changeset and workflow docs for triage workflow selection behavior Files changed: .changeset/fn-6168-triage-workflow-routing.md | 5 ++ docs/workflow-steps.md | 2 + packages/engine/src/__tests__/triage.test.ts | 93 +++++++++++++++++++++++++++ packages/engine/src/triage.ts | 27 ++++++++ 4 files changed, 127 insertions(+) Fusion-Task-Id: FN-6168 Fusion-Task-Lineage: acfcebd5-bb9c-42ba-90a0-e9bcb90216b3
This commit is contained in:
5
.changeset/fn-6168-triage-workflow-routing.md
Normal file
5
.changeset/fn-6168-triage-workflow-routing.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Expose workflow discovery and selection during triage planning, including workflow routing metadata for child task creation.
|
||||
Reference in New Issue
Block a user