Skip to content

Releases: TanStack/intent

v0.0.42

07 Jun 22:55
c53dbc3

Choose a tag to compare

v0.0.42

Changes

@tanstack/intent

0.0.42

Patch Changes

  • #148 a8e0ea1 - Remove the abandoned intent-library bin and its ./intent-library export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking intent-library directly must move to the normal intent discovery flow (no compatibility shim).

Packages

  • @tanstack/intent@0.0.42

@tanstack/intent@0.0.42

07 Jun 22:55
c53dbc3

Choose a tag to compare

Patch Changes

  • #148 a8e0ea1 - Remove the abandoned intent-library bin and its ./intent-library export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking intent-library directly must move to the normal intent discovery flow (no compatibility shim).

v0.0.41

08 May 19:39

Choose a tag to compare

v0.0.41

Changes

@tanstack/intent

0.0.41

Patch Changes

  • Fix package discovery for Yarn PnP projects and pnpm symlinked dependency trees, and use the detected package manager when printing Intent commands. (#130)

Packages

  • @tanstack/intent@0.0.41

v0.0.40

03 May 18:19

Choose a tag to compare

v0.0.40

Changes

@tanstack/intent

0.0.40

Patch Changes

  • Reduce repeated filesystem work during Intent CLI scans by sharing package.json/skill discovery caches across scan paths and de-duping package-root and node_modules scan attempts within a single scan. Debug output now includes package.json read/cache-hit counts. (#127)

Packages

  • @tanstack/intent@0.0.40

v0.0.39

03 May 06:44

Choose a tag to compare

v0.0.39

Changes

@tanstack/intent

0.0.39

Patch Changes

  • Replace custom version parsing and comparison with semver for stale drift reporting and installed package variant selection. (#126)

    This improves handling for prereleases, build metadata, coerced versions, invalid versions, and downgrades while preserving the existing major, minor, patch, or null stale drift output.

Packages

  • @tanstack/intent@0.0.39

v0.0.38

03 May 06:07

Choose a tag to compare

v0.0.38

Changes

@tanstack/intent

0.0.38

Patch Changes

  • Refactor workspace pattern discovery to use a JSONC parser for Deno configs, support additional workspace config shapes, and cache workspace roots, parsed patterns, and resolved package directories during CLI commands. (#125)

    This also allows Deno workspace members with deno.json or deno.jsonc manifests to be resolved as workspace packages.

Packages

  • @tanstack/intent@0.0.38

v0.0.37

03 May 02:38

Choose a tag to compare

v0.0.37

Changes

@tanstack/intent

0.0.37

Patch Changes

  • Add the @tanstack/intent/core entrypoint for programmatic skill discovery and loading. (#124)

    intent load now uses the core APIs and a direct dependency fast path, avoiding broad workspace scans when a requested skill can be resolved from the target package. This significantly improves load performance, especially in large workspaces, while preserving markdown link rewriting, warnings, debug output, and existing CLI behavior.

Packages

  • @tanstack/intent@0.0.37

v0.0.36

24 Apr 18:44

Choose a tag to compare

v0.0.36

Changes

@tanstack/intent

0.0.36

Patch Changes

  • Rewrite relative Markdown links in intent load output so referenced skill files resolve from the loaded skill location. This applies to normal output and JSON content, while --path remains unchanged. (c4bcade)

Packages

  • @tanstack/intent@0.0.36

v0.0.35

24 Apr 18:03

Choose a tag to compare

v0.0.35

Changes

@tanstack/intent

0.0.35

Patch Changes

  • Fix intent list in projects with stale Yarn PnP files alongside project node_modules, including Bun isolated installs. Intent now prefers project node_modules when it exists and only loads Yarn's PnP API for PnP projects without node_modules. (#122)

Packages

  • @tanstack/intent@0.0.35

v0.0.34

24 Apr 02:41

Choose a tag to compare

v0.0.34

Changes

@tanstack/intent

0.0.34

Patch Changes

  • Harden Intent skill checks for nested workspaces, generated GitHub workflows, Yarn PnP discovery, and Agent Skills spec compatibility. (#121)

    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.

    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.

Packages

  • @tanstack/intent@0.0.34