@amalgm/live 0.2.77 → 0.2.79

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 +15 -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,
@@ -305,6 +309,14 @@ its cutover.
305
309
  same transaction, while nested repository territory remains independently
306
310
  owned. A later capture and a mirror Apply must therefore derive the same
307
311
  frontier without resurrecting an identity Git already removed.
312
+ A Git-form payload witness remains exact byte evidence after a repository
313
+ child returns to the ordinary-file rail: it may prove that no unrecorded
314
+ local edit blocks the accepted ordinary result, but it can never settle or
315
+ replace that explicit result. When accepted history collapses to a
316
+ structural leaf head that has never existed locally, recovery consumes the
317
+ retained immutable payload through the target type's adapter; a link is
318
+ restored as literal link target text and only an ordinary file is restored
319
+ through the ordinary-file adapter.
308
320
  A missing active target below a still-present materialized root first
309
321
  passes through one finite Detect boundary. Before reveal, a proven move or
310
322
  settled deletion becomes durable local work and supersedes the older Apply.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/live",
3
- "version": "0.2.77",
3
+ "version": "0.2.79",
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",