Docs SDKs & integrations
IDE extensions
Inline Conflict Radar and commit-state badges inside your editor.
The IDE extensions talk to the local daemon over its socket. There is no extra configuration once the daemon is running — install the extension, open a repo, and the status bar lights up.
| Editor | Install |
|---|---|
| VS Code / Cursor | code --install-extension gridtrue.gridtrue (or search 'gridtrue' in the marketplace). |
| JetBrains (IntelliJ, GoLand, …) | Settings → Plugins → Marketplace → gridtrue. |
| Neovim | lazy.nvim: { 'gridtrue/nvim-gridtrue' }. Requires Neovim 0.10+. |
| Zed | cmd+shift+P → 'zed: install extension' → gridtrue. |
What you get
- Status-bar badge with the current commit state (DRAFT / VALIDATING / ATTESTED / PROMOTABLE / DEPLOYED).
- Inline Conflict Radar notifications when a teammate attests overlapping work.
- A 'gridtrue: Validate' command wired to the active profile.
- Quick-open of the policy contract for the current file.