/** * Factory Droid Command Adapter * * Formats commands for Factory Droid following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Factory adapter for command generation. * File path: .factory/commands/opsx-.md * Frontmatter: description, argument-hint */ export declare const factoryAdapter: ToolCommandAdapter; //# sourceMappingURL=factory.d.ts.map