AI agents in monorepos: what to configure differently from a single-product repo
A practical guide to running AI coding agents safely and efficiently in a monorepo, including the wins, the configuration changes, and the common failure modes.
A practical guide to running AI coding agents safely and efficiently in a monorepo, including the wins, the configuration changes, and the common failure modes.
Use one GitHub Actions workflow to create a release tag and another to mark the matching Jira version released.
Go beyond the basics with panes, copy mode, synchronised input, and shared tmux sessions.
Why fix-forward is usually safer than rolling back when deployments touch databases, background jobs, and other non-idempotent state.
Use Lefthook to version, share, and speed up Git hooks so checks run consistently for every developer.
Use Git worktrees to run multiple AI coding tasks on one repository without branch-switch friction.
Create a secure, temporary SOCKS proxy from your Mac with SSH dynamic port forwarding and simple start/stop commands.
The repeat mistakes that still leak API keys, tokens, and credentials into Git and logs, plus practical fixes.