import { VersionInfo } from '@start9labs/start-sdk' // The Architect. Adds the Claude-powered thesis generation agent (backend/mcp/ // architect_agent.py) and a "Thesis Workshop" screen where partners iterate on // the thesis: generate any number of competing options for any part, give // feedback, and regenerate. Runs on Claude; drop your Anthropic API key at // /data/secrets/anthropic-api-key to enable generation (self-disabling until // then). `anthropic` added to the image. No data migration. export const v_0_1_0_49 = VersionInfo.of({ version: '0.1.0:49', releaseNotes: { en_US: [ 'Adds the Architect: a Thesis Workshop screen where you and your partner', 'iterate on the thesis with Claude, generating any number of competing', 'options for any part and giving feedback to regenerate. Add your Anthropic', 'API key at /data/secrets/anthropic-api-key on the server to switch it on.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })