From 25637e3248ab1cf5636e4c4187978e4449ac8f5a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:08:29 +0000 Subject: [PATCH] Dogfood triggers feature in single_pass workflow Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- .../packages/single_pass/workflow.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/backend/autometabuilder/packages/single_pass/workflow.json b/backend/autometabuilder/packages/single_pass/workflow.json index 08e069b..5be3e55 100644 --- a/backend/autometabuilder/packages/single_pass/workflow.json +++ b/backend/autometabuilder/packages/single_pass/workflow.json @@ -147,5 +147,15 @@ ] } } - } + }, + "triggers": [ + { + "nodeId": "load_context", + "kind": "manual", + "enabled": true, + "meta": { + "description": "Manually triggered single-pass workflow execution" + } + } + ] } \ No newline at end of file