Goal
Make patina_boot and patina_sre platform-neutral so OEMs and vendors can technically adopt the crates without Maa-specific assumptions.
Completion criteria
- Audit the crates for Maa- or vendor-specific configuration, dependencies, and behavior.
- Move platform-specific integration behind an appropriate platform boundary or configuration surface.
- Verify that the public crates build and can be integrated without Maa-specific code paths.
- Document remaining platform requirements and follow-up work.
Related work
Goal
Make
patina_bootandpatina_sreplatform-neutral so OEMs and vendors can technically adopt the crates without Maa-specific assumptions.Completion criteria
Related work