Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 07:30
· 92 commits to main since this release
2c17c9f

v0.1.0

Changes

@tanstack/intent

0.1.0

Minor Changes

  • #157 665370e - 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 665370e - 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.1.0

Patch Changes

  • Add intent-library end-user CLI for library consumers. Libraries wire it up via a generated shim (intent setup --shim) to expose an intent bin. Running intent list recursively discovers skills across the library's dependency tree; intent install prints an agent-driven prompt to map skills to project tasks in CLAUDE.md. (#9)

Packages

  • @tanstack/intent@0.1.0