/** * kitPrompt() — the GENERATED model-facing prompt section (W2 §The Kit). * W3 hoisted the generator to `@vendoai/vendo/core` (the engine consumes it there); * re-exported so the `@vendoai/vendo/ui/kit` surface is unchanged. */ export { kitPrompt, type KitPromptOptions, } from "../../core/apps/index.js";