Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.3 KB

File metadata and controls

46 lines (29 loc) · 1.3 KB

Changelog

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.


[v0.2.0] - 2026-03-09

What's Changed

✨ Features

  • feat(skills): add skillpm-compatible npm packages for all skills

[v0.1.1] - 2026-03-09

What's Changed

📚 Documentation

  • docs: add missing CLI slash commands to cli-guide skill
  • docs: polish README with centered header, badges, emoji sections, and tree view

[v0.1.0] - 2026-03-09

Initial Release

First release of the GitHub Copilot CLI customization blueprint.

[v0.1.0] - 2026-03-09

✨ Features

  • feat: initial release — CLI-only Copilot customization blueprint
  • feat: custom agent for building Copilot CLI customizations
  • feat: skill builder meta-skill with template
  • feat: setup audit skill for CLI configuration review
  • feat: CLI guide skill with commands, shortcuts, and modes reference
  • feat: scoped Markdown instructions
  • feat: root-level AGENTS.md for agent instructions
  • feat: install script for adding blueprint to existing projects
  • feat: conventional commits enforcement via git hooks
  • feat: GitHub Actions workflows (release, validate, commit-lint)