fix(prompts): change agent: to mode: in frontmatter
Fixed 22 prompt files: - Changed 'agent:' to 'mode:' (correct frontmatter key) - Removed duplicate 'search' entries from tools arrays This aligns with prompt authoring rules in prompt.instructions.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
description: 'Generate targeted tests to achieve 100% Codecov patch coverage when CI reports uncovered lines'
|
||||
tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages']
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user