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,6 +1,6 @@
|
||||
---
|
||||
description: 'Investigates JavaScript errors, network failures, and warnings from browser DevTools console to identify root causes and implement fixes'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search', 'search/searchResults', 'findTestFiles', 'usages', 'runTests']
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user