Migrated from spboyer/waza#306
Decide what data to collect from sessions (I propose we start with everything available) and how to expose it to users. We have multiple ways to do this today, for example:
$ waza run -h
...
--session-dir string Directory for session log files (default: current directory)
--session-log Enable session event logging (NDJSON)
--transcript-dir string Directory to save per-task transcript JSON files
-v, --verbose Verbose output with detailed progress
...
(--verbose output includes some session logs)
Decide what data to collect from sessions (I propose we start with everything available) and how to expose it to users. We have multiple ways to do this today, for example:
(
--verboseoutput includes some session logs)