From 14ff362ce1808df45a09c463e6313bbece16d812 Mon Sep 17 00:00:00 2001 From: MeetNexus Date: Wed, 1 Oct 2025 03:15:51 +0200 Subject: [PATCH] fix: Correct path to instructions in bmad-init workflow --- src/core/workflows/bmad-init/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/workflows/bmad-init/workflow.yaml b/src/core/workflows/bmad-init/workflow.yaml index 0c76ae26..6b1dc629 100644 --- a/src/core/workflows/bmad-init/workflow.yaml +++ b/src/core/workflows/bmad-init/workflow.yaml @@ -9,6 +9,6 @@ date: system-generated # This is an action workflow - no template output template: false -instructions: "{project-root}/src/core/workflows/bmad-init/instructions.md" +instructions: "{project-root}/bmad/core/workflows/bmad-init/instructions.md" web_bundle: false