/** * 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-.prompt * Frontmatter: name, description, invokable */ export declare const continueAdapter: ToolCommandAdapter; //# sourceMappingURL=continue.d.ts.map