v0.14.1
Fixes
@hover-dev/next: plugin resolution in pnpm / turbo monorepos. Plugins passed toregister()(e.g.@hover-dev/security) silently failed to load when the dev server ran with the monorepo root as its cwd. The resolver only walked up fromprocess.cwd(), so it missed a plugin installed under<app>/node_modules, then swallowed the failure as a warning — and the widget showed no mode. It now also searches the call-stack frame directories (Next compilesinstrumentation.tsinto<app>/.next/server/), parses paths containing spaces correctly, and logs a loud, actionable error when a plugin truly can't be found. New vitest cases lock the behaviour in.
Site & docs
- Landing site: the hero typewriter-generates real specs across login / cart / form scenes, the comparison gains a fact-checked per-step-guard row, and a new "On the roadmap" section lists the planned structured-spec-output work.
- README trimmed from 755 to 435 lines, and an overstated
getByTestIdselector claim corrected.
Lockstep release: all 9 packages published at 0.14.1.
Full Changelog: v0.14.0...v0.14.1