{"name":"clearedinstitute worker","routes":{"GET /health":"Health check endpoint","POST /api/sessions":"Create a session; optional JSON { seed?, packId?, examStrict?, assessmentPractice?, assessmentPracticeProfile?: 'allStrong'|'mixed'|'yellowStress', choiceShuffleMode?: 'easy'|'full' }","GET /api/sessions/:id":"{ state: GameState, authorization: … | null }","POST /api/sessions/:id/actions":"JSON body = GameAction → { ok, state, authorization, scenarioPrepAcknowledged } when ok","POST /api/sessions/:id/reset":"RESET via applyAction; response includes authorization + scenarioPrepAcknowledged when ok","POST /api/sessions/:id/scenario-prep":"JSON { acknowledged: boolean }; persists UI prep gate → { ok, scenarioPrepAcknowledged }"}}