Fix review feedback: mode→agent frontmatter, add applyTo, generate plugin

- Fix prompt frontmatter: mode: 'agent' → agent: 'agent' (repo convention)
- Add applyTo: '**' to instructions file
- Remove trailing Claude credit from instructions
- Generate plugin via npm run plugin:migrate
- Rebase onto latest upstream/main
This commit is contained in:
vfaraji89
2026-02-10 22:43:10 +03:00
parent 2ae2db1287
commit 2a324116db
10 changed files with 52 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['codebase']
description: 'Generate a map of all files relevant to a task before making changes'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['codebase', 'terminalCommand']
description: 'Plan a multi-file refactor with proper sequencing and rollback steps'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['codebase']
description: 'Ask Copilot what files it needs to see before answering a question'
---