diff --git a/.changeset/tanstack-intent-skills.md b/.changeset/tanstack-intent-skills.md deleted file mode 100644 index d9cb864..0000000 --- a/.changeset/tanstack-intent-skills.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/persist": minor ---- - -Ship consumer Agent Skills via TanStack Intent. Adds `skills/tanstack-store/SKILL.md` (packaged in the npm tarball), the `tanstack-intent` keyword for registry discovery, `intent:validate` / `intent:stale` scripts, `intent validate` gated in `prepublishOnly`, and a `check-skills.yml` CI workflow for skill validation + post-release staleness review. No runtime API change. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c945587 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stainless-code/persist + +## 0.1.0 + +### Minor Changes + +- [#2](https://github.com/stainless-code/persist/pull/2) [`dbf0428`](https://github.com/stainless-code/persist/commit/dbf0428edf45479a45dd6a092ba7f130278b9691) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Ship consumer Agent Skills via TanStack Intent. Adds `skills/tanstack-store/SKILL.md` (packaged in the npm tarball), the `tanstack-intent` keyword for registry discovery, `intent:validate` / `intent:stale` scripts, `intent validate` gated in `prepublishOnly`, and a `check-skills.yml` CI workflow for skill validation + post-release staleness review. No runtime API change. diff --git a/package.json b/package.json index ee3e568..6c57368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/persist", - "version": "0.0.0", + "version": "0.1.0", "description": "Hydration-aware persistence middleware for reactive stores (storage × codec seams, TanStack Store adapters, React hydration hook)", "keywords": [ "hydration",