## Summary ## Related issue(s) ## Type of change - [ ] Documentation - [ ] Packaging (`packages/`) - [ ] Plugin core (`.plg`, `rc.podman`, `sbin/*`) - [ ] WebUI (`webui/`) - [ ] CI / tooling (`.github/`, `scripts/`) - [ ] Other ## Checklist - [ ] Changes follow the design in [docs/ARCHITECTURE.md](../docs/ARCHITECTURE.md); any deliberate deviation is explained below - [ ] Persistence discipline respected (state written under `/etc`, `/usr`, `/var` at runtime is also mirrored to `/boot/config/plugins/podman/` or array/cache) - [ ] No systemd usage introduced - [ ] Docker coexistence preserved (no shared storage/network/iptables-chain names) - [ ] `CHANGELOG.md` updated under `[Unreleased]` (if user-facing) - [ ] Relevant docs under `docs/` updated - [ ] Tested on a real or virtualized Unraid instance (describe below), where applicable ## How was this tested? ## Notes for reviewers