From 43c87acd7c4b23bb3e4e62b65420eb172439c156 Mon Sep 17 00:00:00 2001 From: Dicky Moore Date: Wed, 25 Feb 2026 16:19:33 +0000 Subject: [PATCH] fix(templates): normalize markdown workflow launcher path convention --- tools/cli/installers/lib/ide/templates/workflow-commander.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/installers/lib/ide/templates/workflow-commander.md b/tools/cli/installers/lib/ide/templates/workflow-commander.md index 3645c1a2f..66eee15d1 100644 --- a/tools/cli/installers/lib/ide/templates/workflow-commander.md +++ b/tools/cli/installers/lib/ide/templates/workflow-commander.md @@ -2,4 +2,4 @@ description: '{{description}}' --- -IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{{workflow_path}}, READ its entire contents and follow its directions exactly! +IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/{{workflow_path}}, READ its entire contents and follow its directions exactly!