ERD_INDEXERS.md defines token bucket enforcement via rate_limit_try_consume_v1 and explicit rate-limited failure semantics for rss_poll_apply_v1.
Existing tests did not fully verify capacity-deny behavior, invalid input guards, and RSS rate-limited logging/backoff behavior from the Rust data boundary.
Phase 7 checklist still had rate-limit enforcement unchecked.
Decision:
Add revaer-data tests to verify:
token bucket capacity enforcement (allowed then deny without over-consuming tokens);