- Add OpenWrt 23.05+ requirement to all README files
- Expand privacy statement to clarify no telemetry/analytics and data only goes to router, provided URLs, and official package sources
- Update smoke check command in CONTRIBUTING and all READMEs to include pytest: `python -m compileall -q src && pytest -q`
- Minor formatting improvements
Change macOS release asset from .dmg to .zip using ditto instead of hdiutil. This preserves app bundle structure and symlinks better than plain zip. Update all README translations with new unzip instructions and clearer Gatekeeper bypass steps for unsigned builds. DMG with proper macOS signing/notarization planned for later.
Remove PyYAML dependency from pyproject.toml and all documentation.
Update architecture documentation to reflect actual implementation:
- Replace Orchestrator/SecurityGate description with engine/* module organization
- Clarify that UI drives setup flow through wizard and settings screens
Remove 'custom' routing mode from documentation (already removed in implementation).
Clean up license file and references.