Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/clean-parks-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/frank-experts-build.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/intent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tanstack/intent

## 0.2.0

### Minor Changes

- [#169](https://github.com/TanStack/intent/pull/169) [`0dbf9d0`](https://github.com/TanStack/intent/commit/0dbf9d05e3aa018461b6b1ffa00db350976f0835) - 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](https://github.com/TanStack/intent/pull/168) [`9eee8a5`](https://github.com/TanStack/intent/commit/9eee8a5f9f98c9d05d14cab3b8e07e68fe494f5c) - 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.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/intent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/intent",
"version": "0.1.1",
"version": "0.2.0",
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
"license": "MIT",
"type": "module",
Expand Down