saves interactive requirements

This commit is contained in:
Michael Neale
2025-11-01 15:38:59 +11:00
parent f89bbfc89a
commit 9e41f84b52
6 changed files with 501 additions and 4 deletions

View File

@@ -136,6 +136,11 @@ G3 is designed for:
The default interactive mode now uses **accumulative autonomous mode**, which combines the best of interactive and autonomous workflows:
**Requirements Persistence**: All requirements are automatically saved to `.g3/requirements.md` in your workspace, allowing you to:
- Resume work across sessions
- Review what you've asked G3 to build
- Share requirements with team members
```bash
# Simply run g3 in any directory
g3
@@ -151,6 +156,9 @@ requirement> create a simple web server in Python with Flask
# ... autonomous mode runs and implements it ...
requirement> add a /health endpoint that returns JSON
# ... autonomous mode runs again with both requirements ...
# Requirements are saved to .g3/requirements.md
# Use /requirements command to view them
```
### Other Modes