UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

13 lines 412 B
/** * CoStrict Command Adapter * * Formats commands for CoStrict following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * CoStrict adapter for command generation. * File path: .cospec/openspec/commands/opsx-<id>.md * Frontmatter: description, argument-hint */ export declare const costrictAdapter: ToolCommandAdapter; //# sourceMappingURL=costrict.d.ts.map