UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 394 B
/** * Qwen Code Command Adapter * * Formats commands for Qwen Code following its TOML specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Qwen adapter for command generation. * File path: .qwen/commands/opsx-<id>.toml * Format: TOML with description and prompt fields */ export declare const qwenAdapter: ToolCommandAdapter; //# sourceMappingURL=qwen.d.ts.map