When Your Agent's Commits Pick Up Junk Files: Fixing It With Staging Scope and a Message Convention
Agents tend to run git add -A, sweeping .bak files and caches into your history, and leave a one-word message. Here is how a staging allowlist, a preflight, and a fill-in message template stop it.
Six Weeks of Letting an Antigravity Background Agent Watch the Drift Between AdMob and Remote Config
A six-week field report on handing weekly AdMob and Firebase Remote Config diffs to an Antigravity Background Agent, with the drift cases it actually caught and the operational boundaries I ended up drawing.
Letting Antigravity Be Your Night-Shift Engineer: A Solo Dev Operating Model
How to operate Antigravity agents as the second engineer who works while you sleep. Task hand-off, scope boundaries, and a five-minute morning review — the model I have refined while running multiple products solo.
Half-Automating CHANGELOG.md From git log With Antigravity — A Solo Developer's Decision Log
You opened your code from six months ago and forgot why you made that change. A common solo-dev problem. Here's a half-automated workflow that uses Antigravity to draft CHANGELOG.md entries straight from your git log, with a working shell script.