/** * Bob Shell Command Adapter * * Formats commands for Bob Shell following its markdown specification. * Commands are stored in .bob/commands/ directory. */ import type { ToolCommandAdapter } from '../types.js'; /** * Bob Shell adapter for command generation. * File path: .bob/commands/opsx-.md * Frontmatter: description, argument-hint */ export declare const bobAdapter: ToolCommandAdapter; //# sourceMappingURL=bob.d.ts.map