Git

7 articles about git.

How Do You Prevent JSON-Seppuku?

·2 min read

Agents that modify their own config files can corrupt themselves. Store config in git with auto-commits for instant rollback.

configurationgitrollbackagent-safetyjson

The Problem with Logs Written by the System They Audit

·3 min read

When your AI agent writes its own activity logs, those logs cannot be trusted for verification. Git as an external source of truth beats self-reporting

verificationgitloggingai-agentreliability

Sandbox vs YOLO Mode for AI Coding Agents

·3 min read

Should you run AI coding agents in a sandbox or let them execute freely? YOLO mode with frequent git commits offers the best balance of speed and safety.

ai-codingsandboxyolo-modedeveloper-workflowgit

What Actually Happens When 12 Agents Work on the Same Branch

·2 min read

Real lessons from running a dozen AI coding agents on one git branch - terminal collisions, build conflicts, and why a terminal manager is essential.

parallel-agentsgitmulti-agentterminal-managementdeveloper-tools

YOLO Mode vs Explicit Approval - When to Let AI Agents Run Freely

·2 min read

When should you skip permissions for AI agents? The answer depends on reversibility. Git repos are safe to YOLO, but email and messaging need explicit

ai-agentpermissionsyolo-modegitdesktop-automation

Adding Co-Authored-By Claude to Every Git Commit

·2 min read

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

gitco-authorclaude-codetransparencyai-developmentbest-practices

Receipts Outlive Memory - Why Git Blame Matters More Than Agent Memory

·2 min read

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

gitaccountabilityagent-memoryversion-controldeveloper-tools

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.