pub fn insert_into(meta: &mut Map<String, Value>, surface: &AgentSurface)Expand description
Writes the target record into meta, when this process resolved a target.
Idempotent and total: calling it on a record that already carries the members overwrites them with the same values, so both the shaping path and the inert path can call it without coordinating.