@amalgm/live 0.2.37 → 0.2.38

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 +5 -2
  2. package/package.json +1 -1
package/PURPOSE.md CHANGED
@@ -230,8 +230,11 @@ its cutover.
230
230
  39. **Apply is intent-first and type-complete.** Apply consumes only gap-free
231
231
  authority-accepted Inbox history, writes one durable target intent before
232
232
  any machine effect, either proves ground already equals the target or
233
- prepares privately, and advances only after the target type rereads exact
234
- truth. Text uses an exact-base splice with a complete snapshot fallback;
233
+ prepares privately without exclusive ground ownership, and advances only
234
+ after a final conflict-scoped guard, recoverable reveal, and the target type
235
+ rereading exact truth. Lock and cargo attempts are finite and observable;
236
+ their failure retains responsibility for retry rather than waiting forever.
237
+ Text uses an exact-base splice with a complete snapshot fallback;
235
238
  binary uses its verified block manifest; links use literal target text;
236
239
  containers use structure; repositories use one resumable Card + Checkpoint
237
240
  transition.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/live",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
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",