export declare const grokCliAgent: { readonly id: "grok-cli"; readonly name: "Grok Build"; readonly vendor: "xAI"; readonly homepage: "https://x.ai/cli"; readonly interfaces: readonly ["cli"]; readonly family: "xai"; readonly rootDir: ".grok"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Grok CLI documentation"; readonly url: "https://docs.x.ai/build/overview"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Reads SKILL.md Agent Skills from project (.grok/skills) and user (~/.grok/skills, ~/.agents/skills) locations, plus additional paths configured via [skills] in ~/.grok/config.toml.\n"; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/features/skills-plugins-marketplaces"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".grok/skills"; }; 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: "MCP servers are managed with grok mcp commands or [mcp_servers] tables in ~/.grok/config.toml and project .grok/config.toml. Grok also reads ~/.claude.json, .cursor/mcp.json, and .mcp.json compatibility files."; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/features/mcp-servers"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "partial"; readonly convention: "vendor"; readonly transports: readonly ["stdio", "http", "sse"]; readonly mcpEnvExpansion: { readonly variables: "braced"; readonly defaults: true; }; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented a Grok CLI MCP config writer."; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Agent definitions are Markdown files in .grok/agents or ~/.grok/agents and may add new subagent types or shadow the built-in general-purpose, explore, and plan types. Personas are a separate TOML overlay under .grok/personas and are not modeled as subagents."; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/features/subagents", "https://github.com/xai-org/grok-build/blob/main/crates/codegen/xai-grok-pager/docs/user-guide/16-subagents.md"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".grok/agents"; readonly layout: "directory"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly hook: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "xAI Grok CLI discovers hook scripts from .grok hooks paths and also advertises Claude Code hook compatibility. Exact in-app hook event details should be reverified before adding a writer."; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/features/skills-plugins-marketplaces"]; readonly scopes: readonly ["user", "project"]; readonly modeling: "native-unmodeled"; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; readonly reason: "AXM has not implemented a Grok CLI hooks writer."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Project rules are merged by directory depth from the repository root. Grok also reads documented AGENTS.md filename variants and Markdown files in .grok/rules, with compatibility for .claude/rules and .cursor/rules; AXM writes the universal AGENTS.md surface."; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/features/project-rules"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; 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: "Grok [permission] settings define allow, deny, and ask lists using Tool(pattern) rules. UI permission modes and CLI flags provide coarse approval behavior in addition to the per-tool grammar."; readonly docs: readonly []; readonly sources: readonly ["https://docs.x.ai/build/settings", "https://docs.x.ai/build/settings/reference"]; readonly scopes: readonly ["user"]; readonly mechanism: readonly ["config-file", "cli-flag"]; readonly configFiles: readonly [{ readonly scope: "user"; readonly path: "~/.grok/config.toml"; readonly format: "toml"; readonly gitignored: false; }]; readonly grammar: { readonly style: "tool-call"; readonly example: "Bash(git *)"; readonly notes: "Patterns can target tools and their arguments, including Read(src/**) and MCPTool(server__*)."; }; readonly prerequisites: readonly []; readonly cliFlags: readonly [{ readonly flag: "--always-approve"; readonly note: "Skip permission prompts for tool calls."; }, { readonly flag: "--permission-mode "; readonly note: "Selects default, dontAsk, acceptEdits, bypassPermissions, or plan mode."; }, { readonly flag: "--deny "; readonly note: "Adds a deny rule for the session."; }]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented Grok CLI permission grant writing."; }; }; }; //# sourceMappingURL=grok-cli.d.ts.map