Skip to content

Commit 2c17c9f

Browse files
ci: changeset release (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 665370e commit 2c17c9f

4 files changed

Lines changed: 17 additions & 20 deletions

File tree

.changeset/crisp-flies-mate.md

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

.changeset/green-dingos-refuse.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#157](https://github.com/TanStack/intent/pull/157) [`665370e`](https://github.com/TanStack/intent/commit/665370eeda0187643141f7bfb40619a0c62383e9) - Add `package.json#intent.skills` source allowlisting to gate which discovered packages can contribute skills.
8+
9+
`intent.exclude` now supports skill-level matching (for example `@scope/pkg#skill-id` and globs), and policy filtering is applied consistently across `intent list`, `intent load`, `intent install`, and `intent stale`. Notices are surfaced separately from warnings to keep command output machine-safe.
10+
11+
- [#157](https://github.com/TanStack/intent/pull/157) [`665370e`](https://github.com/TanStack/intent/commit/665370eeda0187643141f7bfb40619a0c62383e9) - Add a persistent `intent exclude` command for managing `package.json#intent.exclude` (`list`, `add`, `remove`), and document it in the CLI/config guides.
12+
13+
Add notice suppression controls for automation:
14+
- `--no-notices` on `intent list` and `intent install`
15+
- `INTENT_NO_NOTICES=1` environment variable
16+
17+
Remove one-off CLI exclude flags from command surfaces (`list/load --exclude`); excludes are now managed via `package.json#intent.exclude` and `intent exclude`.
18+
319
## 0.0.44
420

521
### 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.44",
3+
"version": "0.1.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)