UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

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