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.go

  • edge/relay/executor.go

  • edge/relay/recovery.go

  • edge/bootstrap/bootstrap.go

  • edge/bootstrap/install.go

  • runtime/poller.go

Tests:

  • edge/cmd/edged/main_integration_test.go

  • edge/relay/executor_test.go

  • edge/relay/recovery_test.go

  • edge/bootstrap/install_test.go

Docs: