Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 04:19
· 84 commits to main since this release
Immutable release. Only release title and notes can be modified.
de15caf

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