import { VersionInfo } from '@start9labs/start-sdk' /** Human-friendly reports. ExVer form `:`. */ export const v_0_1_6 = VersionInfo.of({ version: '0.1.6:0', releaseNotes: 'Reports are now human-friendly: deck reports and scorecards render as ' + 'formatted pages in the dashboard (headings, styled tables, evidence ' + 'quotes) instead of raw markdown, with an at-a-glance strip on every ' + 'deck report — composite with delta vs the prior deck, quant/qual/penalty ' + 'mix, KPI hit/miss chips, best/weakest BDEF category, and red-flag count. ' + 'Generated DECK_REPORT.md files lead with the same concise At a glance ' + 'summary table, so downloaded and emailed copies read well too.', migrations: {}, })