diff --git a/README.md b/README.md index 0104bd1..c913ada 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,8 @@ Multi-agent coordination, swarm patterns, and autonomous execution loops. Sorted - **[agx](https://github.com/ramarlina/agx)** `⭐ 21` — Checkpoint-based execution engine for AI coding agents; durable Wake→Work→Sleep loops that resume instantly across sessions. Supports Claude Code, Codex CLI, Gemini CLI, and Ollama. CLI + web dashboard + macOS app. +- **[Cadence](https://github.com/axledbetter/cadence)** `⭐ 8` — Autonomous Claude Code dev pipeline (brainstorm → spec → plan → implement → migrate → validate → PR → review → bugbot). Multi-model role split (Claude writes, Codex reviews, bugbot triages), risk-tiered review depth, concurrent multi-PR dispatch, 16+ providers, user-type profiles. Every phase a rewireable Claude Code skill. MIT. + - **[Galley](https://github.com/shinpr/galley)** `⭐ 7` — Local-first runtime for supervised AI coding tasks: isolated git worktrees, supervisor review against acceptance criteria, retry/escalate loops, on-disk run evidence, and PR handoff. Supports Codex CLI and Claude Code. Go, MIT. - **[Relay](https://github.com/jcast90/relay)** `⭐ 4` — Local-first orchestrator that runs inside your existing Claude or Codex CLI via MCP; classifies a request, decomposes it into tickets with a dependency DAG, dispatches across one or more repos, and supervises with live PR tracking + approval gates. CLI, TUI (ratatui), and GUI (Tauri) dashboards share `~/.relay/` state. MIT.