ANTIGRAVITY LABJP
TAG

monorepo

7 articles
Back to all tags
Related:
antigravity4troubleshooting3Antigravity2context2AGENTS.md1agent design1configuration1indexing1performance1agents.md1find-references1lsp1
Agents/2026-08-30Advanced

What @ Includes Actually Shrink When You Split Agent Rule Files

I split my rule files using Antigravity 2.11.0's @path/to/file includes and measured the before and after across four real repositories. Maintenance surface dropped 62 percent. What a session actually reads dropped 1.7 percent. Here is why, plus the code that catches the silent failure mode.

Antigravity/2026-05-22Intermediate

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.

Agents/2026-05-10Intermediate

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.

Editor/2026-05-07Intermediate

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.

App Dev/2026-04-26Intermediate

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.

Editor/2026-04-06Advanced

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.

Tips/2026-03-14Intermediate

Antigravity × Monorepo Management — Efficiently Managing Large Projects with Turborepo/Nx

Manage large monorepos with Antigravity: Turborepo and Nx workspace configuration, caching strategies, and AI-driven code sharing patterns for big projects.