ANTIGRAVITY LABJP
TAG

npm

5 articles
Back to all tags
Related:
antigravity4ai-agent2troubleshooting2Antigravity1supply chain1postinstall1unattended runs1agents1dependencies1automation1ci-cd1package-json1
App Dev/2026-07-15Advanced

Quarantining the Dependencies Your Agent Adds, Before They Install

When an agent adds a dependency overnight, nobody reviews the lifecycle scripts that run at install time. Here is how I turned the default off and built a quarantine score to let the safe ones through.

App Dev/2026-07-02Intermediate

Stop Treating Dependency Updates as a Monthly Chore — Weekly Agent Runs with Semver Risk Triage and Verification Gates

Move from batch-updating 47 stale packages at once to a weekly agent-driven routine: semver-based risk tiers, a playbook YAML, hallucination-proof changelog reports, and a lockfile diff gate.

Tips/2026-05-19Intermediate

When Antigravity's AI rewrites your package.json dependencies and breaks the build

You asked Antigravity for a small visual change, and somehow twenty-three dependency lines in package.json got rewritten — carets stripped, pins bumped to latest, the build dead on arrival. Here is what triggers it, how to roll back cleanly, and three guardrails to keep it from recurring.

Tips/2026-05-01Intermediate

When Antigravity's AI Imports a Package That Doesn't Exist

Antigravity's AI sometimes writes imports for packages that exist nowhere on npm. Here's how to spot phantom imports in five minutes, why the model invents them, and the AGENTS.md rules I use to keep my repo clean.

App Dev/2026-03-31Intermediate

Antigravity × npm Package Development Guide — Automate TypeScript Library Creation, Testing, and Publishing with AI Agents

Learn how to efficiently develop, test, and publish TypeScript npm packages using Antigravity's AI agents. From project scaffolding to CI/CD-powered auto-publishing.