import { VersionInfo } from '@start9labs/start-sdk' /** * Initial release. ExVer form `:` — we track our own * packaging revision since Boardroom Map has no separate upstream semver. */ export const v_0_1_0 = VersionInfo.of({ version: '0.1.0:0', releaseNotes: 'Initial version — BDEF v1.1 deck grading with per-company scorecards. ' + 'Drop board decks into inbox// and a panel of local LLMs on ' + 'your DGX Sparks grades them against the BDEF framework (Girdley + ' + 'Munger/Buffett); a deterministic scorer computes the 0-100 composite ' + '(quant 60 incl. profitability 30, qualitative 40, red flags to -15) and ' + 'appends it to each company\'s running ledger. Default air-gapped mode ' + 'keeps decks and grades entirely on your hardware.', migrations: {}, })