Update instructions/prompt.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Gordon Lam
2026-01-08 18:02:10 +08:00
committed by GitHub
parent fc16945701
commit 35a690f28e

View File

@@ -30,7 +30,7 @@ Every prompt file should include YAML frontmatter with the following fields:
### Guidelines ### Guidelines
- Use consistent quoting (single quotes recommended) and keep one field per line for readability and version control clarity - Use consistent quoting (single quotes recommended) and keep one field per line for readability and version control clarity
- If `tools` are specified and current agent is `ask` or `edit`, the default agent becomes `agent` - If `tools` are specified and the current agent is `ask` or `edit`, the default agent becomes `agent`
- Preserve any additional metadata (`language`, `tags`, `visibility`, etc.) required by your organization - Preserve any additional metadata (`language`, `tags`, `visibility`, etc.) required by your organization
## File Naming and Placement ## File Naming and Placement