Phantom
A CLI tool for managing overlay filesystems to enable multiple AI agents to work on the same codebase in parallel without conflicts
Features
Parallel Agents
Run multiple AI agents simultaneously on the same codebase without conflicts.
Overlay Filesystems
Each agent gets an isolated writable layer with independent git branches.
Merge Intelligence
Automatic conflict detection with merge confidence scoring.
Path Protection
Protect critical files from modification with .phantomignore rules.
Hooks & Automation
Run tests, linters, or notifications after agent completion.
Cross-Platform
Works on Linux (overlayfs/fuse-overlayfs) and macOS (unionfs-fuse).