Skip to content

Commit ebf3ee3

Browse files
ci: changeset release (#175)
1 parent 089a355 commit ebf3ee3

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/hot-bottles-float.md

Lines changed: 0 additions & 7 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.0
4+
5+
### Minor Changes
6+
7+
- [#174](https://github.com/TanStack/intent/pull/174) [`089a355`](https://github.com/TanStack/intent/commit/089a3551467a428e2994633dc79ef47ef6b0d838) - Add `intent hooks install` for supported AI coding agents.
8+
9+
This adds lifecycle-hook installation for supported agents, including project/user scope handling, generated hook runner scripts, and agent-specific enforcement policy. It also documents the hook setup flow and adds eval/test coverage for hooked intent discovery.
10+
311
## 0.2.1
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.2.1",
3+
"version": "0.3.0",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)