From 515d95cea2e1b62983e5ccf77b5031e2034f5fc4 Mon Sep 17 00:00:00 2001 From: Aung Myo Kyaw Date: Tue, 29 Jul 2025 21:59:24 +0700 Subject: [PATCH] chore(prompts): update git-flow-branch-creator prompt front matter Remove 'Created' field Add 'tools' field to front matter for clarity --- prompts/git-flow-branch-creator.prompt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prompts/git-flow-branch-creator.prompt.md b/prompts/git-flow-branch-creator.prompt.md index 18ac7f4..f0a67ec 100644 --- a/prompts/git-flow-branch-creator.prompt.md +++ b/prompts/git-flow-branch-creator.prompt.md @@ -1,7 +1,6 @@ --- description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.' -Version: '1.0.0' -Created: '2025-07-28' +tools: ['run_in_terminal', 'get_terminal_output'] --- ### Instructions