/** * Architect Agent - Architecture and Debugging Expert * * READ-ONLY consultation agent for strategic architecture decisions * and complex debugging. * * Ported from oh-my-opencode's architect agent. */ import type { AgentConfig, AgentPromptMetadata } from './types.js'; export declare const ARCHITECT_PROMPT_METADATA: AgentPromptMetadata; export declare const architectAgent: AgentConfig; //# sourceMappingURL=architect.d.ts.map