fix: update tool names in prompts for consistency

- Changed tool names from 'run_in_terminal' and 'get_terminal_output'
  to 'runCommands/runInTerminal' and 'runCommands/getTerminalOutput'
  for uniformity across prompt files.

Signed-off-by: D. Danchev <12420863+danchev@users.noreply.github.com>
This commit is contained in:
D. Danchev 2025-11-10 13:06:05 -06:00
parent e97a1cf787
commit c6514001bc
2 changed files with 2 additions and 2 deletions

View File

@ -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: ['run_in_terminal', 'get_terminal_output']
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
---
### Instructions

View File

@ -1,6 +1,6 @@
---
description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.'
tools: ['run_in_terminal', 'get_terminal_output']
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
mode: 'agent'
---