export declare const piAgent: { readonly id: "pi"; readonly name: "Pi"; readonly vendor: "Earendil Inc"; readonly homepage: "https://github.com/earendil-works/pi"; readonly interfaces: readonly ["cli"]; readonly family: null; readonly rootDir: ".pi"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Pi coding agent documentation"; readonly url: "https://pi.dev/docs"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Skills follow the Agent Skills SKILL.md standard and are invoked via /skill:name. Pi discovers them from .pi/skills and .agents/skills (project, searched up through parent directories) and ~/.pi/agent/skills and ~/.agents/skills (user).\n"; readonly docs: readonly []; readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".pi/skills"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly "mcp-server": { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Pi ships a deliberate \"no MCP\" core. Its built-in tools are read, bash, edit, write, grep, find, and ls; MCP can only be added by installing or building a TypeScript extension.\n"; readonly docs: readonly []; readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "plugin"; readonly provider: "third-party"; readonly plugin: { readonly name: "pi-subagents"; readonly homepage: "https://github.com/nicobailon/pi-subagents"; readonly author: "nicobailon"; readonly distribution: { readonly mechanism: "agent-native"; readonly installHint: "pi install npm:pi-subagents"; readonly packageRef: "npm:pi-subagents"; }; readonly detection: { readonly paths: readonly [{ readonly scope: "user"; readonly path: "~/.pi/agent/agents/"; readonly kind: "dir"; }, { readonly scope: "project"; readonly path: ".pi/agents/"; readonly kind: "dir"; }, { readonly scope: "user"; readonly path: "~/.pi/agent/extensions/subagent/agents/"; readonly kind: "dir"; }]; readonly configKeys: readonly [{ readonly scope: "user"; readonly file: "~/.pi/agent/settings.json"; readonly key: "subagents"; }, { readonly scope: "project"; readonly file: ".pi/settings.json"; readonly key: "subagents"; }]; }; }; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Pi has no built-in subagent system by design, but the third-party pi-subagents plugin adds a subagent extension surface. AXM describes and may detect this plugin, but does not install, resolve, or manage it.\n"; readonly docs: readonly []; readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md", "https://github.com/nicobailon/pi-subagents"]; readonly scopes: readonly ["user", "project"]; }; 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: "Pi extension hooks are in-process TypeScript extension points; this is the core Pi project, not the oh-my-pi fork. AXM models the surface but does not serialize Pi extension hooks yet."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"]; 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 Pi extension hook writers."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "AGENTS.md and CLAUDE.md context load at startup from the global directory (~/.pi/agent), parent directories, and the current directory; all matching files are concatenated.\n"; readonly docs: readonly []; readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"]; 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: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Pi has no per-tool permission-grant surface. It does provide project trust through defaultProjectTrust in settings.json, ~/.pi/agent/trust.json, /trust, and --approve/--no-approve; that gate controls loading project-local resources rather than individual tool calls.\n"; readonly docs: readonly []; readonly sources: readonly ["https://pi.dev/docs/latest/settings"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; }; //# sourceMappingURL=pi.d.ts.map