UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 422 B
/** * GitHub Copilot Command Adapter * * Formats commands for GitHub Copilot following its .prompt.md specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * GitHub Copilot adapter for command generation. * File path: .github/prompts/opsx-<id>.prompt.md * Frontmatter: description */ export declare const githubCopilotAdapter: ToolCommandAdapter; //# sourceMappingURL=github-copilot.d.ts.map