Preserve build output permissions through writer guard #77
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/source-loss-verified-evidence"
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?
The prior release passed staging but publication failed because the private writer umask reached normal build outputs. Restore the caller umask before development and staging builds start. Keep the guard checkpoint private. A red-green test covers both libraries. The application and existing native assertions are unchanged. This corrects the merged PR #76 release failure.