Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

antigravity cli: GEMINI.md or AGENTS.md claude cli: claude.md

Even though you can still configure the context file for antigravity cli using the key context.fileName, e.g.,

"context": {
    "fileName": ["AGENTS.md"]
}

it is discouraged. Antigravity CLI does not support the /init command (unlike the legacy Gemini CLI and Claude CLI). This is because Antigravity CLI is designed to be completely zero-config and context-aware out of the box. It automatically scans your workspace and setup files in real-time. You do not need to scaffold a configuration to get started.

It is suggested that you use AGENTS.md as the context file for AI agents. Most AI agents already support it. For AI agents which doesn’t support AGENTS.md (e.g., Claude CLI), a RELATIVE symbolic link works well.

References