This commit is contained in:
Raven Scott
2026-05-20 23:45:09 -04:00
parent d89d6ec0b6
commit 8653b5b9c1
24 changed files with 157 additions and 64 deletions
@@ -1,6 +1,6 @@
# hyper-p2p-contradiction-graph
Production experimental (wave 4) module: Hyperswarm discovery + Protomux when `topic` is set.
Distributed claims and contradiction detection — `claim()`, `conflictSet()`, and gossiped `claim` entries per subject/predicate.
**Category:** Experimental (Wave 4)
@@ -6,7 +6,7 @@
## Overview
Production experimental (wave 4) module: Hyperswarm discovery + Protomux when `topic` is set.
Distributed claim graph: record `claim(subject, predicate, value)` entries, detect contradictions on the same subject/predicate, and gossip `claim` messages to peers. Use `conflictSet()` for opposing values and `merge` for inbound replication.
## Constructor