@fission-ai/openspec
Version:
AI-native system for spec-driven development
13 lines • 392 B
TypeScript
/**
* iFlow Command Adapter
*
* Formats commands for iFlow following its frontmatter specification.
*/
import type { ToolCommandAdapter } from '../types.js';
/**
* iFlow adapter for command generation.
* File path: .iflow/commands/opsx-<id>.md
* Frontmatter: name, id, category, description
*/
export declare const iflowAdapter: ToolCommandAdapter;
//# sourceMappingURL=iflow.d.ts.map