Release v1.2.1 · July 1, 2026

Thinner site config and version-drift checks

Engine vite/tsconfig wiring moves behind package exports so site config files stay thin, and inline doctor now flags engine version drift.

  • vite.config.ts / tsconfig.json are now thin, site-owned compositions — the engine wiring lives behind inline-cms-cli/vite and a shared tsconfig base, so engine updates ride in without touching your files
  • inline doctor checks for engine version drift against the latest tag
  • New architecture doc: distribution & updates (ownership manifest, lock, release, update, codemods)