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:
@@ -2,7 +2,7 @@
|
||||
name: sa-generate
|
||||
description: Structured Autonomy Implementation Generator Prompt
|
||||
model: GPT-5.1-Codex (Preview) (copilot)
|
||||
agent: agent
|
||||
mode: agent
|
||||
---
|
||||
|
||||
You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation.
|
||||
|
||||
Reference in New Issue
Block a user