🛠️ Update various documentation, scripts, and configuration templates to enhance clarity, functionality, and maintainability across the project

This commit is contained in:
2026-05-04 10:56:41 +00:00
parent 1a2f1510bf
commit 31975e3088
41 changed files with 4184 additions and 133 deletions

View File

@@ -0,0 +1,15 @@
---
description: "Use when authoring or editing shared Copilot resources that should stay lightweight and inexpensive to run."
applyTo: "resources/prompts/**/*.prompt.md,resources/instructions/**/*.instructions.md,resources/agents/**/*.agent.md,resources/skills/**/SKILL.md"
---
- Reuse an existing shared resource before creating a new one.
- Prefer the cheapest sufficient primitive: instruction for durable rules, skill
for portable workflows, prompt for thin VS Code entrypoints, hook only for
deterministic enforced behavior.
- Keep frontmatter, examples, and repeated policy text short.
- Ask for narrow inputs such as a file, symbol, or command instead of broad
workspace scans when possible.
- Bias the resource toward concise outputs unless the task clearly needs depth.
- Say when the resource should not be used if that prevents broad, expensive
misuse.