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
7 changes: 0 additions & 7 deletions .changeset/crisp-flies-mate.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/green-dingos-refuse.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#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.

`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.

- [#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.

Add notice suppression controls for automation:
- `--no-notices` on `intent list` and `intent install`
- `INTENT_NO_NOTICES=1` environment variable

Remove one-off CLI exclude flags from command surfaces (`list/load --exclude`); excludes are now managed via `package.json#intent.exclude` and `intent exclude`.

## 0.0.44

### 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.0.44",
"version": "0.1.0",
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
"license": "MIT",
"type": "module",
Expand Down