multiplexer dormant

codex-multi-agents

Maker: violetDelia Stars: 36 First released: 2026-03-18 Language: Shell, Bash

About

Codex-multi-agents coordinates several Codex sessions working on the same repository through shell scripts rather than a dedicated application. A roster script registers named agents with roles and synchronized prompts, a task script manages each task's lifecycle — create, dispatch, pause, resume, complete — with worktree paths, acceptance criteria, and logs recorded in a shared TODO file, and a tmux script relays messages between agent sessions. Each task runs in its own git worktree so parallel agents do not conflict on the working tree. The tool is structured as an agent skill package with scripts under skills/, documentation in Chinese, and a recommended workflow of spec, implementation, review, merge, and sync confirmation; the repository holds only two commits and no license file, indicating an early personal project.