pub fn write_review_request(req: &ReviewRequest) -> Result<(), PidError>Expand description
Write a fresh review request to disk. Overwrites any pending one.
§Errors
I/O errors are surfaced; the daemon logs and skips the spawn if this fails, so a half-written file doesn’t trip up the popup.