import { VersionInfo } from '@start9labs/start-sdk' // Outreach Draft Assistant. Pick an investor + an outreach type (intro / follow-up / // fund update / meeting follow-up / nurture) + optional guidance, and the agent drafts // a tailored LP email in Ten31's voice, grounded in the thesis + that investor's CRM // notes and email history. The investor's context is de-identified through the redaction // boundary before Claude sees it and restored locally — the LP list never leaves Ten31. // Draft-only: a human reviews, edits, and sends (no auto-send; guardrails #4, #6). New // backend mcp/outreach_agent.py + routes GET /api/outreach/investors, POST /api/outreach/draft. export const v_0_1_0_68 = VersionInfo.of({ version: '0.1.0:68', releaseNotes: { en_US: [ 'New Outreach page: pick an investor and a type, and the Architect drafts a tailored', 'email in Ten31’s voice using the thesis + that investor’s notes and email history. Their', 'details are de-identified before Claude sees them and restored locally. Drafts only —', 'you review, edit, and send. Nothing is sent automatically.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })