From 68fbc54812d8912cf6ac11a3733005893ef4b47e Mon Sep 17 00:00:00 2001 From: Jochen Date: Thu, 11 Dec 2025 15:01:43 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb098f2..b1b4d99 100644 --- a/README.md +++ b/README.md @@ -176,10 +176,10 @@ Planning mode provides a structured workflow for requirements-driven development ```bash # Start planning mode for a codebase -g3 --planning --codepath ~/my-project +g3 --planning --codepath ~/my-project --workspace ~/g3_workspace # Without git operations (for repos not yet initialized) -g3 --planning --codepath ~/my-project --no-git +g3 --planning --codepath ~/my-project --no-git --workspace ~/g3_workspace ``` Planning mode workflow: