diff --git a/prompts/conventional-commit.prompt.md b/prompts/conventional-commit.prompt.md index a5e056f..c517d43 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: ['run_in_terminal', 'get_terminal_output'] +tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput'] --- ### Instructions diff --git a/prompts/git-flow-branch-creator.prompt.md b/prompts/git-flow-branch-creator.prompt.md index d3da709..127f0c3 100644 --- a/prompts/git-flow-branch-creator.prompt.md +++ b/prompts/git-flow-branch-creator.prompt.md @@ -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' ---