Skip to content

Commit ce6d7dd

Browse files
ci: changeset release
1 parent 8377f37 commit ce6d7dd

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/afraid-trees-type.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- Harden Intent skill checks for nested workspaces, generated GitHub workflows, Yarn PnP discovery, and Agent Skills spec compatibility. ([#121](https://github.com/TanStack/intent/pull/121))
8+
9+
`intent validate` now discovers package-local `skills/` directories from workspace configuration, including nested layouts. The generated `check-skills.yml` workflow now delegates PR validation and release/manual review PR generation to the CLI. `intent stale --github-review` writes review files with the reasons each skill or package was flagged.
10+
11+
Intent package scanning also supports Yarn PnP projects through Yarn's PnP API, and validation now emits warning-only Agent Skills spec compatibility notices without failing existing Intent skills.
12+
313
## 0.0.33
414

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

0 commit comments

Comments
 (0)