behavior.db | Primary SQLite database containing behavior samples and persistent staff labels. | No. Stop the server before manually editing, replacing, or copying it for a consistent backup. |
behavior.db-wal | SQLite write-ahead log that can temporarily contain recent database writes. It may appear while the server is running. | No. Do not delete it while the database is open. |
behavior.db-shm | SQLite shared-memory coordination file used with WAL mode. It may appear while the server is running. | No. Do not delete it while the database is open. |
behavior-data.csv | Append-only human-readable export of collected behavior samples. The filename is configurable. | Reading is safe. Avoid editing while the server is appending data. |