pub fn init_table(conn: &Connection) -> Result<(), CliError>Expand description
Create the optimize_attestation side-table if it does not exist (idempotent).
Called by Session::from_fresh_vault; also called at the top of every accessor as a
defensive ensure-table-then-read guard (robust to older vaults).