v0.2.0
What's new
Added GitHub Copilot as a supported platform.
switchic switch github-copilot
Generates .github/copilot-instructions.md, AGENTS.md, .github/agents/.agent.md, .github/instructions/.instructions.md, and .github/skills/*/SKILL.md from your existing switchic config.
All bundled agents, skills, and rules now include a copilot: block alongside the existing claude: block. The agent-import and skill-import skills are updated to handle GitHub Copilot file formats.
Full changelog
- feat(platform): add GitHub Copilot adapter
- feat(skills): add GitHub Copilot support to agent-import and skill-import
- docs(readme): reflect GitHub Copilot adapter as shipped