UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 415 B
/** * Claude Code Command Adapter * * Formats commands for Claude Code following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Claude Code adapter for command generation. * File path: .claude/commands/opsx/<id>.md * Frontmatter: name, description, category, tags */ export declare const claudeAdapter: ToolCommandAdapter; //# sourceMappingURL=claude.d.ts.map