diff --git a/.changeset/shaggy-yaks-enter.md b/.changeset/shaggy-yaks-enter.md new file mode 100644 index 0000000..0aa1a97 --- /dev/null +++ b/.changeset/shaggy-yaks-enter.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)) diff --git a/package.json b/package.json index 0398d36..d05e199 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "repository": { "type": "git", - "url": "git+https://github.com/TanStack/intent.git" + "url": "https://github.com/TanStack/intent.git" }, "packageManager": "pnpm@10.26.1", "type": "module",