@rindle/remote 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,6 +75,11 @@ const store = createRemoteStore(schema, daemonTransport, {
75
75
  fingerprint, strict in-order seq) and emits clean `ChangeEvent`s. Does **not** fold — the
76
76
  core `ArrayView` does (the §2.2 split that lets one view serve both local and remote).
77
77
 
78
+ > Site docs — the backend seam and the change vocabulary this package speaks:
79
+ > [rindle.sh/docs/backends](https://rindle.sh/docs/backends) ·
80
+ > [rindle.sh/docs/change-model](https://rindle.sh/docs/change-model) · for agents:
81
+ > [llms.txt](https://rindle.sh/llms.txt)
82
+
78
83
  On a gap / drift the `RemoteBackend` re-hydrates internally: it re-subscribes, the server
79
84
  re-registers under a **new epoch** and replies with a fresh snapshot, and the `ArrayView` resets
80
85
  in place — the materialized view reference the caller holds survives.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/remote",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@rindle/client": "0.4.2"
28
+ "@rindle/client": "0.4.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.10.0",