- Introduced `live_test.sh` to perform end-to-end testing against a real PipeWire session. - Tests cover all major commands (`create`, `edit`, `route`, `list`, `delete`, `wipe`) and validate topology changes, stream migrations, and cleanup behavior. - Ensured safety with guarded destructive operations and thorough resource cleanup mechanisms. - Designed as an opt-in script, not intended for inclusion in automated CI workflows.