import type { PromptMeta } from "../prompt-meta"; export const DEEP_WORKER_PROMPT_META: PromptMeta = { version: "1.0.0", date: "2025-03-28", summary: "Executes complex goals autonomously with end-to-end verification.", changelog: [ { version: "1.0.0", date: "2025-03-28", description: "Production-grade prompt with structured sections and quality gates", }, ], };