@tanstack/intent@0.3.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
#190
45c863d- Improve the maintainer skill-authoring workflow:- Add `validate --set-version <version>`, which stamps `metadata.library_version` across matched skills via YAML surgery (preserving comments, line endings, and body) and then re-validates. - Correct the `generate-skill` meta-skill so it no longer emits slash-path `name` values that fail validation, and the `skill-staleness-check` meta-skill so it points at the real `intent stale` command instead of a non-existent script. -
#188
2a25b36- Refuse to load a Yarn PnP runtime resolved from within node_modules; only a project root or ancestor .pnp.cjs is trusted.