Skip to main content
Reports a git commit to the current agent’s workflow timeline. This command runs on an agent VM, called from the post-commit git hook. It records the commit SHA, subject, branch, and repository so the commit appears in the agent’s progress history and in murmur status output. The command uses the MURMUR_WORKFLOW_ID environment variable to identify which agent to report to. It resolves the repository URL from the --repo flag or auto-detects it from the origin git remote.

Synopsis

Arguments

Environment variables

Examples

Report a commit from a post-commit hook

The repository and branch are auto-detected from the git remote and environment.

Report a commit with an explicit repository URL

Errors