feat(SessionStore): auto-create session records if missing

- Added functionality to automatically create a session record in the database if it does not exist when storing observations or session summaries.
- Updated `storeObservation` and `storeSummary` methods to include checks for existing session records and insert new records as needed.
- Added logging for auto-created session records for better traceability.
This commit is contained in:
Alex Newman
2025-10-21 22:13:13 -04:00
parent 726f167ebf
commit f7f62ef3f3
10 changed files with 254 additions and 99 deletions
File diff suppressed because one or more lines are too long