import { VersionInfo } from '@start9labs/start-sdk' // Stage the v2.0 reserve-asset thesis spine (from the parallel signal-engine workstream) // as CANDIDATE nodes in the Thesis Workshop: root/forcing-function, throughline, the // verifiable-vs-contrarian decomposition, and the three seams (Energy↔Compute, // Debasement↔Bitcoin, AI↔Data-Ownership). Provenance + "unratified, exposure unconfirmed" // stated on the section. Additive, non-canonical (guardrail #4), idempotent. No migration. export const v_0_1_0_72 = VersionInfo.of({ version: '0.1.0:72', releaseNotes: { en_US: [ 'Thesis Workshop now shows the v2.0 reserve-asset spine (bitcoin as the non-debasable', 'reserve, debasement as forcing function, AI as abundance engine) as candidate content', 'for you and your partner to review. It is staged only — nothing is canonical without', 'two admins signing off.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })