pub fn record_run(
mur_home: &Path,
skill_name: &str,
device_id: &str,
rec: &RunRecord<'_>,
) -> Result<SkillEvent>Expand description
Append one enriched Execution event for a completed run — the run-ledger write path (workflow-engine v2 P2). Returns the event written.