Type Alias: CopilotFileKind
type CopilotFileKind =
| "agent-instructions"
| "chatmode"
| "instructions"
| "prompt"
| "repository-hook"
| "repository-instructions"
| "skill";
Defined in: _internal/copilot-file-kind.ts:11
Supported GitHub Copilot repository file categories.