Preserve durable recovery state and artifact readback in Go #51
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/rpg-recovery-durable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Port durable recovery state I/O and immutable artifact retention to Go. Verify exact v1 state bytes and remote readback before publishing the state pointer; verify every restored artifact and preserve identical retry outputs.
Validation: race tests, vet, 150 retained Python compatibility tests and actual Linux arm64 subprocess tests passed, including corrupt reads, failed uploads/publication and cancellation of TERM-resistant children. This layer is additive; active entrypoints and archive producers stay unchanged.