You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TLDR.md marker appears at column 1 of the file. These agents read their global instruction file at session start and apply it to every turn. No flags needed.
83
83
84
+
-**antigravity** (Google's agent-first IDE/CLI) reads `~/.gemini/AGENTS.md` since v1.20.3 (Mar 2026) as the cross-tool rules file. It replaces the soon-to-be-deprecated Gemini CLI, which used `~/.gemini/GEMINI.md`. If both files exist, Antigravity-specific `GEMINI.md` overrides `AGENTS.md`; we install only `AGENTS.md` for clean cross-tool behaviour.
84
85
-**droid** runs as `droid exec --auto medium "<prompt>"` for non-interactive mode. The `--auto` flag bypasses droid's permission prompts (which would otherwise hang in headless mode).
85
86
86
87
### Cursor Agent
@@ -109,7 +110,7 @@ Then `cursor-agent -p "your prompt"` will produce TLDR.md-compliant output.
109
110
After deploying, sanity-check that every file carries the TLDR prompt:
0 commit comments