@ruah-dev/orch
Orchestrator
Parallel agents. Zero collisions.
Multi-agent orchestration that coordinates code changes. Each task gets an isolated workspace, file-level claims prevent conflicts, and merges happen in dependency order.
See it
@ruah-dev/orch

Quick start
Up and running in seconds
@ruah-dev/orch
$ ruah task create auth-module \
--files "src/auth/**" \
--executor claude-code
# ✓ Workspace created: .ruah/tasks/auth-module
# ✓ Claimed: src/auth/** (owned)
$ ruah task start auth-module
# → Executor: claude-code
# → Working in isolated worktree...Features
01Git worktree isolation
02File-level claims (owned/shared/read-only)
03Workflow DAGs with dependencies
04Durable task artifacts
05Compatibility-check engine
066 executor adapters
6
Executor adapters
∞
Parallel agents
0
Conflicts
Command Reference
Commands
ruah task createCreate task with isolated worktreeruah task startStart task execution in workspaceruah task doneMark task completeruah task mergeMerge task back with governance gatesruah workflow runExecute a workflow DAGruah workflow planPreview execution planruah workflow resumeResume a paused workflowCompatibility
Supported executors
Claude Code
claude-codeAider
aiderOpenAI Codex
codexOpenCode
open-codeShell Script
scriptRaw Shell
rawEcosystem