fix: update tool names in prompts for consistency (#393)

- 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:
Dobri Danchev 2025-11-10 16:34:18 -06:00 committed by GitHub
parent ba6d1e456d
commit 2f5e9e9050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'
---