import { VersionInfo } from '@start9labs/start-sdk' // Follow-up radar on the Outreach page. A deterministic scan surfaces investors who // need attention — "you owe a reply" (their email is unanswered), or a warm lead gone // quiet (no contact in 45+ days) — most urgent first, each with a checkable reason from // the email history (no LLM guesswork in the surfacing). One click drafts the suggested // follow-up/nurture in your voice via the existing outreach drafter. No schema change. export const v_0_1_0_69 = VersionInfo.of({ version: '0.1.0:69', releaseNotes: { en_US: [ 'Outreach now opens with a "Needs attention" list: investors waiting on a reply or gone', 'quiet (45+ days), most urgent first, each with a reason you can verify from the email', 'history. One click drafts the right follow-up or nurture in your voice.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })