Skip to content

Commit bf89ba4

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 6f4e0de commit bf89ba4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/prompts/create-architectural-decision-record.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
agent: 'agent'
33
description: 'Create an Architectural Decision Record (ADR) document optimized for decision documentation.'
4-
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
4+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'vscode/extensions', 'fetch/*', 'fetch/fetch', 'web/fetch', 'web/githubRepo', 'vscode/openSimpleBrowser', 'read/problems', 'execute/createAndRunTask', 'execute/runTask', 'read/getTaskOutput', 'search', 'search/searchResults', 'read/terminalLastCommand', 'read/terminalSelection', 'execute/testFailure', 'search/usages', 'vscode/vscodeAPI']
55
---
66
# Create Architectural Decision Record
77

.github/prompts/csharp-docs.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
agent: 'agent'
3-
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
3+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'read/problems']
44
description: 'Ensure that C# types are documented with XML comments following Microsoft documentation standards and project guidelines.'
55
---
66

.github/prompts/csharp-tunit.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
agent: 'agent'
3-
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
3+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'read/problems', 'search']
44
description: 'Best practices for TUnit unit testing, including data-driven tests'
55
---
66

0 commit comments

Comments
 (0)