pub fn auto_git_post_command(root: &Path, summary: &str, identity: &str)Expand description
After a mutating command completes, commit and optionally push if auto-git >= Commit.
summary is the commit subject line (e.g. “add JOY-005D Auto-add…”).
identity is the Joy identity string for Co-Authored-By.