UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

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