export declare const crushAgent: { readonly id: "crush"; readonly name: "Crush"; readonly vendor: "Charm"; readonly homepage: "https://charm.land/crush"; readonly interfaces: readonly ["cli"]; readonly family: null; readonly rootDir: ".crush"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Crush repository"; readonly url: "https://github.com/charmbracelet/crush"; }]; 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://github.com/charmbracelet/crush"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".agents/skills"; readonly additionalReadPaths: readonly [{ readonly path: ".crush/skills"; readonly status: "compat"; }, { readonly path: ".claude/skills"; readonly status: "compat"; }, { readonly path: ".cursor/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: "Crush now prefers executable crushrc configuration. AXM targets the deprecated-but-still-supported JSON configuration because the generic writer cannot safely author shell configuration."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/charmbracelet/crush", "https://github.com/charmbracelet/crush/blob/main/schema.json"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; 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: "mcp"; 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: "project"; readonly path: "crush.json"; readonly format: "json"; readonly attribution: "agent"; }, { readonly scope: "user"; readonly path: "~/.config/crush/crush.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": "http"; readonly sse: "sse"; }; }; readonly accepted: readonly [{ readonly name: "type"; readonly value: { readonly "streamable-http": "http"; readonly sse: "sse"; }; }]; }; readonly urlKey: { readonly "streamable-http": "url"; readonly sse: "url"; }; 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: "Crush currently supports PreToolUse hooks in crush.json/.crush.json with direct event arrays. The native shape is Claude Code-compatible conceptually but not AXM's grouped command-hook JSON writer shape."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/charmbracelet/crush/tree/main/docs/hooks"]; 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 Crush hook writer."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://github.com/charmbracelet/crush"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; 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: "Crush can allow broad built-in tools through permissions.allowed_tools and can bypass prompts with --yolo. This does not provide a narrow shell-command grant for AXM."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/charmbracelet/crush"]; readonly scopes: readonly ["user", "project"]; readonly mechanism: readonly ["config-file", "cli-flag"]; readonly configFiles: readonly [{ readonly scope: "project"; readonly path: "crush.json"; readonly format: "json"; readonly gitignored: false; }, { readonly scope: "user"; readonly path: "~/.config/crush/crush.json"; readonly format: "json"; readonly gitignored: false; }]; readonly grammar: { readonly style: "prefix"; readonly example: "\"permissions\": { \"allowed_tools\": [\"view\", \"edit\", \"bash\"] }"; readonly notes: "allowed_tools grants whole tools such as bash; it cannot narrowly grant only the axm command."; }; readonly prerequisites: readonly []; readonly cliFlags: readonly [{ readonly flag: "--yolo"; readonly note: "Skips all permission prompts for the workspace."; }]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented a narrow Crush permission grant writer."; }; }; }; //# sourceMappingURL=crush.d.ts.map