- 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
10 lines
399 B
Markdown
10 lines
399 B
Markdown
---
|
|
name: "Global Engineering Best Practices"
|
|
description: "Umbrella baseline for cross-project engineering guidance."
|
|
applyTo: "**"
|
|
---
|
|
|
|
- Use `engineering-core-defaults.instructions.md` for global engineering behavior.
|
|
- Use `language-and-tooling-defaults.instructions.md` for file-type and tooling baselines.
|
|
- When project-local instructions are present, treat them as the authoritative source.
|