Skip to content

Commit ccc3fea

Browse files
ci: changeset release (#152)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae42b35 commit ccc3fea

3 files changed

Lines changed: 19 additions & 18 deletions

File tree

.changeset/yellow-queens-doubt.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/intent/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @tanstack/intent
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- [#151](https://github.com/TanStack/intent/pull/151) [`ae42b35`](https://github.com/TanStack/intent/commit/ae42b3503ea0d6b759795396b87e55d3d9bf72cc) - Fix skill discovery in Yarn Berry (PnP) projects. With `nodeLinker: pnp` and no
8+
`node_modules`, dependencies live in `.yarn/cache/*.zip` archives readable only
9+
through Yarn's libzip-patched filesystem. `intent list` and `intent load` now
10+
read package metadata and `SKILL.md` files from those archives — including when
11+
Intent runs via `npx`/`dlx` from outside the project's PnP graph. A failed PnP
12+
load fails closed with a clear diagnostic, and the PnP resolution hook is no
13+
longer left installed in Intent's process.
14+
15+
Speed up skill discovery. Frontmatter parsing now reads only the leading region
16+
of each `SKILL.md` instead of the whole file (~4x faster on large skill bodies),
17+
and dependency resolution reuses its module resolver per package instead of
18+
rebuilding it for every dependency. Also drops redundant filesystem checks in the
19+
skill-file walk.
20+
321
## 0.0.42
422

523
### Patch Changes

packages/intent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/intent",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)