UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 389 B
/** * OpenCode Command Adapter * * Formats commands for OpenCode following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * OpenCode adapter for command generation. * File path: .opencode/command/opsx-<id>.md * Frontmatter: description */ export declare const opencodeAdapter: ToolCommandAdapter; //# sourceMappingURL=opencode.d.ts.map