import { VersionInfo } from '@start9labs/start-sdk' // Saves the 2026-06-05 Architect positioning pass into the Thesis Workshop: five // divergent framings of the core banner (Convergence, Access, Asymmetry, Scarcity, // Freedom-tech), each scored and red-teamed, added as competing CANDIDATE options // beside Option A/B so the partners can review and mark one up. One-time, additive, // non-canonical (guardrail #4); idempotent via an interaction_log sentinel so a // soft-deleted option is never resurrected. No schema migration. export const v_0_1_0_58 = VersionInfo.of({ version: '0.1.0:58', releaseNotes: { en_US: [ 'Thesis Workshop now starts with five Architect-drafted positioning options for the', 'core banner, each scored and pressure-tested, sitting beside the original Option A/B', 'for you and your partner to compare and pick from. They are drafts only; nothing is', 'made canonical without two admins signing off.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })