Capabilities¶
Public name: Edge
Codename: Edge
Scope Statement¶
Edge is a local-node capability for content offer/accept/store/relay and pre-staging under bounded local resource envelopes. Implemented behavior includes inbound persistence, outbound relay lifecycle management, OS-update survival precheck/reconstruction, and local control observability.
Non-goals¶
no consensus or quorum protocols
no fleet convergence or anti-entropy tracking
no leader election
no shared distributed state
no control-plane push orchestration into edge daemons
Capability Boundary Note¶
Edge is edge-authoritative. Control plane remains advisory and pull-oriented.
Evidence¶
Code:
edge/cmd/edged/main.goedge/relay/executor.goedge/relay/recovery.goedge/bootstrap/bootstrap.goedge/bootstrap/install.goruntime/poller.go
Tests:
edge/cmd/edged/main_integration_test.goedge/relay/executor_test.goedge/relay/recovery_test.goedge/bootstrap/install_test.go
Docs: