97%Copilot task accuracy on open-weight modelsThe agent runs on an open-weight model, Qwen3-235B, served through OpenRouter. The accuracy is scored by the author across the copilot task set, not yet by an automated suite.
2 into 1Money streams in a purpose-built ledgerThe finance module is its own ledger rather than an accounting integration: appointment billing lines and the expense book merge in get-finance-ledger.ts, and the filter plus both totals run before the page slice, so the sums cover every row the filters keep and not just the page on screen.
+ 1200 testsTests on every pull requestOrchestrated multiple CI workflows triggered on PRs across frontend and backend repositories to enforce strict continuous integration quality gates. The automated test matrix validates static typing, architecture, unit/integration, and database migrations, while inherently performing differential coverage regression against main, detecting stateful schema drift, and running headless Playwright E2E assertions for critical user flows.