Operator-facing cluster bootstrap and status operations.
These functions are deliberately process-free. They compose the existing Concord readiness, persistent membership, and sanitized status boundaries.
Summary
Functions
@spec bootstrap( ExStorageService.Context.t(), keyword() ) :: {:ok, map()} | {:error, term()}
@spec status( ExStorageService.Context.t(), keyword() ) :: {:ok, map()} | {:error, term()}