import { VersionInfo } from '@start9labs/start-sdk' // LP Objections page: a UI trigger for the Architect's grounding pass. An admin picks // a segment (or All LPs) and runs grounding — the Architect mines matched LP emails and // notes on the local model, removes every identifier through the redaction boundary, // and asks Claude for the recurring objections + honest rebuttals. Only de-identified // themes leave Ten31. Uses the existing /api/architect/ground route; no schema change. export const v_0_1_0_66 = VersionInfo.of({ version: '0.1.0:66', releaseNotes: { en_US: [ 'New LP Objections page: run the Architect grounding pass over your matched LP email', 'to surface the recurring objections (and the strongest honest rebuttals) for any', 'segment. Everything sensitive is de-identified on your own hardware before Claude sees', 'it — only objection themes leave Ten31. Results are a draft for your review.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })