feat(modules): manual deepen pear, trust, crdt, storage, gossip, network

Trust gate and detached registry helpers, blind handoff cancel, LWW
snapshot/compare, fork forceChoose, dedup restore, DHT prune, indexer
bus subscribers, inverted hasDoc, similarity listIds.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 02:31:04 -04:00
co-authored by Cursor
parent f370b86662
commit bed98ff300
18 changed files with 163 additions and 8 deletions
@@ -74,6 +74,14 @@ class HyperPearTrustGate extends EventEmitter {
listTrusted () { return [...this._trusted] }
isTrusted (key) {
return this._trusted.has(String(key))
}
trustedCount () {
return this._trusted.size
}
getStats () {
return platformStats(this._stats, PROTOCOL, { trusted: this._trusted.size })
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "hyper-pear-trust-gate",
"version": "0.0.0-scaffold",
"version": "0.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hyper-pear-trust-gate",
"version": "0.0.0-scaffold",
"version": "0.3.1",
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.7",