- Introduced a new package `open_aot_patch_tools` for creating compact, flavor-aware AOT patch artifacts.
- Implemented runtime model for AOT patches, ensuring compatibility with iOS constraints.
- Added delivery security using AES-256-GCM for encrypted patch artifacts.
- Created compact payload formats including empty, binary diff, and full snapshot.
- Developed linking and encryption functionalities for patch artifacts.
- Added tests for verifying encryption, metadata validation, and artifact reconstruction.
- Included documentation for the design and usage of the patch tools.