Changelog entry
World war live feed API (P2.1D)
2026-03-26
- Added `GET /api/world/wars/[id]/live` for authenticated live war updates, including per-side running counters (damage, loot, landed attacks) and current domain-control state.
- Added cursor-style feed pagination via `sinceEventId` and `limit` for incremental polling without reloading the full war event history.
- Enforced world scoping on live-war reads: nations can only access war feeds from their own world (`WORLD_SCOPE_MISMATCH` on cross-world access).