From 30fd1b79eb8a848295a85a257cbe7fb2c6b1f0c5 Mon Sep 17 00:00:00 2001 From: jwbron <8340608+jwbron@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:03:45 +0000 Subject: [PATCH] docs: add --concurrent flag to egg-sdlc CLI reference --- bin/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/README.md b/bin/README.md index f6c3fb783c..31ce629886 100644 --- a/bin/README.md +++ b/bin/README.md @@ -45,6 +45,7 @@ Launch the full SDLC pipeline with DAG visualization and HITL checkpoints. | `egg-sdlc --private -r -i ` | Private mode (network lockdown) | | `egg-sdlc` | Local mode — interactive prompt | | `egg-sdlc -r -p "prompt"` | Local mode — non-interactive with prompt | +| `egg-sdlc -r -i --concurrent` | Concurrent mode — all agents run simultaneously within each phase | Also available as `/sdlc` inside an interactive egg session.