@amalgm/live 0.2.78 → 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 +8 -0
  2. package/package.json +1 -1
package/PURPOSE.md CHANGED
@@ -309,6 +309,14 @@ its cutover.
309
309
  same transaction, while nested repository territory remains independently
310
310
  owned. A later capture and a mirror Apply must therefore derive the same
311
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.
312
320
  A missing active target below a still-present materialized root first
313
321
  passes through one finite Detect boundary. Before reveal, a proven move or
314
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.78",
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",