pub fn push_index_bundle(project_root: &Path) -> Result<(String, u64), String>
Pack, encrypt and upload the project’s index bundle. Returns (project_hash, encrypted_size_bytes).
(project_hash, encrypted_size_bytes)