UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

14 lines 455 B
/** * RooCode Command Adapter * * Formats commands for RooCode following its workflow specification. * RooCode uses markdown headers instead of YAML frontmatter. */ import type { ToolCommandAdapter } from '../types.js'; /** * RooCode adapter for command generation. * File path: .roo/commands/opsx-<id>.md * Format: Markdown header with description */ export declare const roocodeAdapter: ToolCommandAdapter; //# sourceMappingURL=roocode.d.ts.map