From e38282b063b435fb71370b7fec10f02204c12d60 Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Tue, 27 Jan 2026 13:57:09 -0500 Subject: [PATCH] Add name to Codex workflow prompt templates --- .../installers/lib/ide/templates/workflow-command-template.md | 1 + tools/cli/installers/lib/ide/templates/workflow-commander.md | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/cli/installers/lib/ide/templates/workflow-command-template.md b/tools/cli/installers/lib/ide/templates/workflow-command-template.md index 5c9e436c..e7d6059f 100644 --- a/tools/cli/installers/lib/ide/templates/workflow-command-template.md +++ b/tools/cli/installers/lib/ide/templates/workflow-command-template.md @@ -1,4 +1,5 @@ --- +name: '{{module}}_{{name}}' description: '{{description}}' --- diff --git a/tools/cli/installers/lib/ide/templates/workflow-commander.md b/tools/cli/installers/lib/ide/templates/workflow-commander.md index 3645c1a2..18b32624 100644 --- a/tools/cli/installers/lib/ide/templates/workflow-commander.md +++ b/tools/cli/installers/lib/ide/templates/workflow-commander.md @@ -1,4 +1,5 @@ --- +name: '{{module}}_{{name}}' description: '{{description}}' ---