governance: normalize ECP 0063-0078 and add ECP-0079
This commit is contained in:
parent
5a28a24294
commit
fe03ec8f1a
17 changed files with 185 additions and 8 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# ECP-0070: Relay-Native CAS Archival + NixOS Auto-Archive Service
|
||||
|
||||
Status: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
Add a first-party archival path for MoQ relay streams:
|
||||
|
|
@ -48,6 +50,11 @@ Tradeoffs:
|
|||
- Discovery source is the web public stream list (not full control-topic gossip ingestion).
|
||||
- Per-broadcast workers are process-based and best-effort supervised.
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
- Rely on browser-side replay caches only. Rejected because it does not provide durable archival storage.
|
||||
- Archive only manifests without CAS payloads. Rejected because replay/integrity requires retained object bytes.
|
||||
|
||||
## Rollout
|
||||
|
||||
1. Ship `wt-archive` command in `ec-node`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue