macot 0.1.13

Multi Agent Control Tower - CLI for orchestrating Claude CLI instances
Documentation
# Rust build artifacts
/target/
debug/
*.pdb

# Cargo lock is committed for binary projects
# Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# queue
queue
.macot/*
!.macot/specs/

# Serena files
.serena

# Property testing regressions
proptest-regressions/

# Git files
.worktrees