The Rise of Git-Native Agent Workflows

notrealarpit · reddit · 2026-07-14

The author was initially skeptical about tying agent actions to Git, viewing it as "applying old abstractions to new problems." However, after dealing with an agent using in-memory session state that provided different answers on separate occasions without any way to diff or roll back, they became convinced of Git's value as the source of truth. The piece contrasts this with GitHub's Agentic Workflows, which compile into a `lock.yml`—essentially standard GitHub Actions workflows that go directly into the repo and can be reviewed via PRs. The author argues this aligns better with how teams place trust in code: you can read the actual executed file to see exactly what the agent did. Finally, it raises an ecosystem question: will frameworks like LangGraph, CrewAI, and Lyzr eventually converge on a "git-native" agent lock file standard, or will they fragment into multiple formats, much like Python dependency management?

Original post →

More from coding & agent

coding & agent channel →