# V2 World Boss Community Raid Bridge

`@v2/world-boss-community-raid-bridge` is the post-match composition surface for
V2 world boss and community raid events (§134). It produces the server-side raid
manifest consumed by `V2Mode_WorldBoss`, `V2Mode_AsyncRaid`, and
`V2Mode_CommunityChallenge`.

The bridge reuses:

- `@themis/community` for community-shared HP rule governance and the
  per-contribution validation schema publication gate.
- `@maat/intelligence` for accepted/rejected contribution aggregates, trend
  signals, anomaly detection, and leaderboard dashboard rows.
- `@hathor/simulation` for world-state spawn simulation: which boss appears,
  when, and in which region.
- `@kuanyin/community-harmony` for raid defense against grief coordination,
  traffic spikes, new-account floods, talking points, timing anomalies, and
  trusted-only escalation.

The output schema is `v2.world-boss-community-raid-manifest`. It is off
rollback, accepts post-match submissions only, treats shared HP updates as HUD
display data, and rejects live rollback frame RPCs. CI ownership is enforced by
`V2/ue/Tools/check-v2-world-boss-community-raid-bridge.py`.
