export declare const zenflowAgent: { readonly id: "zenflow"; readonly name: "Zenflow"; readonly vendor: "Zencoder"; readonly homepage: "https://zencoder.ai/zenflow"; readonly interfaces: readonly ["ide-extension"]; readonly family: null; readonly rootDir: ".zenflow"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: ".zenflow"; readonly signal: "definitive"; readonly note: null; }]; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Zenflow documentation"; readonly url: "https://docs.zencoder.ai/zenflow/task-types"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Because Zenflow's project Skill directory is .agents/skills, --agent universal already wrote to the correct location; this entry adds Zenflow-specific detection and naming."; readonly docs: readonly []; readonly sources: readonly ["https://docs.zencoder.ai/features/skills"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".agents/skills"; readonly additionalReadPaths: readonly [{ readonly path: ".claude/skills"; readonly status: "compat"; }, { readonly path: ".zencoder/skills"; readonly status: "deprecated"; }]; }; 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: "Zenflow exposes hosted MCP integrations and a built-in MCP server, but vendor docs do not publish a repository MCP client file AXM can write."; readonly docs: readonly []; readonly sources: readonly ["https://docs.zencoder.ai/zenflow/integrations"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "Zenflow MCP integrations are managed through the product UI."; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Zenflow can orchestrate subagents, but presets and workflow comments are not a portable custom-subagent directory."; readonly docs: readonly []; readonly sources: readonly ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "No vendor-documented custom-subagent filesystem target is available."; }; }; 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: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Zenflow runs supported underlying agents in worktrees; instruction-file behavior belongs to the selected agent rather than a Zenflow-specific rule format."; readonly docs: readonly []; readonly sources: readonly ["https://docs.zencoder.ai/clis/overview"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly permissions: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Execution mode, approval policy, and tool permissions are configured on Zenflow agent presets rather than a documented repository file."; readonly docs: readonly []; readonly sources: readonly ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; }; //# sourceMappingURL=zenflow.d.ts.map