Skip to content

Commit 6039a26

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

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/getmetadir-walk-up.md

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

.changeset/tidy-buses-hunt.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/TanStack/intent/pull/194) [`e885566`](https://github.com/TanStack/intent/commit/e8855664ff7eeb37a8ee4fed3c01a0dbded14dc6) - Fix `setup`, `setup-github-actions`, `meta`, and `scaffold` failing with "No templates directory found" / "Meta-skills directory not found" in the published package. `getMetaDir` hardcoded `../../meta`, which is correct for the `src/commands/` source layout but overshoots to `@tanstack/meta` from the flat `dist/` layout the build ships. Walk up to the first `meta/` directory instead so resolution works in both layouts (and symlinked installs).
8+
9+
- [#191](https://github.com/TanStack/intent/pull/191) [`3620cca`](https://github.com/TanStack/intent/commit/3620ccad89eeca310b6f72e64cbea0280eef37f3) - Tighten skill-source identity to `(kind, id)` instead of name alone: `workspace:foo` no longer authorizes an npm-installed `foo` (and vice versa) in `intent.skills`, the "declared but not discovered" notice, and skill loading via `intent load`.
10+
311
## 0.3.4
412

513
### 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.3.4",
3+
"version": "0.3.5",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)