ERD_INDEXERS.md requires migration reversibility: Revaer must run alongside Prowlarr, avoid destructive Arr mutations, and keep rollback to a Torznab URL change.
The repo already had parity/import coverage, but not an explicit acceptance slice proving coexistence and the lack of downstream-app mutation surfaces.
Added an API E2E spec that creates multiple Revaer Torznab instances, runs import flow activity alongside them, and verifies both endpoints stay callable.
Added an operator-facing rollback guide that documents the intended migration safety net.
Guarded the public API surface by asserting the OpenAPI document does not expose downstream Arr mutation routes.