@tanstack/intent@0.0.43
Patch Changes
-
#151
ae42b35- Fix skill discovery in Yarn Berry (PnP) projects. WithnodeLinker: pnpand no
node_modules, dependencies live in.yarn/cache/*.ziparchives readable only
through Yarn's libzip-patched filesystem.intent listandintent loadnow
read package metadata andSKILL.mdfiles from those archives — including when
Intent runs vianpx/dlxfrom outside the project's PnP graph. A failed PnP
load fails closed with a clear diagnostic, and the PnP resolution hook is no
longer left installed in Intent's process.Speed up skill discovery. Frontmatter parsing now reads only the leading region
of eachSKILL.mdinstead of the whole file (~4x faster on large skill bodies),
and dependency resolution reuses its module resolver per package instead of
rebuilding it for every dependency. Also drops redundant filesystem checks in the
skill-file walk.