export declare const iflowCliAgent: { readonly id: "iflow-cli"; readonly name: "iFlow CLI"; readonly vendor: "XinLiu AI"; readonly homepage: "https://platform.iflow.cn/cli"; readonly interfaces: readonly ["cli"]; readonly family: null; readonly rootDir: ".iflow"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: ".iflow"; readonly signal: "definitive"; readonly note: null; }]; }; readonly user: { readonly markers: readonly [{ readonly kind: "executable"; readonly name: "iflow"; readonly signal: "definitive"; readonly note: null; }, { readonly kind: "dir"; readonly path: "~/.iflow"; readonly signal: "definitive"; readonly note: null; }]; }; }; readonly docs: readonly [{ readonly label: "iFlow CLI documentation"; readonly url: "https://platform.iflow.cn/en/cli/quickstart"; }]; 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://platform.iflow.cn/en/cli/examples/skill"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".iflow/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: "iFlow CLI supports CLI-managed and JSON-configured MCP servers at user and project scopes."; readonly docs: readonly []; readonly sources: readonly ["https://platform.iflow.cn/en/cli/examples/mcp"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly transports: readonly ["stdio", "http", "sse"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "The vendor docs name both settings and legacy MCP files; AXM has not verified one lossless writer dialect across them."; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://platform.iflow.cn/en/cli/examples/subagent"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".iflow/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: "iFlow documents command hooks at user and project scopes, but AXM has not modeled the event and serialization contract."; readonly docs: readonly []; readonly sources: readonly ["https://platform.iflow.cn/en/cli/examples/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 the iFlow hook dialect."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://platform.iflow.cn/en/cli/configuration/iflow"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "partial"; readonly convention: "vendor"; readonly kind: "own-file"; readonly files: readonly ["IFLOW.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: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "iFlow exposes confirmation and YOLO execution modes, but vendor docs do not define stable granular permission files for AXM."; readonly docs: readonly []; readonly sources: readonly ["https://platform.iflow.cn/en/cli/quickstart"]; readonly scopes: readonly ["user"]; readonly mechanism: readonly ["cli-flag", "ui-only"]; readonly configFiles: readonly []; readonly grammar: null; readonly prerequisites: readonly []; readonly cliFlags: readonly [{ readonly flag: "--yolo"; readonly note: "Allow tool execution without per-operation confirmation."; }]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM does not emit broad bypass flags as permission grants."; }; }; }; //# sourceMappingURL=iflow-cli.d.ts.map