@amalgm/live 0.2.77 → 0.2.78

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/PURPOSE.md +7 -3
  2. package/package.json +1 -1
package/PURPOSE.md CHANGED
@@ -287,9 +287,13 @@ its cutover.
287
287
  A failed lane parks with bounded backoff and is released only by that
288
288
  backoff, by newer input for its entity, or, for a materialization dependency
289
289
  or conflict, by another lane's progress; a wake it caused itself can never
290
- re-run it. Parent and child UUIDs remain independent channels: a child whose
291
- accepted parent is not yet a physical directory waits as a dependency,
292
- without capture, error, or a filesystem effect. An accepted
290
+ re-run it. Parent and child UUIDs remain independent channels, but their
291
+ physical materialization respects current parcel ownership: a child whose
292
+ accepted parent is not yet a physical directory, or whose current ancestry
293
+ still places it inside a repository parcel it is leaving, waits unresolved
294
+ as a dependency without capture, error, or a filesystem effect. The
295
+ boundary retype releases that child; nested repositories and their visible
296
+ folder spine remain independent parcel boundaries. An accepted
293
297
  destination already recorded as a different entity is a conflict, never a
294
298
  local change to capture. The park timer and attempt count are process-local:
295
299
  after restart, the durable intent is re-proved once and, if still blocked,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/live",
3
- "version": "0.2.77",
3
+ "version": "0.2.78",
4
4
  "description": "Portable realtime SDK for Amalgm — wire contracts, mutation discipline, and delivery state machines behind host-injected adapters.",
5
5
  "type": "module",
6
6
  "main": "./dist-cjs/index.js",