export declare const forgecodeAgent: { readonly id: "forgecode"; readonly name: "ForgeCode"; readonly vendor: "Tailcall"; readonly homepage: "https://forgecode.dev"; readonly interfaces: readonly ["cli", "ide-extension"]; readonly family: null; readonly rootDir: ".forge"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: ".forge"; readonly signal: "definitive"; readonly note: null; }]; }; readonly user: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: "~/.forge"; readonly signal: "definitive"; readonly note: null; }, { readonly kind: "dir"; readonly path: "~/forge"; readonly signal: "definitive"; readonly note: null; }]; }; }; readonly docs: readonly [{ readonly label: "ForgeCode skills documentation"; readonly url: "https://forgecode.dev/docs/skills/"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "ForgeCode also reads shared ~/.agents/skills and documents ~/forge/skills as its global skills path."; readonly docs: readonly []; readonly sources: readonly ["https://forgecode.dev/docs/skills/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".forge/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: "ForgeCode supports local and remote MCP servers."; readonly docs: readonly []; readonly sources: readonly ["https://forgecode.dev/docs/mcp-integration/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly transports: readonly ["stdio", "http", "sse"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "ForgeCode custom agents are files under .forge/agents."; readonly docs: readonly []; readonly sources: readonly ["https://forgecode.dev/docs/creating-agents/"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".forge/agents"; readonly layout: "directory"; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; 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: null; readonly docs: readonly []; readonly sources: readonly ["https://forgecode.dev/docs/custom-rules/"]; readonly scopes: readonly ["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: "ForgeCode permissions.yaml policies combine read, write, command, and URL glob rules with all, any, and not operators; decisions are allow, deny, or confirm."; readonly docs: readonly []; readonly sources: readonly ["https://forgecode.dev/docs/permissions/"]; readonly scopes: readonly ["user", "project"]; readonly mechanism: readonly ["config-file"]; readonly configFiles: readonly [{ readonly scope: "user"; readonly path: "~/.forge/permissions.yaml"; readonly format: "yaml"; readonly gitignored: false; }, { readonly scope: "project"; readonly path: ".forge.toml"; readonly format: "toml"; readonly gitignored: false; }]; readonly grammar: { readonly style: "glob"; readonly example: "command: \"git *\""; readonly notes: "Rules support all, any, and not composition with allow, deny, and confirm decisions."; }; readonly prerequisites: readonly [{ readonly key: "restricted"; readonly value: "true"; readonly scope: "project"; readonly note: "Enables restricted permission policy enforcement from .forge.toml."; }]; readonly cliFlags: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; }; //# sourceMappingURL=forgecode.d.ts.map