Releases: TanStack/intent
v0.3.2
v0.3.2
Changes
@tanstack/intent
0.3.2
Patch Changes
-
#180
d67a5d6- Add proactive skill catalogs to installed Intent hooks.intent hooks installnow 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 runintent loadbefore 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
Patch Changes
-
#180
d67a5d6- Add proactive skill catalogs to installed Intent hooks.intent hooks installnow 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 runintent loadbefore 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
v0.3.1
Changes
@tanstack/intent
0.3.1
Patch Changes
-
#176
5419b02- Add agent-safe hidden skill source handling tointent list.intent listnow detects agent sessions withstd-envand redacts unlisted allowlist candidates from agent-facing output. Agents see allowed skills plus a count-only hidden-source notice, whileintent list --show-hiddenreveals hidden source names only outside agent sessions.Agent-mode JSON output includes
hiddenSourceCountbut leaveshiddenSourcesempty, preventing structured output from leaking package names that could be added topackage.json#intent.skills.
Packages
- @tanstack/intent@0.3.1
v0.3.0
v0.3.0
Changes
@tanstack/intent
0.3.0
Minor Changes
-
#174
089a355- Addintent hooks installfor 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
Patch Changes
-
#176
5419b02- Add agent-safe hidden skill source handling tointent list.intent listnow detects agent sessions withstd-envand redacts unlisted allowlist candidates from agent-facing output. Agents see allowed skills plus a count-only hidden-source notice, whileintent list --show-hiddenreveals hidden source names only outside agent sessions.Agent-mode JSON output includes
hiddenSourceCountbut leaveshiddenSourcesempty, preventing structured output from leaking package names that could be added topackage.json#intent.skills.
@tanstack/intent@0.3.0
Minor Changes
-
#174
089a355- Addintent hooks installfor 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
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
v0.2.0
Changes
@tanstack/intent
0.2.0
Minor Changes
-
#169
0dbf9d0- Addintent validate --checkandintent validate --fixfor mechanicalSKILL.mdfrontmatter migrations.--checkreports pending migrations without writing files.--fixrewrites fixablenameand metadata scalar migrations, then re-runs validation.
Patch Changes
- #168
9eee8a5- MakeSKILL.mdfrontmatter spec-compliant.namemust 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 scalarstype,library,library_version, andframeworklive under themetadatamap.intent validatenow errors on a slash/non-leafname, anamewith non-spec characters or over 64 characters, non-spec top-level scalar keys, and a non-stringmetadatamap. Skill identity is derived from the directory path rather than the frontmattername, and thegenerate-skillandtree-generatortemplates emit the new shape.
Packages
- @tanstack/intent@0.2.0
@tanstack/intent@0.2.1
@tanstack/intent@0.2.0
Minor Changes
-
#169
0dbf9d0- Addintent validate --checkandintent validate --fixfor mechanicalSKILL.mdfrontmatter migrations.--checkreports pending migrations without writing files.--fixrewrites fixablenameand metadata scalar migrations, then re-runs validation.
Patch Changes
- #168
9eee8a5- MakeSKILL.mdfrontmatter spec-compliant.namemust 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 scalarstype,library,library_version, andframeworklive under themetadatamap.intent validatenow errors on a slash/non-leafname, anamewith non-spec characters or over 64 characters, non-spec top-level scalar keys, and a non-stringmetadatamap. Skill identity is derived from the directory path rather than the frontmattername, and thegenerate-skillandtree-generatortemplates emit the new shape.