关于
Vibe Conductor acts as a central Model Context Protocol (MCP) server, streamlining collaboration among multiple AI agents, particularly Claude Code agents, on complex projects. It manages a shared `tasks.md` file, which serves as the single source of truth for task status and details. Agents interact with this file indirectly through robust MCP tool calls, avoiding direct file I/O, while human users can directly edit `tasks.md`. The server intelligently merges external human edits, ensuring data integrity and preserving agent-owned task states. This setup simplifies the agent's workflow into a "todo → in-progress → done" lifecycle, abstracting the complex underlying state transitions for efficient multi-agent and human-AI collaboration.