import { VersionInfo } from '@start9labs/start-sdk' /** Progress reviews + deck-quality guidance. ExVer form `:`. */ export const v_0_1_9 = VersionInfo.of({ version: '0.1.9:0', releaseNotes: 'Per-company progress reviews: a new PROGRESS.md (and "View progress ' + 'review" on the dashboard company card) reads the whole graded ledger and ' + 'reports the trajectory — composite trend with per-deck deltas, which BDEF ' + 'categories and KPIs are improving or declining, and which red flags are ' + 'recurring, new, or resolved. It also grades the material itself: a ' + 'deterministic gap engine spots what the decks are NOT showing (no ' + 'profitability visibility, KPIs without targets, no forward guidance, a ' + 'broken forecast chain, silently dropped KPIs, BDEF categories scored on ' + 'thin evidence, no board asks) and turns every gap into a concrete, ' + 'paste-ready request list for the next deck. Served live from the ledger ' + 'at /api/companies/{slug}/progress(.md) — no GPU needed — and written to ' + '/data/ledger//PROGRESS.md after each grading run.', migrations: {}, })