All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- refactor: remove all Claude references — this is a GitHub Copilot blueprint
- docs: add agentskills.io spec fields, plugin settings, and CLAUDE.md audit checks
- feat: add hooks support, agent plugins docs, and align with latest VS Code Copilot docs
- feat: add hooks support — new
/copilot-new-hookprompt template for lifecycle automation - feat: add agent plugins documentation across all skills
- feat: add
argument-hint,user-invocable,disable-model-invocationfields to skill-builder - feat: add hooks section to setup-audit, compatibility-checker, and customization-selector skills
- refactor: update all skills, prompts, and agent with latest VS Code Copilot docs
- refactor: fix
user-invokabletypo touser-invocableacross all files - refactor: replace deprecated
inferreferences withuser-invocable/disable-model-invocation - refactor: update VS Code settings with new Copilot feature flags
- refactor: update compatibility matrix with hooks, plugins, and stable Agent Skills
- refactor: update copilot-instructions.md with hooks and updated file structure
- docs: update README with hooks, plugins, new prompt template, and VS Code 1.95+ prereq
- docs: add hooks lifecycle events, configuration format, and best practices
- docs: add agent-scoped hooks documentation
- docs: expand decision matrix with hooks and agent plugins columns
- fix: add missing newlines for improved readability in SKILL.md
- refactor: rename skills and prompts with copilot- prefix for clarity
- feat: add validation workflow, changelog automation, VS Code config, and analytics
- feat: add professional repository structure with auto-release workflow