@fission-ai/openspec
Version:
AI-native system for spec-driven development
13 lines • 411 B
TypeScript
/**
* 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-<id>.md
* Frontmatter: description, argument-hint
*/
export declare const factoryAdapter: ToolCommandAdapter;
//# sourceMappingURL=factory.d.ts.map