UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 394 B
/** * Qoder Command Adapter * * Formats commands for Qoder following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Qoder adapter for command generation. * File path: .qoder/commands/opsx/<id>.md * Frontmatter: name, description, category, tags */ export declare const qoderAdapter: ToolCommandAdapter; //# sourceMappingURL=qoder.d.ts.map