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
5 changes: 0 additions & 5 deletions .changeset/intent-skills-rename.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stainless-code/persist

## 0.4.1

### Patch Changes

- [#39](https://github.com/stainless-code/persist/pull/39) [`4387948`](https://github.com/stainless-code/persist/commit/4387948554f6527515b4fb04632e893cf094e3ef) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Ship Intent skills for the full public surface — core `persist`, `persist-*` (sources/codecs/backends/transport), and `<framework>-persist`. Re-run `npx @tanstack/intent@latest install` if agent config still points at `skills/tanstack-store`.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/persist",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hydration-aware persistence for any reactive store — zero-dep persistSource core; codecs, backends, cross-tab transport, source + framework hydration adapters ship as opt-in recipes",
"keywords": [
"alpine",
Expand Down
2 changes: 1 addition & 1 deletion skills/alpine-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "alpine"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/angular-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "angular"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/lit-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "lit"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-async-storage/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "@react-native-async-storage/async-storage"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-compressed/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
requires:
- persist
sources:
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-crosstab/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
requires:
- persist
sources:
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-encrypted/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
requires:
- persist
sources:
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-idb/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "idb-keyval"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-jotai/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "jotai"
sources:
- stainless-code/persist:src/adapters/sources/jotai.ts
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-mmkv/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "react-native-mmkv"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-mobx/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "mobx"
sources:
- stainless-code/persist:src/adapters/sources/mobx.ts
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-node-fs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
requires:
- persist
sources:
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-pinia/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "pinia"
sources:
- stainless-code/persist:src/adapters/sources/pinia.ts
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-redux/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "redux"
sources:
- stainless-code/persist:src/adapters/sources/redux.ts
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-secure-store/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "expo-secure-store"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-seroval/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "seroval"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-standard-schema/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
requires:
- persist
sources:
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-tanstack-store/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "@tanstack/store"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-valtio/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "valtio"
sources:
- stainless-code/persist:src/adapters/sources/valtio.ts
Expand Down
2 changes: 1 addition & 1 deletion skills/persist-zustand/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: composition
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "zustand"
sources:
- stainless-code/persist:README.md
Expand Down
2 changes: 1 addition & 1 deletion skills/persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: core
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
sources:
- stainless-code/persist:src/core/persist-core.ts
- stainless-code/persist:docs/architecture.md
Expand Down
2 changes: 1 addition & 1 deletion skills/preact-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "preact"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/react-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "react"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/solid-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "solid"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/svelte-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "svelte"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/svelte-store-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "svelte-store"
requires:
- persist
Expand Down
2 changes: 1 addition & 1 deletion skills/vue-persist/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
metadata:
type: framework
library: "@stainless-code/persist"
library_version: "0.4.0"
library_version: "0.4.1"
framework: "vue"
requires:
- persist
Expand Down