pub fn record_edit_completion(
pool: &ExperiencePool,
description: &str,
files: &[&str],
) -> Result<(), ExperienceError>Expand description
Record an edit completion event to the experience pool.
Called by the agent runtime after a successful edit directive completes.
ยงErrors
Returns ExperienceError if the database write fails.