# Metis game-bridge contract

This package is the shared admission boundary for game products that consume
Metis learning releases. It retrieves the exact `PublicationPackage` and
`LessonAssetBundle` records through `@metis/api-client`, validates release,
rights, provenance, grounding, disclosure, accessibility, fallback, and media
integrity gates, and emits a renderer-safe lesson projection.

It owns no game runtime state, progress, assessment, matchmaking, or rollback
behavior. Product bridges layer their own runtime and privacy rules on top.
