UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 407 B
/** * Amazon Q Developer Command Adapter * * Formats commands for Amazon Q Developer following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Amazon Q adapter for command generation. * File path: .amazonq/prompts/opsx-<id>.md * Frontmatter: description */ export declare const amazonQAdapter: ToolCommandAdapter; //# sourceMappingURL=amazon-q.d.ts.map