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