Handing Off IDE Work to the Chat Agent: Passing Context Through a File After the Two-App Split
Since Antigravity 2.0 split into an IDE and a chat-style agent app, context you build up in one does not carry into the other. Here is a file-based approach that makes a single file in your repo the source of truth for handoff, with a schema, a validation script, and a way to pin it with a Guide skill.
Faster Substring Search Changes How You Should Let Agents Explore Code
The 6/26 update made substring search noticeably faster. Rather than treating it as a comfort improvement, here is how to redesign the way agents explore code, budget context, and verify their targets, with measurements from indie development.
Designing Antigravity Agents That Survive Multi-Hour Batches — A 4-Layer Durability Pattern From the Trenches
Long-running Antigravity batch agents will fail somewhere. After running them against the operations of an indie app business, I distilled four durability layers — checkpoint granularity, persistence choice, idempotent restore, and context summarization — into a single, opinionated design memo with working code and real cost numbers.