From e0ef76bcaf459dd4d584f7a752340e2572cd6be6 Mon Sep 17 00:00:00 2001 From: Steven Vore Date: Tue, 3 Feb 2026 11:02:24 -0500 Subject: [PATCH] Update tools section in conventional commit prompt --- prompts/conventional-commit.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/conventional-commit.prompt.md b/prompts/conventional-commit.prompt.md index c517d438..01cf2b5a 100644 --- a/prompts/conventional-commit.prompt.md +++ b/prompts/conventional-commit.prompt.md @@ -1,6 +1,6 @@ --- description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.' -tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput'] +tools: ['execute/runInTerminal', 'execute/getTerminalOutput'] --- ### Instructions