Files
fragginwagon 71e89ca5c0 Add shared instruction files and copilot history maintenance scripts
- Add 12 cross-project instruction files to resources/instructions/
- Add cleanup-copilot-history.mjs/.sh: quarantine-based history cleanup with dry-run and aggressive scope
- Add restore-copilot-history.mjs/.sh: restore from quarantine by run, path, or filter
- Add purge-copilot-history-quarantine.mjs/.sh: purge old quarantine runs with keep-latest guard
- Add copilot-history-maintenance.test.mjs: 3 passing unit tests covering all three scripts
2026-06-30 17:18:11 -04:00

13 lines
429 B
Markdown

---
name: "Markdown Standards"
description: "Cross-project Markdown standards for concise, scan-friendly documentation."
applyTo: "**/*.md"
---
- Keep documents concise, structured, and easy to scan.
- Use consistent heading hierarchy.
- Prefer bullet lists and tables for structured content.
- Avoid large unbroken paragraphs.
- Use examples where they improve clarity.
- Keep formatting markdownlint-compatible when possible.