hosts/copilot/host.psd1
|
@{ # Identity Kind = 'copilot' DisplayName = 'GitHub Copilot CLI' Status = 'supported' SchemaVersion = 1 MenuPriority = 3 # Interactive host-selection menu priority (iter-011). Note: `--host` flag non-interactive default REMAINS `copilot` (specrew-start.ps1) for predictability in CI/automation. # Binary detection Binary = 'copilot' InstallUrl = 'https://docs.github.com/en/copilot/how-tos/copilot-cli' InstallGuidance = 'GitHub Copilot CLI not found on PATH. Install: https://docs.github.com/en/copilot/how-tos/copilot-cli' # Runtime layout SkillRoot = '.github/skills' LegacySkillRoots = @('.copilot/skills') HasUserSlashCommandSurface = $true InstructionsFile = '.github/copilot-instructions.md' AgentDir = '.squad/agents/' # Spec-kit + Squad coupling SpeckitAiFlag = 'copilot' PreferredAgent = 'copilot' # Phase B handler file (not yet present) HandlersFile = 'handlers.ps1' CoordinatorRulesFile = 'coordinator-rules.psd1' } |