From 1f3348b1da541209434d8f14f222477d4988dd6a Mon Sep 17 00:00:00 2001 From: ladybluenotes Date: Sat, 28 Mar 2026 13:44:50 -0700 Subject: [PATCH] fix? --- .changeset/fiery-shoes-live.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/fiery-shoes-live.md diff --git a/.changeset/fiery-shoes-live.md b/.changeset/fiery-shoes-live.md new file mode 100644 index 0000000..0aa1a97 --- /dev/null +++ b/.changeset/fiery-shoes-live.md @@ -0,0 +1,9 @@ +--- +'@tanstack/intent': patch +--- + +- Fix workspace package discovery for nested glob patterns, including support for `*` and `**`. Workspace patterns and resolved package roots are now normalized, deduped, and sorted, and the shared resolver has been extracted for reuse by internal workspace scanning. ([#93](https://github.com/TanStack/intent/pull/93)) + +- Refactor @tanstack/intent to use a shared project context resolver for workspace and package detection. This fixes monorepo targeting bugs in validate and edit-package-json, including pnpm workspaces defined only by pnpm-workspace.yaml. ([#93](https://github.com/TanStack/intent/pull/93)) + +- Use stable `node_modules//...` paths for skill references instead of absolute filesystem paths containing package-manager-internal directories with version numbers. Paths no longer break when packages are updated. ([#94](https://github.com/TanStack/intent/pull/94))