export declare const ibmBobAgent: { readonly id: "ibm-bob"; readonly name: "IBM Bob"; readonly vendor: "IBM"; readonly homepage: "https://bob.ibm.com"; readonly interfaces: readonly ["ide-extension", "cli"]; readonly family: null; readonly rootDir: ".bob"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "IBM Bob documentation"; readonly url: "https://bob.ibm.com/docs/ide"; }]; 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://bob.ibm.com/docs/ide/features/skills"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".bob/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: "Project servers live in .bob/mcp.json; user servers in ~/.bob/mcp.json. Both files key entries under mcpServers. Streamable HTTP entries use \"type\": \"streamable-http\"; legacy SSE entries remain URL-only.\n"; readonly docs: readonly []; readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob"]; 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: "~/.bob/mcp.json"; readonly format: "json"; readonly attribution: "agent"; }, { readonly scope: "project"; readonly path: ".bob/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: { readonly name: "type"; readonly value: { readonly "streamable-http": "streamable-http"; }; }; readonly accepted: readonly [{ readonly name: "type"; readonly value: { readonly "streamable-http": "streamable-http"; }; }, 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: "Bob custom modes are YAML entries in .bob/custom_modes.yaml (project) or ~/.bob/settings/custom_modes.yaml (user). Entries support slug, name, description, whenToUse, roleDefinition, customInstructions, and read/edit/execute/mcp/skill/workflow/todo/subtask/subagent/mode tool-access groups; edit groups can carry fileRegex restrictions. Subagent-style extensions have no industry spec yet.\n"; readonly docs: readonly []; readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/custom-modes"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".bob/custom_modes.yaml"; readonly layout: "file"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly hook: { 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 writer: null; readonly lastVerified: null; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Bob automatically loads AGENTS.md from the workspace root.\n"; readonly docs: readonly []; readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/rules"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".bob/rules"; readonly kind: "agents-md"; readonly files: readonly ["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: "IBM Bob custom modes define tool access groups and file permissions, including read, edit, command, and mcp groups. AXM has not implemented a custom_modes permission writer."; readonly docs: readonly []; readonly sources: readonly ["https://bob.ibm.com/docs/ide/features/modes", "https://bob.ibm.com/docs/ide/configuration/custom-modes"]; readonly scopes: readonly ["user", "project"]; readonly mechanism: readonly ["config-file", "ui-only"]; readonly configFiles: readonly [{ readonly scope: "project"; readonly path: ".bob/custom_modes.yaml"; readonly format: "yaml"; readonly gitignored: false; }, { readonly scope: "user"; readonly path: "~/.bob/settings/custom_modes.yaml"; readonly format: "yaml"; readonly gitignored: false; }]; readonly grammar: null; readonly prerequisites: readonly []; readonly cliFlags: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented an IBM Bob custom-modes permission writer."; }; }; }; //# sourceMappingURL=ibm-bob.d.ts.map