Delete SPEC.md

This commit is contained in:
gravermistakes 2026-06-10 19:55:12 -07:00 committed by GitHub
parent 029436ba77
commit 3b922cc947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +0,0 @@
# Networking (optional) — clean-room SPEC, NO code copied
The transport membrane (`mafiabot_core/src/network/sockets.ads`) is a stub.
Two sources, both license-encumbered, kept as concept references only.
- **Reticulum** (custom license) — encrypted P2P mesh. Useful concept: the
`Identity` + `Channel` + `Destination` model for coordination-free, end-to-end
encrypted agent-to-agent links. Reimplement minimally if mesh transport is
wanted; otherwise run Reticulum as an external sidecar behind the membrane.
- **mercury** (**AGPL**) — HF-radio modem. Concept only: ARQ/gearshift adaptive
retransmission + LDPC robustness modes as a reliability policy for degraded
links. Reimplement as a state machine if disaster/HF resilience is ever needed.
This whole layer is optional and currently unscheduled.