export declare const junieAgent: { readonly id: "junie"; readonly name: "Junie"; readonly vendor: "JetBrains"; readonly homepage: "https://www.jetbrains.com/junie"; readonly interfaces: readonly ["ide-extension"]; readonly family: "jetbrains"; readonly rootDir: ".junie"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Junie documentation"; readonly url: "https://junie.jetbrains.com/docs/"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/agent-skills.html"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".junie/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: null; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-mcp-configuration.html"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly transports: readonly ["stdio", "http"]; 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: null; readonly accepted: readonly [null]; }; readonly targets: readonly [{ readonly scope: "project"; readonly path: ".junie/mcp/mcp.json"; readonly format: "json"; readonly attribution: "agent"; }, { readonly scope: "user"; readonly path: "~/.junie/mcp/mcp.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": "url"; readonly sse: "url"; }; readonly headersKey: "headers"; }; }; }; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout."; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-subagents.html"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".junie/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: "Junie CLI hooks support seven command (type:command) event types: SessionStart, UserPromptSubmit, PreToolUse, Stop, StopFailure, PermissionRequest, and SessionEnd, configured from user config or explicit --config-location files. Default project hooks are still ignored for safety, so AXM does not write Junie hooks yet."; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-hooks.html", "https://junie.jetbrains.com/docs/junie-cli-configuration.html"]; readonly scopes: readonly ["user"]; readonly modeling: "native-unmodeled"; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; readonly reason: "AXM has no trusted project hook writer target for Junie CLI hooks."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Junie CLI reads persistent project guidance from .junie/AGENTS.md and suggests importing AGENTS.md-style files from other agents into that location."; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/guidelines-and-memory.html", "https://junie.jetbrains.com/docs/junie-cli-usage.html"]; readonly scopes: readonly ["project", "user"]; readonly standardsCompliance: "parity"; readonly convention: "vendor"; readonly kind: "own-file"; readonly files: readonly [".junie/AGENTS.md"]; readonly nestedDiscovery: false; 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: "Junie CLI uses the Action Allowlist for terminal commands, MCP tools, and other sensitive actions; brave mode allows all sensitive actions for a session."; readonly docs: readonly []; readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-usage.html", "https://junie.jetbrains.com/docs/action-allowlist.html"]; readonly scopes: readonly ["user"]; readonly mechanism: readonly ["config-file", "ui-only"]; readonly configFiles: readonly [{ readonly scope: "user"; readonly path: "~/.junie/allowlist.json"; readonly format: "json"; readonly gitignored: false; }, { readonly scope: "user"; readonly path: "~/.junie/config.json"; readonly format: "json"; readonly gitignored: false; }]; readonly grammar: { readonly style: "regex"; readonly example: "^\\Qaxm \\E[^\\s;&|<>@$]+.*$"; readonly notes: "Terminal rules can be exact commands, Java regular expressions, or standard regular expressions."; }; readonly prerequisites: readonly []; readonly cliFlags: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented a Junie Action Allowlist writer."; }; }; }; //# sourceMappingURL=junie.d.ts.map