/** * 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-.md * Frontmatter: description, argument-hint */ export declare const costrictAdapter: ToolCommandAdapter; //# sourceMappingURL=costrict.d.ts.map