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