/** * End-to-end process runner for Long Tail examples. * * Walks Process 3 ("Wrong Language → Durable MCP") through the full * escalation chain and MCP triage cycle: * * 1. Wait for server + seeded escalation * 2. Reviewer claims → escalates to admin * 3. Admin claims → escalates to engineer * 4. Engineer claims → resolves with needsTriage, describes: "Content is in Spanish" * 5. LLM-driven MCP triage diagnoses, translates, re-runs workflow, notifies engineering * 6. Verify: original workflow completed, engineering escalation created * * Usage: * npx tsx scripts/process.ts * npx tsx scripts/process.ts --base http://localhost:3000 */ export {};