switch to single quotes in everything frontmatter for dependency risk
This commit is contained in:
parent
b79ab2f18f
commit
d2e83218b5
@ -1,8 +1,8 @@
|
||||
---
|
||||
description: 'How to give guidance on which packages or libraries to use. Provides a dependency risk report.'
|
||||
applyTo: '**'
|
||||
mode: "agent"
|
||||
version: "0.1.01"
|
||||
mode: 'agent'
|
||||
version: '0.1.01'
|
||||
---
|
||||
|
||||
# Dependency Risk Base Level Instructions
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
---
|
||||
description: 'Sub-instructions of `dependency-risk-base-level.instructions.md` focused on company specific guidance or tools.'
|
||||
applyTo: '**'
|
||||
mode: "agent"
|
||||
version: "0.1.01"
|
||||
mode: 'agent'
|
||||
version: '0.1.01'
|
||||
---
|
||||
|
||||
# Dependency Risk Company Level Instructions
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
---
|
||||
description: 'Sub-instructions of `dependency-risk-base-level.instructions.md` focused on per-repository guidance or tools for should I use questions.'
|
||||
applyTo: '**'
|
||||
mode: "agent"
|
||||
version: "0.1.01"
|
||||
mode: 'agent'
|
||||
version: '0.1.01'
|
||||
---
|
||||
|
||||
# Dependency Risk Repository Level Instructions
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
description: "Instructions for producing a dependency risk report anytime user requests or Copilot suggests a package."
|
||||
description: 'Instructions for producing a dependency risk report anytime user requests or Copilot suggests a package.'
|
||||
applyTo: '**'
|
||||
mode: "agent"
|
||||
mode: 'agent'
|
||||
version: '0.1.01'
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user