fix: correct Copilot extension command registration (#1724)

* fix: correct Copilot extension command registration (#copilot)

- Use .agent.md extension for commands in .github/agents/
- Generate companion .prompt.md files in .github/prompts/
- Clean up .prompt.md files on extension removal
- Add tests for Copilot-specific registration behavior

Bumps version to 0.1.7.

* fix: test copilot prompt cleanup via ExtensionManager.remove() instead of manual unlink

---------

Co-authored-by: Ismael <ismael.jimenez-martinez@bmw.de>
This commit is contained in:
Ismael
2026-03-03 16:03:38 +01:00
committed by GitHub
parent dd8dbf6344
commit f6264d4ef4
4 changed files with 181 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "specify-cli"
version = "0.1.12"
version = "0.1.13"
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
requires-python = ">=3.11"
dependencies = [