agent/fix-coderabbit-findings--verify-each-aga
main
The coreio abstraction hardcodes file permissions (0644) and has no OpenFile equivalent. os.OpenFile is needed here to preserve tar header mode bits — executable binaries require 0755. Co-Authored-By: Virgil <virgil@lethean.io>