move logs into subdir

This commit is contained in:
Dhanji Prasanna
2025-09-30 22:29:49 +10:00
parent 92318ff51c
commit f0ddfdc3d2
3 changed files with 24 additions and 2 deletions

View File

@@ -107,6 +107,15 @@ cargo run
g3 "implement a function to calculate fibonacci numbers"
```
## Session Logs
G3 automatically saves session logs for each interaction in the `logs/` directory. These logs contain:
- Complete conversation history
- Token usage statistics
- Timestamps and session status
The `logs/` directory is created automatically on first use and is excluded from version control.
## License
MIT License - see LICENSE file for details