- middleware/ (5): requireAuth, securityHeaders, errorFormatter, csrf, rateLimiter — fully typed against the shared http Req/Res/Next types. - workers/dailyWorker — fully typed. - db/ (4): database, subscriptionCatalogSeed, migrations/versionedMigrations, migrations/legacyReconcileMigrations — large dynamic schema/migration infra, converted with @ts-nocheck (typing deferred). All requires updated to .cts. Behavior-preserving. Verified: typecheck:server 0, check:server 0, suite 226/226. Co-Authored-By: Claude Opus 4.8 <[email protected]>
The CSV parser + import primitives (also shared by the OFX importer). Behavior-preserving. Verified: typecheck:server 0, check:server 0, suite 226/226. Co-Authored-By: Claude Opus 4.8 <[email protected]>