UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 406 B
/** * Continue Command Adapter * * Formats commands for Continue following its .prompt specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Continue adapter for command generation. * File path: .continue/prompts/opsx-<id>.prompt * Frontmatter: name, description, invokable */ export declare const continueAdapter: ToolCommandAdapter; //# sourceMappingURL=continue.d.ts.map