Update context variables
void updateContext(Map<String, dynamic> updates) { _context = {..._context, ...updates}; }