From d5b41493380bf8a052ecb46e5c753684924aeaeb Mon Sep 17 00:00:00 2001 From: Shinsuke Kagawa Date: Fri, 15 May 2026 18:46:20 +0900 Subject: [PATCH] Add Galley --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..532f74a 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Codex can connect to MCP servers (as client) and expose itself as an MCP server - [UfoMiao/zcf](https://github.com/UfoMiao/zcf) - Zero-config workflow framework. Chain prompts, branch on results, auto-retry failures. ![GitHub stars](https://img.shields.io/github/stars/UfoMiao/zcf?style=flat-square) - [gotalab/cc-sdd](https://github.com/gotalab/cc-sdd) - Spec-driven development workflow. Write specs, Codex implements, auto-validates against spec. ![GitHub stars](https://img.shields.io/github/stars/gotalab/cc-sdd?style=flat-square) - [covibes/zeroshot](https://github.com/covibes/zeroshot) - Zero-shot task runner. Describe what you want in plain English, get a working codebase. ![GitHub stars](https://img.shields.io/github/stars/covibes/zeroshot?style=flat-square) +- [shinpr/galley](https://github.com/shinpr/galley) - Local-first task runner for Codex CLI with cross-model supervision: tasks run in isolated git worktrees, can be executed by Codex or Claude Code and reviewed by a supervisor model before completion, with run evidence, retries, and optional PR handoff. ![GitHub stars](https://img.shields.io/github/stars/shinpr/galley?style=flat-square) - [waskosky/codex-cli-farm](https://github.com/waskosky/codex-cli-farm) - Run multiple Codex instances in parallel on different tasks. Session isolation built-in. ![GitHub stars](https://img.shields.io/github/stars/waskosky/codex-cli-farm?style=flat-square) - [joseferben/hands-please](https://github.com/joseferben/hands-please) - Human-in-the-loop workflow. Codex pauses at decision points and asks for your input. ![GitHub stars](https://img.shields.io/github/stars/joseferben/hands-please?style=flat-square) - [standardagents/dmux](https://github.com/standardagents/dmux) - Dev agent multiplexer: isolated tmux pane + Git worktree per task. Supports 11+ agents including Codex. ![GitHub stars](https://img.shields.io/github/stars/standardagents/dmux?style=flat-square)