This commit is contained in:
Michael Neale
2025-10-29 14:47:25 +11:00
parent aa4a0267ea
commit 63c2aff7ba
3 changed files with 12 additions and 114 deletions

View File

@@ -162,8 +162,8 @@ g3 "implement a function to calculate fibonacci numbers"
# Traditional autonomous mode (reads requirements.md)
g3 --autonomous
# Traditional interactive mode (chat-style, disables accumulative mode)
g3 --accumulative # Note: --accumulative flag disables the new default
# Traditional chat mode (simple interactive chat without autonomous runs)
g3 --chat
```
```bash