- 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
861 B
861 B
name, description, applyTo
| name | description | applyTo |
|---|---|---|
| Language and Tooling Defaults | Cross-project language and file-type guidance for JS, Vue, SCSS, Markdown, JSON, HTML, Shell, YAML, and config files. | **/*.js,**/*.mjs,**/*.vue,**/*.scss,**/*.md,**/*.json,**/*.html,**/*.sh,**/*.yml,**/*.yaml,**/*.env,**/*.conf |
- Use
javascript.instructions.mdfor JavaScript and MJS files. - Use
vue.instructions.mdfor Vue SFC files. - Use
scss.instructions.mdfor SCSS stylesheets. - Use
markdown.instructions.mdfor Markdown docs. - Use
json.instructions.mdfor JSON data/config files. - Use
html.instructions.mdfor HTML templates/pages. - Use
shell.instructions.mdfor shell scripts. - Use
yaml.instructions.mdfor YAML configs. - Use
env-config.instructions.mdfor env and conf files. - Prefer project-local instructions when they provide more specific guidance.