Releases: TanStack/intent
Release list
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.
v0.1.1
v0.1.1
Changes
@tanstack/intent
0.1.1
Patch Changes
-
#165
2676302- Remove the unused feedback APIs, bundled feedback meta-skill, tests, and docs references. -
#162
d5d9181- Read skill frontmatter scalar fields (type,framework,library_version)
frommetadata.*with a fallback to the top-level key (#159). This is a
back-compat safety net for the frontmatter migration: skills authored in the
newmetadata-nested shape resolve correctly while existing top-level skills
keep working unchanged. The scanner, staleness checker, and the framework
requiresvalidation all honor both shapes.
Packages
- @tanstack/intent@0.1.1
@tanstack/intent@0.1.1
Patch Changes
-
#165
2676302- Remove the unused feedback APIs, bundled feedback meta-skill, tests, and docs references. -
#162
d5d9181- Read skill frontmatter scalar fields (type,framework,library_version)
frommetadata.*with a fallback to the top-level key (#159). This is a
back-compat safety net for the frontmatter migration: skills authored in the
newmetadata-nested shape resolve correctly while existing top-level skills
keep working unchanged. The scanner, staleness checker, and the framework
requiresvalidation all honor both shapes.