Begin build phase

This commit is contained in:
Raven Scott
2026-05-20 21:34:59 -04:00
parent 7a6b4fd692
commit c5d54be3ca
168 changed files with 909 additions and 479 deletions
@@ -6,13 +6,13 @@ Grow-only set CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-conflict-set`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-gossip-mesh`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-grow-only-set/v1",
"class": "HyperP2PCrdtGrowOnlySet",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-conflict-set"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ LWW-register CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-reactive-state`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-crdt-map`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-lww-register/v1",
"class": "HyperP2PCrdtLwwRegister",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-reactive-state"
],
"composes_with": [
"hyper-p2p-crdt-map"
],
"status": "scaffold"
}
+2 -2
View File
@@ -6,13 +6,13 @@ OR-map CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-crdt-map`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-reactive-state`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-or-map/v1",
"class": "HyperP2PCrdtOrMap",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-crdt-map"
],
"composes_with": [
"hyper-p2p-reactive-state"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ PN-counter CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-crdt-map`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-gossip-mesh`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-pn-counter/v1",
"class": "HyperP2PCrdtPnCounter",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-crdt-map"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ RGA text CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-reactive-state`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-collab-room`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-rga-text/v1",
"class": "HyperP2PCrdtRgaText",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-reactive-state"
],
"composes_with": [
"hyper-p2p-collab-room"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Two-phase set CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-conflict-set`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-gossip-mesh`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-two-phase-set/v1",
"class": "HyperP2PCrdtTwoPhaseSet",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-conflict-set"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Version vector CRDT.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-vector-clock`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-crdt-map`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "crdt-version-vector/v1",
"class": "HyperP2PCrdtVersionVector",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-vector-clock"
],
"composes_with": [
"hyper-p2p-crdt-map"
],
"status": "scaffold"
}