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