From d911f7493fab7bce5487514588f5c11abd1930b3 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Thu, 14 May 2026 21:55:37 +0000
Subject: [PATCH] docs(ai): fix test script prompt

---
 .github/prompts/create-test-script.prompt.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/prompts/create-test-script.instructions.md b/.github/prompts/create-test-script.prompt.md
similarity index 97%
rename from .github/prompts/create-test-script.instructions.md
rename to .github/prompts/create-test-script.prompt.md
index c6a40cc..9b4b417 100644
--- a/.github/prompts/create-test-script.instructions.md
+++ b/.github/prompts/create-test-script.prompt.md
@@ -1,7 +1,7 @@
 ---
-agent: ask
+agent: agent
 model: gpt-5
-tools: ["codebase", "editFiles", "runCommands"]
+tools: ["search/codebase", "edit/editFiles", "execute/runInTerminal"]
 name: create-test-script
 description: Create or extend a Hugo-based output test script from a structured test request.
 argument-hint: |

--
Gitblit v1.10.0