Why Antigravity's Workspace Indexing Stalls on Large Repositories — and How to Fix It
A walk-through of why Antigravity's indexer can spin forever on a monorepo, with the diagnostic steps and fixes I use on my own 12 GB repository.
Resolving AGENTS.md Precedence Conflicts in Antigravity Monorepos
When you place AGENTS.md in both the repo root and a subfolder, Antigravity merges them — but the agent often follows the wrong one. Here is how the precedence actually works, with concrete patterns to remove the conflict.
Fixing 'Find References' in Antigravity When Results Are Empty or Incomplete
When Find References returns nothing or only some of the call sites in Antigravity, the cause depends on whether the language server or the workspace index is silent. This guide walks through the diagnosis for TypeScript, Python, and monorepo setups.
Setting Up a pnpm Monorepo with Antigravity — A Practical Workflow
A step-by-step playbook for spinning up a pnpm monorepo with Antigravity's AI assistance, including the gotchas I hit while shipping real apps.
Antigravity × Monorepo Development Masterclass — Optimize AI Context in Nx & Turborepo Environments for Seamless Cross-Package Changes
A deep-dive guide to maximizing Antigravity in Nx and Turborepo monorepos. Covers per-package AGENTS.md design, cross-package type-safe refactoring, AI-optimized build pipelines, and team-level workflow standardization for large codebases.