From a925b86457cc407e0d8f3e4329d3c8a5b649dce2 Mon Sep 17 00:00:00 2001 From: itm-platform <48089993+itm-platform@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:23:23 +0200 Subject: [PATCH] Add 'cestDone' project to README Added a new project entry for 'cestDone' in the README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b2bb3f..216039b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Tools for running multiple coding agents simultaneously on different tasks. - [ariana](https://github.com/ariana-dot-dev/ariana) - The IDE of the future. - [automaker](https://github.com/AutoMaker-Org/automaker) - Autonomous AI development studio. - [bernstein](https://github.com/chernistry/bernstein) - Deterministic orchestrator — spawns parallel AI coding agents (Claude Code, Codex CLI, Gemini CLI), verifies with tests, auto-commits. Zero LLM tokens on coordination. +- [cestDone](https://github.com/olkano/cestDone) - Lightweight CLI orchestrator with Director/Coder role separation for AI coding agents. Built-in scheduler with cron, webhooks, and pollers. - [claude-squad](https://github.com/smtg-ai/claude-squad) - Manage multiple AI terminal agents in background. - [claude_code_bridge](https://github.com/bfly123/claude_code_bridge) - Real-time multi-AI collaboration. - [collaborator](https://github.com/collaborator-ai/collab-public) - A place to create with agents. @@ -111,4 +112,4 @@ Projects implementing the "keep running until done" pattern. - [ralph-tui](https://github.com/subsy/ralph-tui) - Orchestrate AI coding agents to work through task lists autonomously. - [ralphy](https://github.com/michaelshimeles/ralphy) - Runs AI agents on tasks until done. - [toryo](https://github.com/JesseRWeigel/toryo) - Intelligent agent orchestrator with trust-based delegation, quality ratcheting (git commit/revert), and Ralph Loop retries. Chains Claude Code, Aider, Gemini CLI, Ollama. -- [wreckit](https://github.com/mikehostetler/wreckit) - Run Ralph Wiggum Loop over your roadmap. \ No newline at end of file +- [wreckit](https://github.com/mikehostetler/wreckit) - Run Ralph Wiggum Loop over your roadmap.