/** * `slowcook vibe --spec ` — 0.15.0-α.1. * * Reads specs/story-.yaml + brownfield extracts (.brewing/diagrams/) * + code-map summary, runs the vibe agent (single-shot LLM call), * writes the emitted mockup files to a `slowcook/mockup/story-` * branch, opens a draft PR labeled `slowcook-mockup`. * * The PR is the PM-review surface: preview-deploy renders it, PM * comments / annotates / approves. Iteration is handled by the * `slowcook plate` command (α.3); vibe is single-shot. */ export declare function vibe(argv: string[], cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map