- 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
464 B
464 B
name, description, applyTo
| name | description | applyTo |
|---|---|---|
| JSON Standards | Cross-project JSON standards for stable structure and deterministic formatting. | **/*.json |
- Keep JSON formatting consistent and deterministic.
- Avoid duplicate keys and ambiguous nesting.
- Prefer stable, explicit property names.
- Remove unused configuration fields during related edits.
- Preserve existing data contracts unless intentional changes are documented.
- Validate JSON syntax before commit.