export declare const antigravityAgent: { readonly id: "antigravity"; readonly name: "Antigravity"; readonly vendor: "Google"; readonly homepage: "https://antigravity.google"; readonly interfaces: readonly ["ide-extension"]; readonly family: "google"; readonly rootDir: null; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: ".agents"; readonly signal: "supporting"; readonly note: null; }, { readonly kind: "dir"; readonly path: ".agent"; readonly signal: "supporting"; readonly note: null; }]; }; readonly user: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: "~/.gemini/antigravity-cli"; readonly signal: "definitive"; readonly note: null; }]; }; }; readonly docs: readonly [{ readonly label: "Antigravity documentation"; readonly url: "https://antigravity.google/docs"; }, { readonly label: "Antigravity CLI overview"; readonly url: "https://antigravity.google/docs/cli-overview"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Antigravity 2.0 defaults to .agents/skills (project) and ~/.gemini/config/skills (user); .agent/skills remains supported for backward compatibility.\n"; readonly docs: readonly []; readonly sources: readonly ["https://antigravity.google/docs/skills"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".agents/skills"; readonly additionalReadPaths: readonly [{ readonly path: ".agent/skills"; readonly status: "compat"; }]; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly "mcp-server": { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Antigravity stores global MCP servers in ~/.gemini/config/mcp_config.json and workspace MCP servers in .agents/mcp_config.json. Remote MCP definitions use serverUrl, and disabled is an optional per-server switch."; readonly docs: readonly []; readonly sources: readonly ["https://antigravity.google/docs/mcp", "https://antigravity.google/docs/cli/plugins"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly transports: readonly ["stdio", "http", "sse"]; readonly mcpEnvExpansion: { readonly variables: "none"; readonly defaults: false; }; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: { readonly config: { readonly serversKey: "mcpServers"; readonly activationField: { readonly required: { readonly name: "disabled"; readonly enabled: false; readonly disabled: true; }; readonly accepted: readonly [{ readonly name: "disabled"; readonly enabled: false; readonly disabled: true; }, null]; }; readonly targets: readonly [{ readonly scope: "user"; readonly path: "~/.gemini/config/mcp_config.json"; readonly format: "json"; readonly attribution: "agent"; }, { readonly scope: "project"; readonly path: ".agents/mcp_config.json"; readonly format: "json"; readonly attribution: "agent"; }]; readonly stdio: { readonly typeField: { readonly required: null; readonly accepted: readonly [null]; }; readonly command: "split"; readonly envKey: "env"; }; readonly remote: { readonly typeField: { readonly required: null; readonly accepted: readonly [null]; }; readonly urlKey: { readonly "streamable-http": "serverUrl"; readonly sse: "serverUrl"; }; readonly headersKey: "headers"; }; }; }; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly hook: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Antigravity documents command hooks in hooks.json for the current Antigravity execution loop. This supersedes earlier research that found hooks only in SDK/plugin surfaces. Each hooks.json entry is namespaced by a hook name that carries its own enabled flag, and event groups nest under that name rather than under a single top-level hooks key."; readonly docs: readonly []; readonly sources: readonly ["https://antigravity.google/docs/hooks", "https://antigravity.google/docs/cli/plugins"]; readonly scopes: readonly ["user", "project"]; readonly mechanism: readonly ["command-stdin"]; readonly configFiles: readonly [{ readonly scope: "user"; readonly path: "~/.gemini/config/hooks.json"; readonly format: "json"; readonly gitignored: false; }, { readonly scope: "project"; readonly path: ".agents/hooks.json"; readonly format: "json"; readonly gitignored: false; }]; readonly events: readonly [{ readonly nativeName: "PreToolUse"; readonly canonical: "tool.pre"; readonly matcher: { readonly kind: "regex"; readonly example: "browser_.*"; readonly notes: "Matches on tool name; * selects every tool."; }; readonly decision: readonly [{ readonly kind: "observe"; }, { readonly kind: "block"; readonly outcomes: readonly ["allow", "deny", "ask"]; }]; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }, { readonly nativeName: "PostToolUse"; readonly canonical: "tool.post"; readonly matcher: { readonly kind: "regex"; readonly example: "run_command"; readonly notes: null; }; readonly decision: readonly [{ readonly kind: "observe"; }]; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }, { readonly nativeName: "PreInvocation"; readonly canonical: "prompt.submit"; readonly matcher: { readonly kind: "none-imperative"; readonly example: null; readonly notes: null; }; readonly decision: readonly [{ readonly kind: "observe"; }, { readonly kind: "modify"; readonly operations: readonly ["inject-context"]; }]; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }, { readonly nativeName: "PostInvocation"; readonly canonical: "turn.end"; readonly matcher: { readonly kind: "none-imperative"; readonly example: null; readonly notes: null; }; readonly decision: readonly [{ readonly kind: "observe"; }, { readonly kind: "modify"; readonly operations: readonly ["inject-context"]; }]; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }, { readonly nativeName: "Stop"; readonly canonical: "turn.end"; readonly matcher: { readonly kind: "none-imperative"; readonly example: null; readonly notes: null; }; readonly decision: readonly [{ readonly kind: "observe"; }, { readonly kind: "block"; readonly outcomes: readonly ["allow", "deny"]; }]; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }]; readonly tools: readonly [{ readonly nativeName: "run_command"; readonly canonical: "shell.exec"; readonly sources: readonly ["https://antigravity.google/docs/hooks"]; readonly lastVerified: "2026-08-05"; }]; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; readonly reason: "Antigravity namespaces each hook bundle under its own top-level name in hooks.json; AXM's writer targets a single settings key and cannot express that nesting."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://antigravity.google/docs/rules-workflows"]; readonly scopes: readonly ["project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".agents/rules"; readonly kind: "agents-md"; readonly files: readonly ["AGENTS.md"]; readonly nestedDiscovery: true; readonly importSyntax: null; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly permissions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Antigravity CLI exposes fine-grained allow/ask/deny permissions in settings, with resources such as command(...), read_file(...), write_file(...), read_url(...), execute_url(...), and mcp(...)."; readonly docs: readonly []; readonly sources: readonly ["https://antigravity.google/docs/cli-permissions", "https://antigravity.google/docs/cli-reference"]; readonly scopes: readonly ["user"]; readonly mechanism: readonly ["config-file", "ui-only"]; readonly configFiles: readonly [{ readonly scope: "user"; readonly path: "~/.gemini/antigravity-cli/settings.json"; readonly format: "json"; readonly gitignored: false; }]; readonly grammar: { readonly style: "regex"; readonly example: "command(axm)"; readonly notes: "Conflicting rules are evaluated Deny > Ask > Allow."; }; readonly prerequisites: readonly []; readonly cliFlags: readonly []; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: { readonly grants: { readonly shell: { readonly target: "~/.gemini/antigravity-cli/settings.json"; readonly patch: { readonly permissions: { readonly allow: readonly ["command(${tool})"]; }; }; readonly template: null; }; readonly filesystem: { readonly target: "~/.gemini/antigravity-cli/settings.json"; readonly patch: { readonly permissions: { readonly allow: readonly ["read_file(${workspaceRoot})", "write_file(${workspaceRoot})"]; }; }; readonly template: null; }; }; }; }; }; }; //# sourceMappingURL=antigravity.d.ts.map