pub fn render_ground(template: &str, state: &State) -> StringExpand description
Render a grounding template against state.
{key}interpolates the value atkey(strings bare, other JSON compact); an absent key renders empty.{key?yes:no}rendersyeswhenkeyis truthy (present and notfalse/null/0/""), elseno.
This is the realization of Effect::ground: a deterministic projection of
known State into a steering line, so the model restates facts rather than
inventing them.