Git
5 articles about git.
Agent Orchestrators vs Parallel Sessions with Worktrees
Comparing agent orchestration patterns vs parallel sessions with git worktrees. Real isolation wins for coding tasks because each agent gets its own workspace.
Should AI Agents Get Co-Author Credits on Git Commits?
When Co-Authored-By: Claude appears in every commit, the AI has more co-author credits than human teammates. The case for transparency in AI-assisted development.
Adding Co-Authored-By Claude to Every Git Commit
Why putting Co-Authored-By: Claude in your CLAUDE.md for automatic commit attribution matters for AI transparency. When the AI has more credits than your teammates.
The Consensus Illusion - When Multiple AI Agents Work on the Same Codebase
Five agents on the same branch with no isolation creates the illusion of a stable codebase. Why consensus fails and conflict resolution should be left to humans.
Receipts Outlive Memory - Why Git Blame Matters More Than Agent Memory
Agent memory fades, gets pruned, and can be wrong. Git blame is the ultimate receipt - every decision traced to an exact commit, an exact prompt, an exact moment in time.