Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/clean-months-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-ghosts-brake.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/intent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/intent

## 0.3.4

### Patch Changes

- [#190](https://github.com/TanStack/intent/pull/190) [`45c863d`](https://github.com/TanStack/intent/commit/45c863d2389d203862b7b2f9f9f81316fab5207d) - Improve the maintainer skill-authoring workflow:

- Add `validate --set-version <version>`, which stamps `metadata.library_version` across matched skills via YAML surgery (preserving comments, line endings, and body) and then re-validates.
- Correct the `generate-skill` meta-skill so it no longer emits slash-path `name` values that fail validation, and the `skill-staleness-check` meta-skill so it points at the real `intent stale` command instead of a non-existent script.

- [#188](https://github.com/TanStack/intent/pull/188) [`2a25b36`](https://github.com/TanStack/intent/commit/2a25b360843801848a01af7b21b39646e6a5a53b) - Refuse to load a Yarn PnP runtime resolved from within node_modules; only a project root or ancestor .pnp.cjs is trusted.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/intent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/intent",
"version": "0.3.3",
"version": "0.3.4",
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
"license": "MIT",
"type": "module",
Expand Down