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 @@ Capability-based discovery.
## Holepunch references (inspiration only)
- (none yet)
- `hyperswarm-capability`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-capabilities`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "capability-discovery/v1",
"class": "HyperP2PCapabilityDiscovery",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperswarm-capability"
],
"composes_with": [
"hyper-p2p-capabilities"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Discovery health scores.
## Holepunch references (inspiration only)
- (none yet)
- `hyperswarm`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-link-probe`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "discovery-health/v1",
"class": "HyperP2PDiscoveryHealth",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperswarm"
],
"composes_with": [
"hyper-p2p-link-probe"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Bootstrap peer store.
## Holepunch references (inspiration only)
- (none yet)
- `hyperswarm`
> 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": "peer-bootstrap-store/v1",
"class": "HyperP2PPeerBootstrapStore",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperswarm"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Seeder registry gossip.
## Holepunch references (inspiration only)
- (none yet)
- `hyperswarm-seeders`
> 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": "seeder-registry/v1",
"class": "HyperP2PSeederRegistry",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperswarm-seeders"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Topic announce registry.
## Holepunch references (inspiration only)
- (none yet)
- `hyperswarm`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-presence`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "topic-announcer/v1",
"class": "HyperP2PTopicAnnouncer",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperswarm"
],
"composes_with": [
"hyper-p2p-presence"
],
"status": "scaffold"
}