Update README.md
This commit is contained in:
@@ -176,10 +176,10 @@ Planning mode provides a structured workflow for requirements-driven development
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Start planning mode for a codebase
|
# 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)
|
# 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:
|
Planning mode workflow:
|
||||||
|
|||||||
Reference in New Issue
Block a user