Skip to content

Releases: TanStack/intent

v0.3.2

22 Jun 03:38
Immutable release. Only release title and notes can be modified.
362c48e

Choose a tag to compare

v0.3.2

Changes

@tanstack/intent

0.3.2

Patch Changes

  • #180 d67a5d6 - Add proactive skill catalogs to installed Intent hooks.

    intent hooks install now installs session-start catalog hooks for supported agents alongside the existing edit gate. Agents see the allowed local Intent skills at session start, resume, clear, and compact where the agent supports those lifecycle events, then still need to run intent load before editing.

    The generated hook loads the catalog through the Intent CLI with agent audience redaction instead of importing package code from the target repository.

Packages

  • @tanstack/intent@0.3.2

@tanstack/intent@0.3.2

22 Jun 03:38
Immutable release. Only release title and notes can be modified.
362c48e

Choose a tag to compare

Patch Changes

  • #180 d67a5d6 - Add proactive skill catalogs to installed Intent hooks.

    intent hooks install now installs session-start catalog hooks for supported agents alongside the existing edit gate. Agents see the allowed local Intent skills at session start, resume, clear, and compact where the agent supports those lifecycle events, then still need to run intent load before editing.

    The generated hook loads the catalog through the Intent CLI with agent audience redaction instead of importing package code from the target repository.

v0.3.1

21 Jun 23:35
Immutable release. Only release title and notes can be modified.
85f4b1d

Choose a tag to compare

v0.3.1

Changes

@tanstack/intent

0.3.1

Patch Changes

  • #176 5419b02 - Add agent-safe hidden skill source handling to intent list.

    intent list now detects agent sessions with std-env and redacts unlisted allowlist candidates from agent-facing output. Agents see allowed skills plus a count-only hidden-source notice, while intent list --show-hidden reveals hidden source names only outside agent sessions.

    Agent-mode JSON output includes hiddenSourceCount but leaves hiddenSources empty, preventing structured output from leaking package names that could be added to package.json#intent.skills.

Packages

  • @tanstack/intent@0.3.1

v0.3.0

21 Jun 17:50
Immutable release. Only release title and notes can be modified.
ebf3ee3

Choose a tag to compare

v0.3.0

Changes

@tanstack/intent

0.3.0

Minor Changes

  • #174 089a355 - Add intent hooks install for supported AI coding agents.

    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.

Packages

  • @tanstack/intent@0.3.0

@tanstack/intent@0.3.1

21 Jun 23:35
Immutable release. Only release title and notes can be modified.
85f4b1d

Choose a tag to compare

Patch Changes

  • #176 5419b02 - Add agent-safe hidden skill source handling to intent list.

    intent list now detects agent sessions with std-env and redacts unlisted allowlist candidates from agent-facing output. Agents see allowed skills plus a count-only hidden-source notice, while intent list --show-hidden reveals hidden source names only outside agent sessions.

    Agent-mode JSON output includes hiddenSourceCount but leaves hiddenSources empty, preventing structured output from leaking package names that could be added to package.json#intent.skills.

@tanstack/intent@0.3.0

21 Jun 17:50
Immutable release. Only release title and notes can be modified.
ebf3ee3

Choose a tag to compare

Minor Changes

  • #174 089a355 - Add intent hooks install for supported AI coding agents.

    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.

v0.2.1

20 Jun 04:44
Immutable release. Only release title and notes can be modified.
6826777

Choose a tag to compare

v0.2.1

Changes

@tanstack/intent

0.2.1

Patch Changes

  • #171 392016b - Adds package source-kind metadata to scanner results, tightens scan stats to match the runtime contract, and adds focused markdown destination rewrite coverage while preserving the current name-based allowlist behavior.

Packages

  • @tanstack/intent@0.2.1

v0.2.0

20 Jun 04:19
Immutable release. Only release title and notes can be modified.
de15caf

Choose a tag to compare

v0.2.0

Changes

@tanstack/intent

0.2.0

Minor Changes

  • #169 0dbf9d0 - Add intent validate --check and intent validate --fix for mechanical SKILL.md frontmatter migrations.

    --check reports pending migrations without writing files. --fix rewrites fixable name and metadata scalar migrations, then re-runs validation.

Patch Changes

  • #168 9eee8a5 - Make SKILL.md frontmatter spec-compliant. name must now be a spec-legal leaf segment matching its parent directory (lowercase letters, numbers, and hyphens; 64 characters max; no slashes), and the Intent-specific scalars type, library, library_version, and framework live under the metadata map. intent validate now errors on a slash/non-leaf name, a name with non-spec characters or over 64 characters, non-spec top-level scalar keys, and a non-string metadata map. Skill identity is derived from the directory path rather than the frontmatter name, and the generate-skill and tree-generator templates emit the new shape.

Packages

  • @tanstack/intent@0.2.0

@tanstack/intent@0.2.1

20 Jun 04:44
Immutable release. Only release title and notes can be modified.
6826777

Choose a tag to compare

Patch Changes

  • #171 392016b - Adds package source-kind metadata to scanner results, tightens scan stats to match the runtime contract, and adds focused markdown destination rewrite coverage while preserving the current name-based allowlist behavior.

@tanstack/intent@0.2.0

20 Jun 04:19
Immutable release. Only release title and notes can be modified.
de15caf

Choose a tag to compare

Minor Changes

  • #169 0dbf9d0 - Add intent validate --check and intent validate --fix for mechanical SKILL.md frontmatter migrations.

    --check reports pending migrations without writing files. --fix rewrites fixable name and metadata scalar migrations, then re-runs validation.

Patch Changes

  • #168 9eee8a5 - Make SKILL.md frontmatter spec-compliant. name must now be a spec-legal leaf segment matching its parent directory (lowercase letters, numbers, and hyphens; 64 characters max; no slashes), and the Intent-specific scalars type, library, library_version, and framework live under the metadata map. intent validate now errors on a slash/non-leaf name, a name with non-spec characters or over 64 characters, non-spec top-level scalar keys, and a non-string metadata map. Skill identity is derived from the directory path rather than the frontmatter name, and the generate-skill and tree-generator templates emit the new shape.