v0.1.4
- Patchd3649fa
Add the
doctorcommand to audit, verify, and autofix a Verno Studio project's health and configuration. - Patchc557e5d
Add the
updatecommand to detect outdated configuration, dependencies, and styles, then apply updates with a diff-like preview. - Patch61e2cda
Optimize CLI startup performance by dynamically importing command handlers and options parsers on demand.
- Patch1b10598
Replace the CLI process runner's direct
execadependency with Node.js nativechild_processAPIs. - Patch32a913e
Add usage tracking with PostHog for core CLI commands and show an opt-out notice on startup. Telemetry collects git identity (email and name) when available, falling back to a persistent anonymous UUID. Opt out by setting
DO_NOT_TRACK=1orVERNO_TELEMETRY_DISABLED=1.